- add ipfs/ipns protocol support
- dialogue enhance audio filter
- dropped obsolete XvMC hwaccel
- pcm-bluray encoder
- DFPWM audio encoder/decoder and raw muxer/demuxer
- SITI filter
- Vizrt Binary Image encoder/decoder
- avsynctest source filter
- feedback video filter
- pixelize video filter
- colormap video filter
- colorchart video source filter
- multiply video filter
- PGS subtitle frame merge bitstream filter
- blurdetect filter
- tiltshelf audio filter
- QOI image format support
- ffprobe -o option
- virtualbass audio filter
- VDPAU AV1 hwaccel
- PHM image format support
- remap_opencl filter
- added chromakey_cuda filter
https://github.com/FFmpeg/FFmpeg/commit/086a8048061bf9fb4c63...
- https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/ipf...
- https://github.com/FFmpeg/FFmpeg/commit/f889837e00d3b2388a24...
After almost 20 years of Linux I couldn't type a correct FFmpeg command with a gun to my head.
parec | opusenc | nc
parec | ffmpeg | nc
Then discovered that ffmpeg can record directly from pulseaudio and serve it over rtsp. But after a few days of experimenting I realised I could still fuck up the command and be left scratching my head not understanding why it didn't work. Positional arguments in multiple places that affect different things depending on what precedes them. Trying to figure out which part of the command line affects input, cloned streams, output(s) etc. Ffmpeg is a great tool, but seriously hard to use. I ended up not only dropping it for recording and sending over the network, I threw it out completely and ended up with:
parec | flac | mbuffer
... Which provides the best quality, consistency and latency. But the best part is that the actual command line isn't much more complex than the pseudo code above.
You don't know how to use a massively flexible tool that's fine, use something that wraps it, or employ someone who does know how to use it.
I personally just make scripts with the required transcoding parameters, and I just look at the documentation again when I need to create a new one.
It uses ffmpeg under the hood.