diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-20 17:35:39 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2013-11-21 14:48:40 +0100 |
commit | dd249245d012c1eceb57c166e256fc95e74f4bb1 (patch) | |
tree | 52524b8160f949931172831aaef434df3c16ebfb | |
parent | d28fc7b29a728bd2f88c10121abbd0442c341746 (diff) | |
download | ffmpeg-dd249245d012c1eceb57c166e256fc95e74f4bb1.tar.gz |
filter docs: reference scale and fps filters
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 85c78b1d15..b32aad16a9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -95,7 +95,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};} @@ -1230,6 +1230,7 @@ format=pix_fmts=yuv420p format=pix_fmts=yuv420p|yuv444p|yuv410p @end example +@anchor{fps} @section fps Convert the video to specified constant framerate by duplicating or dropping @@ -1820,6 +1821,7 @@ format=monow, pixdesctest can be used to test the monowhite pixel format descriptor definition. +@anchor{scale} @section scale Scale the input video and/or convert the image format. |