From e872a13d5f39f3b0df9219d7c60caf1b5d9a12f9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 Dec 2013 00:06:45 +0100 Subject: manpage: generic notice about changed sub-option parsing Just in case someone expects these are unchanged just because they're not mentioned in changes.rst anywhere. Documenting all of these changes would be too much work and not helpful either. --- DOCS/man/en/changes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst index d2f7ed5995..20bd78d1b7 100644 --- a/DOCS/man/en/changes.rst +++ b/DOCS/man/en/changes.rst @@ -185,6 +185,15 @@ Command Line Switches ``-opt val`` becomes ``--opt=val``. +.. note:: + + Quite some video filters, video outputs, audio filters, audio outputs, had + changes in their option parsing. These aren't mentioned in the table above. + + Also, some video and audio filters have been removed, and you have to use + libavfilter (using ``--vf=lavfi=[...]`` or ``--af=lavfi=[...]``) to get + them back. + input.conf and Slave Commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3