ffmpeg: `-fs NNN` to set max file size

ffmpeg has a handy flag to just specify the max file size when you don't really care how it achieves that:

ffmpeg -i big.mp4 -fs 100M smaller.mp4
Published on: 19 Dec 2024