X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Ffilters.texi;h=8329bf0c0700c0afee546af323e3e1efddd8b50a;hb=8209dd332ff858ba498f624b606077da2df8dfa2;hp=a3a76368cdb7cf650dc916e333556f1d4186b5b7;hpb=a486dec4fd8f2d461ebec5b2744844916c28d383;p=ffmpeg diff --git a/doc/filters.texi b/doc/filters.texi index a3a76368cdb..8329bf0c070 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -198,7 +198,7 @@ In a complete filterchain all the unlabelled filter input and output pads must be connected. A filtergraph is considered valid if all the filter input and output pads of all the filterchains are connected. -Libavfilter will automatically insert scale filters where format +Libavfilter will automatically insert @ref{scale} filters where format conversion is required. It is possible to specify swscale flags for those automatically inserted scalers by prepending @code{sws_flags=@var{flags};} @@ -4314,6 +4314,7 @@ format=pix_fmts=yuv420p|yuv444p|yuv410p @end example @end itemize +@anchor{fps} @section fps Convert the video to specified constant frame rate by duplicating or dropping @@ -6671,6 +6672,7 @@ must be a value in the 0.1-100.0 range. Each chroma option value, if not explicitly specified, is set to the corresponding luma option value. +@anchor{scale} @section scale Scale (resize) the input video, using the libswscale library.