From 475fe453cc8fa828e395da100cf2c07e1e6542ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 10 Dec 2015 19:44:47 +0100 Subject: stream: drop PVR support This is only for specific Hauppage cards. According to the comments in who is actively using this feature. Get it out of the way. Anyone who still wants to use this should complain. Keeping this code would not cause terribly much additional work, and it could be restored again. (But not if the request comes months later.) --- DOCS/man/options.rst | 59 ---------------------------------------------------- 1 file changed, 59 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7533c389d7..14a0a7bec9 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3353,65 +3353,6 @@ DVB Default: ``no`` -PVR ---- - -``--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 - 2.6.18 kernel and above is able to handle MPEG stream through V4L2 layer. - For hardware capture of an MPEG stream and watching it with mpv, use - ``pvr://`` as media URL. - - -``--pvr-aspect=<0-3>`` - Specify input aspect ratio: - - :0: 1:1 - :1: 4:3 (default) - :2: 16:9 - :3: 2.21:1 - -``--pvr-arate=<32000-48000>`` - Specify encoding audio rate (default: 48000 Hz, available: 32000, - 44100 and 48000 Hz). - -``--pvr-alayer=<1-3>`` - Specify MPEG audio layer encoding (default: 2). - -``--pvr-abitrate=<32-448>`` - Specify audio encoding bitrate in kbps (default: 384). - -``--pvr-amode=`` - Specify audio encoding mode. Available preset values are 'stereo', - 'joint_stereo', 'dual' and 'mono' (default: stereo). - -``--pvr-vbitrate=`` - Specify average video bitrate encoding in Mbps (default: 6). - -``--pvr-vmode=`` - Specify video encoding mode: - - :vbr: Variable Bit Rate (default) - :cbr: Constant Bit Rate - -``--pvr-vpeak=`` - Specify peak video bitrate encoding in Mbps (only useful for VBR - encoding, default: 9.6). - -``--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 - - Miscellaneous ------------- -- cgit v1.2.3