the rest of FFmpeg docs.
Originally committed as revision 25130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Libavfilter will try to pick one that is supported for the input to
the next filter.
Libavfilter will try to pick one that is supported for the input to
the next filter.
-The filter accepts a list of pixel format names, separated by ``:'',
-for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ":",
+for example "yuv420p:monow:rgb24".
./ffmpeg -i in.avi -vf "format=yuv420p" out.avi
@end example
./ffmpeg -i in.avi -vf "format=yuv420p" out.avi
@end example
-will convert the input video to the format ``yuv420p''.
+will convert the input video to the format "yuv420p".
Force libavfilter not to use any of the specified pixel formats for the
input to the next filter.
Force libavfilter not to use any of the specified pixel formats for the
input to the next filter.
-The filter accepts a list of pixel format names, separated by ``:'',
-for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ":",
+for example "yuv420p:monow:rgb24".
./ffmpeg -i in.avi -vf "noformat=yuv420p, vflip" out.avi
@end example
./ffmpeg -i in.avi -vf "noformat=yuv420p, vflip" out.avi
@end example
-will make libavfilter use a format different from ``yuv420p'' for the
+will make libavfilter use a format different from "yuv420p" for the
input to the vflip filter.
@section null
input to the vflip filter.
@section null
Specify the color of the padded area, it can be the name of a color
(case insensitive match) or a 0xRRGGBB[AA] sequence.
Specify the color of the padded area, it can be the name of a color
(case insensitive match) or a 0xRRGGBB[AA] sequence.
-The default value of @var{color} is ``black''.
+The default value of @var{color} is "black".