From 43bd4ab3a26c8034ea0bd05a2ae3a9a45c9d52da Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 Aug 2012 22:33:24 +0200 Subject: vf_expand: remove OSD support It's not clear why this video filter supported OSD rendering. The manpage says: "Can be used for placing subtitles/OSD in the resulting black bands." But every single VO already does this if vf_expand adds black borders. This feature is 100% pointless. --- DOCS/man/en/vf.rst | 43 ++----------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index 56bb32571a..2a93e8ec78 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -53,42 +53,9 @@ crop[=w:h:x:y] , Position of the cropped picture, defaults to center. -cropdetect[=limit:round[:reset]] - Calculates necessary cropping parameters and prints the recommended - parameters to stdout. - - - Threshold, which can be optionally specified from nothing (0) to - everything (255) (default: 24). - - Value which the width/height should be divisible by (default: 16). The - offset is automatically adjusted to center the video. Use 2 to get - only even dimensions (needed for 4:2:2 video). 16 is best when - encoding to most video codecs. - - Counter that determines after how many frames cropdetect will reset - the previously detected largest video area and start over to detect - the current optimal crop area (default: 0). This can be useful when - channel logos distort the video area. 0 indicates never reset and - return the largest area encountered during playback. - -rectangle[=w:h:x:y] - Draws a rectangle of the requested width and height at the specified - coordinates over the image and prints current rectangle parameters to the - console. This can be used to find optimal cropping parameters. If you bind - the ``input.conf`` directive 'change_rectangle' to keystrokes, you can - move and resize the rectangle on the fly. - - , - width and height (default: -1, maximum possible width where boundaries - are still visible.) - , - top left corner position (default: -1, uppermost leftmost) - -expand[=w:h:x:y:osd:aspect:round] +expand[=w:h:x:y:aspect:round] Expands (not scales) movie resolution to the given value and places the - unscaled original at coordinates x, y. Can be used for placing - subtitles/OSD in the resulting black bands. + unscaled original at coordinates x, y. , Expanded width,height (default: original width,height). Negative @@ -102,12 +69,6 @@ expand[=w:h:x:y:osd:aspect:round] , position of original image on the expanded image (default: center) - - OSD/subtitle rendering - - :0: disable (default) - :1: enable - Expands to fit an aspect instead of a resolution (default: 0). -- cgit v1.2.3