diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2023-05-17 11:43:47 +0200 |
---|---|---|
committer | Tobias Rapp <t.rapp@noa-archive.com> | 2023-05-17 17:14:54 +0200 |
commit | aa6eeb29cb397cb0de05b65b3d0303045fde6fe5 (patch) | |
tree | aa3def2374df4307ab28f39712cde1fd6d2231cf /doc/ffmpeg.texi | |
parent | d4c48ee7f398c58f22844513a898cf2792961c99 (diff) | |
download | ffmpeg-aa6eeb29cb397cb0de05b65b3d0303045fde6fe5.tar.gz |
doc/ffmpeg: Extend documentation for sws_flags option
Clarify that -sws_flags are only applied to simple filtergraphs as a
default, not complex filtergraphs. Add a reference to the scaler
options.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index a12700e2f3..c0fa90f381 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1023,7 +1023,12 @@ If @var{pix_fmt} is a single @code{+}, ffmpeg selects the same pixel format as the input (or graph output) and automatic conversions are disabled. @item -sws_flags @var{flags} (@emph{input/output}) -Set SwScaler flags. +Set default flags for the libswscale library. These flags are used by +automatically inserted @code{scale} filters and those within simple +filtergraphs, if not overridden within the filtergraph definition. + +See the @ref{scaler_options,,ffmpeg-scaler manual,ffmpeg-scaler} for a list +of scaler options. @item -rc_override[:@var{stream_specifier}] @var{override} (@emph{output,per-stream}) Rate control override for specific intervals, formatted as "int,int,int" |