[FFmpeg-user] Read values from a text or CSV file?

Michael Koch astroelectronic at t-online.de
Mon Sep 2 10:21:10 EEST 2019


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


More information about the ffmpeg-user mailing list