From 239dc2851a9001ff3c69c613d621125c9a95e8ae Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 30 Mar 2014 19:21:54 +0200 Subject: command: allow changing filters before video chain initialization Apparently this is more intuitive. Somewhat tricky, because of the odd state after loading a file but before initializing the VO. --- DOCS/man/en/input.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man/en/input.rst') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 6fe4c90759..a1e4ee45e3 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -332,6 +332,12 @@ Input Commands that are Possibly Subject to Change ``show_text ${vf}``. Note that auto-inserted filters for format conversion are not shown on the list, only what was requested by the user. + Normally, the commands will check whether the video chain is recreated + successfully, and will undo the operation on failure. If the command is run + before video is configured (can happen if the command is run immediately + after opening a file and before a video frame is decoded), this check can't + be run. Then it can happen that creating the video chain fails. + .. admonition:: Example for input.conf - ``a vf set flip`` turn video upside-down on the ``a`` key -- cgit v1.2.3