From 4d62b90f88aaed64775fdf6f0866e5ee5b3f9328 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Sep 2013 03:27:03 +0200 Subject: video: add unscaled mode with --video-unscaled --- DOCS/man/en/options.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 61fa750b76..5c33e325f1 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2498,6 +2498,18 @@ This option is disabled if the ``--no-keepaspect`` option is used. +``--video-unscaled=`` + Disable scaling of the video. If the window is larger than the video, + black bars are added. Otherwise, the video is cropped. The video still + can be influenced by the other ``--video-...`` options. (If the + ``--video-zoom`` option is set to a value other than ``1``, scaling is + enabled, but the video isn't automatically scaled to the window size.) + + Note that the scaler algorithm may still be used, even if the video isn't + scaled. For example, this can influence chroma conversion. + + This option is disabled if the ``--no-keepaspect`` option is used. + ``--video-zoom=`` Adjust the video display scale factor by the given value. The unit is in fractions of original video size. -- cgit v1.2.3