[FFmpeg-user] Selecting MPEG TS child streams for filter_complex

Carl Zwanzig cpz at tuunq.com
Mon Mar 16 22:37:33 EET 2020


On 3/16/2020 6:24 AM, Gyan Doshi wrote:
> -filter_complex is a global option, so parsed first, then input files, then 
> the complex filtergraphs are set up, then output files.

Is there any reason, then, not to always put -filter_complex as the first 
parameters of the command line? The Synopsis line in the docs shows global 
options first but most of the doc examples don't.

Example-
ffmpeg -i video.mkv -i image.png -filter_complex '[0:v][1:v]overlay[out]' 
-map '[out]' out.mkv"

Or is there another reason for listing inputs, then -filter_complex, then 
outputs?

later,

z!


More information about the ffmpeg-user mailing list