Hacker News new | past | comments | ask | show | jobs | submit login

>As a fan of AviSynth, the scripts that I build often make that line look so, so simple. :)

And now imagine what those scripts would look like as an ffmpeg -vf command! That was basically the point - the -vf line is already pretty messy with just one range-applied command, and would become even more so if you started doing something more complicated. Avisynth on the other hand has actual scripts for the video processing, which scales to much more complex processing while still remaining accessible.

ffmpeg -vf might be good for doing one or two simple things to the whole video, but for anything more complex than that you really should use an actual video processing solution instead.




That's why you have -filter_script and -filter_complex_script options.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: