Ffmpeg is an unusual piece of software. It’s CLI arguments (to me) are baffling. But it’s been around so long that there’s so many answered questions online for virtually anything you want it to do. Don’t bother reading the man page, go to google first.
FFmpeg is 20 years old today
11–20 of 99 posts
Re: FFmpeg is 20 years old today
#12I remember reading about it initially and saying "that sounds ambitious,and useful"... I think its safe to say they changed the world for the better with that single A/V swiss army knife tool. Amazing achievement.
I remember in the 90s when Microsoft, Apple and RealNetworks pushed hard for their own codecs and tools. IMHO those where dark times for digital video. ffmpeg and Xiph.org played a large part in changing that.
Re: FFmpeg is 20 years old today
#13Earlier quoted context omitted.
I remember in the 90s when Microsoft, Apple and RealNetworks pushed hard for their own codecs and tools. IMHO those where dark times for digital video. ffmpeg and Xiph.org played a large part in changing that.
... which is really disappointing when you learn that H.261/MPEG1, a broadcast-ready standard, was already frozen at that time. (Of course, even more worry-free formats are already here - it is just the time needed to replace existing equipment).
Re: FFmpeg is 20 years old today
#14Ffmpeg is an unusual piece of software. It’s CLI arguments (to me) are baffling. But it’s been around so long that there’s so many answered questions online for virtually anything you want it to do. Don’t bother reading the man page, go to google first.
One I know is https://handbrake.fr
Are there more?
Re: FFmpeg is 20 years old today
#15Re: FFmpeg is 20 years old today
#16Ffmpeg is an unusual piece of software. It’s CLI arguments (to me) are baffling. But it’s been around so long that there’s so many answered questions online for virtually anything you want it to do. Don’t bother reading the man page, go to google first.
Re: FFmpeg is 20 years old today
#17Earlier quoted context omitted.
Its cli became so complex to account for all its use cases which could have been replaced by a config file at this point.
A config file makes sense if every run takes the same config. But most ffmpeg options are specific to a task and inapplicable to many others.
Re: FFmpeg is 20 years old today
#18Earlier quoted context omitted.
... which is really disappointing when you learn that H.261/MPEG1, a broadcast-ready standard, was already frozen at that time. (Of course, even more worry-free formats are already here - it is just the time needed to replace existing equipment).
When did they freeze it?
Re: FFmpeg is 20 years old today
#19Re: FFmpeg is 20 years old today
#20Ffmpeg is an unusual piece of software. It’s CLI arguments (to me) are baffling. But it’s been around so long that there’s so many answered questions online for virtually anything you want it to do. Don’t bother reading the man page, go to google first.
There are also tools with a GUI that make use of ffmpeg (calling them a GUI-wrapper is probably not fair). And ofc, they likely can't do everything ffmpeg CLI can. One I know is https://handbrake.fr Are there more?