It seems to have done a great job of keeping up to date, with things like GPUs and shader language and whatnot. I guess that's because he designed a good extension mechanism.
I'm grateful for it.
21–30 of 99 posts
It seems to have done a great job of keeping up to date, with things like GPUs and shader language and whatnot. I guess that's because he designed a good extension mechanism.
I'm grateful for it.
https://multimedia.cx/eggs/googles-youtube-uses-ffmpeg/
It wouldn't be too surprising if they still did.
So youtube used ffmpeg quite extensively. https://multimedia.cx/eggs/googles-youtube-uses-ffmpeg/ It wouldn't be too surprising if they still did.
But the ffmpeg processes are surely sandboxed with seccomp or similar, so it probably does not matter at all.
Earlier quoted context omitted.
19 88 . [1] That even precedes MP3. 1: https://www.itu.int/rec/T-REC-H.261-198811-S/en
Wow. Had no idea it occurred so early.
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.
Earlier quoted context omitted.
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.
Yeah I just make bunch of bash files (which also contains comment) for specific scenarios.
Earlier quoted context omitted.
19 88 . [1] That even precedes MP3. 1: https://www.itu.int/rec/T-REC-H.261-198811-S/en
Wow. Had no idea it occurred so early.
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.
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?
ffmpeg has become the de facto infrastructure for video processing. It seems to have done a great job of keeping up to date, with things like GPUs and shader language and whatnot. I guess that's because he designed a good extension mechanism. I'm grateful for it.
A big Thank You to any and all who have brought FFMPEG to where it is!