diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index a9b69a0316..f2787cdf78 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2026,9 +2026,8 @@ outfmt= Specify the output format of the tuner with a preset value supported - by the V4L driver (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420) - or an arbitrary format given as hex value. Try outfmt=help for a list - of all available formats. + by the V4L driver (YV12, UYVY, YUY2, I420) + or an arbitrary format given as hex value. width= output window width diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 439701754a..09fb4e37c0 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -214,36 +214,36 @@ dsize[=aspect|w:h:aspect-method:r] Rounds up to make both width and height divisible by (default: 1). -format[=fourcc[:outfourcc]] +format[=fmt[:outfmt]] Restricts the colorspace for the next filter without doing any conversion. Use together with the scale filter for a real conversion. *NOTE*: For a list of available formats see ``format=fmt=help``. - - format name like rgb15, bgr24, yv12, etc (default: yuy2) - + + format name like rgb15, bgr24, 420p, etc (default: yuyv) + Format name that should be substituted for the output. If this is not - 100% compatible with the value it will crash. + 100% compatible with the value it will crash. *EXAMPLE* ====================== ===================== Valid Invalid (will crash) ====================== ===================== - ``format=rgb24:bgr24`` ``format=rgb24:yv12`` - ``format=yuyv:yuy2`` + ``format=rgb24:bgr24`` ``format=rgb24:420p`` + ``format=yuyv:uyvy`` ====================== ===================== -noformat[=fourcc] +noformat[=fmt] Restricts the colorspace for the next filter without doing any conversion. Unlike the format filter, this will allow any colorspace except the one you specify. *NOTE*: For a list of available formats see ``noformat=fmt=help``. - - format name like rgb15, bgr24, yv12, etc (default: yv12) + + format name like rgb15, bgr24, 420p, etc (default: 420p) pp[=filter1[:option1[:option2...]]/[-]filter2...] Enables the specified chain of postprocessing subfilters. Subfilters must