Hello Gyan,

You can just read the whole filtergraph from a file.

    ffmpeg -i in -filter_complex_script graph.txt ...

where graph.txt is

e.g.

    [0:v][2:v]overlay=...[out]


That's a good idea!
Are line feeds allowed in the text file, or must all be written in one line?

Michael
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to