top | item 43141125

(no title)

xuhu | 1 year ago

"Assembly language of FFmpeg" leads me to think of -filter_complex. It's not for human consumption even once you know many of its gotchas (-ss and keyframes, PTS, labeling and using chain outputs, fading, mixing resolutions etc).

But then again no-one is adjusting timestamps manually in batch scripts, so a high-level script on top of filter_complex doesn't have much purpose.

discuss

order

chgs|1 year ago

I use filter-complex all the time, often in batch scripts

pdyc|1 year ago

what do you mean by no purpose? you can adjust them programmatically in batch scripts.