summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-10 19:44:47 +0100
committerwm4 <wm4@nowhere>2015-12-10 22:53:02 +0100
commit475fe453cc8fa828e395da100cf2c07e1e6542ea (patch)
tree6637ba18f38ce2829b7f8af716973f8e84607f4e /DOCS
parent3da91a673afb40d304bc57b5e17cee67a671f315 (diff)
downloadmpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.bz2
mpv-475fe453cc8fa828e395da100cf2c07e1e6542ea.tar.xz
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.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst59
1 files changed, 0 insertions, 59 deletions
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=<value>``
- Specify audio encoding mode. Available preset values are 'stereo',
- 'joint_stereo', 'dual' and 'mono' (default: stereo).
-
-``--pvr-vbitrate=<value>``
- Specify average video bitrate encoding in Mbps (default: 6).
-
-``--pvr-vmode=<value>``
- Specify video encoding mode:
-
- :vbr: Variable Bit Rate (default)
- :cbr: Constant Bit Rate
-
-``--pvr-vpeak=<value>``
- Specify peak video bitrate encoding in Mbps (only useful for VBR
- encoding, default: 9.6).
-
-``--pvr-fmt=<value>``
- 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
-------------