mas.to is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hello! mas.to is a fast, up-to-date and fun Mastodon server.

Administered by:

Server stats:

12K
active users

#hevc

0 posts0 participants0 posts today

#Firefox 137 est disponible et apporte le support du codec vidéo #HEVC:
- via décodage matériel sur tous les périphériques
- via décodage logiciel sur les vieux PC sous Linux et les vieux Smartphone Android sans décodage matériel de HEVC (pour les vieux PC Windows, il faut payer 1€ à Microsoft pour avoir le décodage logiciel, c'est valable également pour avoir le décodage HEVC pour Chrome et Edge)
➡️ lafibre.info/tv-numerique-hd-3
Cela va peut-être permettre à H.264 de prendre une retraite bien méritée?

Firefox 137 Released with Tab Groups, Address Bar Revamp + More

Tab grouping is the latest big-ticket feature to be added to Mozilla Firefox, which sees a new stable release roll out from today. Last month’s Firefox 136 update delivered long-requested support for vertical tabs, a redesigned sidebar experience giving easy access to existing and new features (including online AI chatbots), and flipped the switch on AMD video hardware decoding for Linux users. Firefox 137 is an equally big update, bringing tab grouping, a revamped search bar, and a host of other changes. Let’s take a look. Firefox 137: New Features Tab Grouping Firefox 137 brings Tab Groups to users on the stable :sys_more_orange:
#News #AppUpdates #Firefox #Hevc

:sys_omgubuntu: omgubuntu.co.uk/2025/04/firefo

Ich habe ein neues Video aufgenommen.

Es hat fast eine Woche gedauert,
bis YT es fertig hatte.

Ich würde mich riesig über Kommentare, Rückmeldungen auf YouTube freuen.

Es hilft meinem kleinen Projekt sehr.

Zur Zeit steht die Qualität mit low compression im Vordergrund. #AMD #AMF #HEVC #HDR #10bit #ffmpeg #encoding #lowcompression

youtu.be/FfxYE2mZ0-Q

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Linux-#Firefox soll H.265-Decoding via VA-API bekommen:

»This is already on our roadmap, we will implement #HEVC support on Linux as well.«

bugzilla.mozilla.org/show_bug.

Bin ich mäßig glücklich drüber. Wenn wir jetzt in allen Browsern H.265 ermöglichen, welchen Sinn haben dann noch mal WebM, VP9 und AV1 gemacht? Das ist die Abkehr vom Gedanken der lizenzfreien Webcodecs.

bugzilla.mozilla.org1894818 - Support HEVC playback on LinuxRESOLVED (alwu) in Core - Audio/Video: Playback. Last updated 2025-03-22.

Firefox 134 est disponible depuis hier. Il permet de lire les vidéos encodées en #HEVC.
2 restrictions:
- Disponible uniquement sous Windows 10 / 11
- Il faut une carte graphique (et son driver) qui prenne en charge le décodage matériel HEVC
Vidéo de test: lafibre.info/tv-numerique-hd-3

Après Windows, on peut s'attendre à ce que le support de HEVC arrive sous Android, où de nombreux navigateurs prennent en charge HEVC, puis macOS et Linux.
Firefox pour Windows 7 n'aura pas le droit à la lecture HEVC.

Quel codec vidéo choisir pour mettre une vidéo sur votre site web ?

#AV1 est efficace, mais pas compatible avec tous les terminaux, il faut prévoir un fallback H.264.

#VP9 est un excellent compromis, plus efficace que H.264 et VP9 est aujourd'hui supporté par tous les navigateurs web.

#HEVC a trop de cas où il n'est pas compatible pour être utilisé sans fallback H.264.

Аппаратное кодирование HEVC в FFmpeg — как быстро вникнуть и начать уже сейчас?

В прошлой статье , посвящённой изучению кодирования на HEVC в FFmpeg , мы разобрали большинство функций работы с видео и научились эффективно сжимать видео или ускорять процесс кодирования для различных задач, преимущественно в программном кодировании. На этот раз моё внимание привлекла тема аппаратного кодирования (ГПУ) в FFmpeg. Мне не понравился не только поверхностный, но и откровенно плохой подход к теме в других статьях — некоторые авторы, сами того не замечая, предлагают программное кодирование вместо аппаратного . Поэтому я решил конкретно зарыться в этой теме и затем поделиться своими находками с вами. Буду рассматривать аппаратные кодеки Nvidia, AMD и Intel.

habr.com/ru/companies/ruvds/ar

ХабрАппаратное кодирование HEVC в FFmpeg — как быстро вникнуть и начать уже сейчас?В прошлой статье , посвящённой изучению кодирования на HEVC в FFmpeg , мы разобрали большинство функций работы с видео и научились эффективно сжимать видео или ускорять процесс кодирования для...
Replied to Multi Purr Puss :verified:

@platymew

If somebody need text version

#hevc #bash #bash_script

```sh
ffhevc_vaapi ()
{
dev="/dev/dri/renderD128"
abps="256k"
vbps="1500K"
buf="2M"
echo "$1 @ $vbps"
mkdir -p ff_out
time nice -n19 ffmpeg -vaapi_device $dev -hwaccel vaapi -i "$1" -map 0:v -map 0:a -vf 'format=nv12,hwupload' -c:v hevc_vaapi -b:v $vbps -maxrate $vbps -bufsize $buf -c:a aac -b:a $abps -ac 2 -map 0:s -c:s cоpу "ff_out/$1.hevc_vaapi-$vbps-AAC$abps.mkv"
}
```

I've adjusted my .bashrc script.

I'm getting better / smaller results by limiting the bitrate, instead of using the "qp" parameter. (i'm also down-converting / transcoding to stereo)

I haven't tested it, yet; i think, i can avoid the green bar at the bottom, by scaling it down by 1px. Another test might yield useful results, as well - scaling by 0px - no scaling, but using the scaling filter.

edit: fixed screenshot / code in relipes 👀 🧵

#ffmpeg#hevc#ubuntu

FFmpeg 7.1 codenamed "Péter" was released on September 30, 2024. Major changes include the following:

- VVC decoder was supported in FFmpeg 7.0. In FFmpeg 7.1 it was declared as stable.
- Native AAC USAC is now supported.
- MV-HEVC decoding is now supported.
- LC-EVC decoding is now supported via an external library.
- Vulkan encoding with H264 and HEVC is now supported.
- Cropping metadata with Matroska and MP4 formats is now supported .

ffmpeg.org/index.html#news

#ffmpeg#VVC#HEVC

today in peak Desktop Linux news, I learned that I have a library installed that is an HEVC (H.265) and AV1 encoder/decoder library with a plugin architecture.

Its plugins are adapters to use other HEVC and AV1 encoder/decoder libraries.

It apparently depends or recommends around 5 of these plugins which depends on at least 3 different libraries that all supposedly do HEVC encoding

(I understand there might be Reasons why this is a good idea, but still...)

#linux#av1#hevc