diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-01-12 15:54:11 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-01-20 10:23:24 +0100 |
commit | c316c4c77b1bac8e9a77000294d3e8cf0ca45dc7 (patch) | |
tree | 4563231ede0c9c295d2915831d687ae1c3da28ee /doc/filters.texi | |
parent | 6d17991b7e1bf1a5d104c8a6261709f7e6640d97 (diff) | |
download | ffmpeg-c316c4c77b1bac8e9a77000294d3e8cf0ca45dc7.tar.gz |
fftools/ffmpeg: deprecate -filter_complex_script
It is equivalent to -/filter_complex.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 20c91bab3a..6ec7d54b5f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -308,8 +308,7 @@ use the @option{textfile} option in place of @option{text} to specify the text to render. When using the @command{ffmpeg} tool, you might consider to use the -@ref{filter_script option,,-filter_script option,ffmpeg} or -@ref{filter_complex_script option,,-filter_complex_script option,ffmpeg}. +@ref{filter_script option,,-filter_script option,ffmpeg}. @chapter Timeline editing |