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