From 73ac34b220d168e0f9c3399aedfb73f78e5fa455 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 20:12:19 +0200 Subject: stream_pvr: remove global option variables --- DOCS/man/en/options.rst | 71 ++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 58b1345922..e534b1aeb1 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1691,8 +1691,8 @@ OPTIONS You can also try to use ``--no-correct-pts`` for files with completely broken timestamps. -``--pvr=`` - This option tunes various encoding properties of the PVR capture module. +``--pvr-...`` + These options tune various encoding properties of the PVR capture module. It has to be used with any hardware MPEG encoder based card supported by the V4L2 driver. The Hauppauge WinTV PVR-150/250/350/500 and all IVTV based cards are known as PVR capture cards. Be aware that only Linux @@ -1700,52 +1700,51 @@ OPTIONS For hardware capture of an MPEG stream and watching it with mpv, use ``pvr://`` as a movie URL. - Available options are: - ``aspect=<0-3>`` - Specify input aspect ratio: +``--pvr-aspect=<0-3>`` + Specify input aspect ratio: - :0: 1:1 - :1: 4:3 (default) - :2: 16:9 - :3: 2.21:1 + :0: 1:1 + :1: 4:3 (default) + :2: 16:9 + :3: 2.21:1 - ``arate=<32000-48000>`` - Specify encoding audio rate (default: 48000 Hz, available: 32000, - 44100 and 48000 Hz). +``--pvr-arate=<32000-48000>`` + Specify encoding audio rate (default: 48000 Hz, available: 32000, + 44100 and 48000 Hz). - ``alayer=<1-3>`` - Specify MPEG audio layer encoding (default: 2). +``--pvr-alayer=<1-3>`` + Specify MPEG audio layer encoding (default: 2). - ``abitrate=<32-448>`` - Specify audio encoding bitrate in kbps (default: 384). +``--pvr-abitrate=<32-448>`` + Specify audio encoding bitrate in kbps (default: 384). - ``amode=`` - Specify audio encoding mode. Available preset values are 'stereo', - 'joint_stereo', 'dual' and 'mono' (default: stereo). +``--pvr-amode=`` + Specify audio encoding mode. Available preset values are 'stereo', + 'joint_stereo', 'dual' and 'mono' (default: stereo). - ``vbitrate=`` - Specify average video bitrate encoding in Mbps (default: 6). +``--pvr-vbitrate=`` + Specify average video bitrate encoding in Mbps (default: 6). - ``vmode=`` - Specify video encoding mode: +``--pvr-vmode=`` + Specify video encoding mode: - :vbr: Variable BitRate (default) - :cbr: Constant BitRate + :vbr: Variable BitRate (default) + :cbr: Constant BitRate - ``vpeak=`` - Specify peak video bitrate encoding in Mbps (only useful for VBR - encoding, default: 9.6). +``--pvr-vpeak=`` + Specify peak video bitrate encoding in Mbps (only useful for VBR + encoding, default: 9.6). - ``fmt=`` - Choose an MPEG format for encoding: +``--pvr-fmt=`` + Choose an MPEG format for encoding: - :ps: MPEG-2 Program Stream (default) - :ts: MPEG-2 Transport Stream - :mpeg1: MPEG-1 System Stream - :vcd: Video CD compatible stream - :svcd: Super Video CD compatible stream - :dvd: DVD compatible stream + :ps: MPEG-2 Program Stream (default) + :ts: MPEG-2 Transport Stream + :mpeg1: MPEG-1 System Stream + :vcd: Video CD compatible stream + :svcd: Super Video CD compatible stream + :dvd: DVD compatible stream ``--quiet`` Make console output less verbose; in particular, prevents the status line -- cgit v1.2.3