
'FFmpeg 8.0 has been released today as a major update to this open-source multimedia framework that introduces numerous features, including new decoders, as well as various improvements. Dubbed “Huffman” and coming more than ten months after FFmpeg 7.1, the FFmpeg 8.0 release is here to enable TLS peer certificate verification by default, add an AV1 Vulkan encoder, introduce VP9 Vulkan and ProRes RAW Vulkan hardware-acceleration, and implement APV encoding support through a libopenapv wrapper. FFmpeg 8.0 also introduces animated JPEG XL encoding via the libjxl library, adds multitrack audio/video and modern codec support to FLV v2, adds VVC (Versatile Video Coding) support in Matroska (MKV), and adds VVC decoder support to all SCC (Screen Content Coding) content, including IBC (Inter Block Copy), Palette Mode, and ACT (Adaptive Color Transform). Several new filters are present in this release, including a Whisper filter, a pad_cuda filter, a Colordetect filter, and a vf_scale_d3d11 filter. New decoders are here as well, including a VVC VA-API decoder, a RealVideo 6.0 decoder, an ADPCM IMA Xbox decoder, a G.728 decoder, a Sanyo LD-ADPCM decoder, and a ProRes RAW decoder. On top of that, FFmpeg 8.0 brings libx265 alpha layer encoding, CENC AV1 support in the MP4 muxer, an APV decoder, along with APV raw bitstream muxing and demuxing support, an APV parser, APV support for MP4/ISOBMFF muxing and demuxing, as well as an OpenHarmony hardware decoder and encoder. Among other noteworthy changes, FFmpeg 8.0 drops support for OpenSSL 1.1.0 and previous versions, no longer disables GCC autovectorization on x86, ARM, and AArch64 (ARM64) architectures, sets the default prediction method for pngenc to PAETH, deprecates OpenMAX encoders, and drops yasm support in favor of nasm.' -- source: https://9to5linux.com/ffmpeg-8-0-huffman-released-with-av1-vulkan-encoder-vv... The "Whisper filter" would be used for automatically generating sub-titles: https://www.phoronix.com/news/FFmpeg-Lands-Whisper I've used whisper before and it is quite impressive. Cheers, Peter