From c99d95ac17364c46bc161867d1102361f05a6cc5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 12 Apr 2020 21:55:35 +0200 Subject: vf_format: add gross mechanism for forcing scaler for testing This sucks, but is helpful for testing. Obviously, it would be much nicer if there were a way to specify _all_ scaler options per filter (if the user wanted), instead of always using the global options. But this is "too hard" for now. For testing, it is extremely convenient to select the scaler backend, so add this option, but make clear that it could go away. We'd delete it once there is a better mechanism for this. --- DOCS/man/vf.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 50609f978a..4f9268256c 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -335,6 +335,10 @@ Available mpv-only filters are: but values such as ``[16:9]`` can be passed too (``[...]`` for quoting to prevent the option parser from interpreting the ``:`` character). + ```` + Force a specific scaler backend, if applicable. This is a debug option + and could go away any time. + ``lavfi=graph[:sws-flags[:o=opts]]`` Filter video using FFmpeg's libavfilter. -- cgit v1.2.3