From 8fbc64f74e85d3f6bb36697ac66c96e4f7c9caf2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Apr 2015 00:06:29 +0200 Subject: vf_format: allow forcing aspect ratio Makes vf_dsize completely useless. Unfortunately, even our "official" encoding profiles still use it. --- DOCS/man/vf.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man/vf.rst') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index a40cd1eea3..fc598ec75d 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -319,6 +319,11 @@ Available filters are: the video is scaled in both directions instead of just changing the aspect ratio is an implementation detail, and might change later. + ```` + Set the display aspect ratio of the video frame. This is a float, + but values such as ``[16:9]`` can be passed too (``[...]`` for quoting + to prevent the option parser from interpreting the ``:`` character). + ``noformat[=fmt]`` Restricts the color space for the next filter without doing any conversion. -- cgit v1.2.3