diff options
author | Anton Khirnov <[email protected]> | 2024-01-12 15:54:11 +0100 |
---|---|---|
committer | Anton Khirnov <[email protected]> | 2024-01-20 10:23:24 +0100 |
commit | a8bc79c3fd96a8287e241e6913ad5cf4d4838f5c (patch) | |
tree | 7e1dd30465eabdb22004d2c9126311819aaeb3f0 /doc | |
parent | c316c4c77b1bac8e9a77000294d3e8cf0ca45dc7 (diff) |
fftools/ffmpeg: deprecate -filter_script
It is equivalent to -/filter.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 6 | ||||
-rw-r--r-- | doc/filters.texi | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 31a2b90b34..f58103810a 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -977,12 +977,6 @@ syntax. See the @ref{filter_complex_option,,-filter_complex option} if you want to create filtergraphs with multiple inputs and/or outputs. -@anchor{filter_script option} -@item -filter_script[:@var{stream_specifier}] @var{filename} (@emph{output,per-stream}) -This option is similar to @option{-filter}, the only difference is that its -argument is the name of the file from which a filtergraph description is to be -read. - @item -reinit_filter[:@var{stream_specifier}] @var{integer} (@emph{input,per-stream}) This boolean option determines if the filtergraph(s) to which this stream is fed gets reinitialized when input frame parameters change mid-stream. This option is enabled by diff --git a/doc/filters.texi b/doc/filters.texi index 6ec7d54b5f..1d70f4d934 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -307,9 +307,6 @@ For example, in case of the @ref{drawtext,,drawtext filter}, you might prefer to 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}. - @chapter Timeline editing Some filters support a generic @option{enable} option. For the filters |