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 | |
parent | 6d17991b7e1bf1a5d104c8a6261709f7e6640d97 (diff) | |
download | ffmpeg-c316c4c77b1bac8e9a77000294d3e8cf0ca45dc7.tar.gz |
fftools/ffmpeg: deprecate -filter_complex_script
It is equivalent to -/filter_complex.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 9 | ||||
-rw-r--r-- | doc/filters.texi | 3 |
2 files changed, 2 insertions, 10 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index e7d026ebf5..31a2b90b34 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1675,8 +1675,7 @@ Set the size of the canvas used to render subtitles. Create one or more streams in the output file. This option has two forms for specifying the data source(s): the first selects one or more streams from some input file (specified with @code{-i}), the second takes an output from some -complex filtergraph (specified with @code{-filter_complex} or -@code{-filter_complex_script}). +complex filtergraph (specified with @code{-filter_complex}). In the first form, an output stream is created for every stream from the input file with the index @var{input_file_id}. If @var{stream_specifier} is given, @@ -2207,12 +2206,6 @@ The default is the number of available CPUs. Define a complex filtergraph, i.e. one with arbitrary number of inputs and/or outputs. Equivalent to @option{-filter_complex}. -@anchor{filter_complex_script option} -@item -filter_complex_script @var{filename} (@emph{global}) -This option is similar to @option{-filter_complex}, the only difference is that -its argument is the name of the file from which a complex filtergraph -description is to be read. - @item -accurate_seek (@emph{input}) This option enables or disables accurate seeking in input files with the @option{-ss} option. It is enabled by default, so seeking is accurate when 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 |