fftools/ffmpeg: deprecate -filter_script

It is equivalent to -/filter.
This commit is contained in:
Anton Khirnov
2024-01-12 15:54:11 +01:00
parent c316c4c77b
commit a8bc79c3fd
7 changed files with 39 additions and 20 deletions

View File

@@ -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