summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-27 20:52:20 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-27 20:52:20 +0000
commit2d5aedd5b3fe938873e211204976e32efab623cf (patch)
treee253d0476c16124b904aac1d54c1e34b87588b37 /DOCS/man/en
parentee12101aa54d39f6472374efe8d3d6a82ffd60ef (diff)
downloadmpv-2d5aedd5b3fe938873e211204976e32efab623cf.tar.bz2
mpv-2d5aedd5b3fe938873e211204976e32efab623cf.tar.xz
updated en and fr man pages with changes introduced by new pvr layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20000 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.144
1 files changed, 22 insertions, 22 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index b976352c42..9ae539e4a1 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1407,28 +1407,32 @@ Falls back on IPv4 automatically.
.TP
.B \-pvr <option1:option2:...> (PVR only)
This option tunes various encoding properties of the PVR capture module.
-The Hauppauge WinTV PVR\-150/250/350/500 and all IVTV based cards are known
-as PVR capture cards.
+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
MPlayer/MEncoder, use 'pvr://' as a movie URL.
.sp 1
Available options are:
.RSs
-.IPs aspect=<1\-4>
+.IPs aspect=<0\-3>
Specify input aspect ratio (default: 4:3):
.RSss
-1: 1:1
+0: 1:1
.br
-2: 4:3
+1: 4:3
.br
-3: 16:9
+2: 16:9
.br
-4: 2.21:1
+3: 2.21:1
.REss
.IPs arate=<32000\-48000>
Specify encoding audio rate (default: 48000 Hz, available: 32000, 44100
and 48000 Hz).
-.IPs alayer=<1\-2>
+.IPs alayer=<1\-3>
Specify MPEG audio layer encoding (default: layer 2).
.IPs abitrate=<32\-448>
Specify audio encoding bitrate in kbps (default: 384 kbps).
@@ -1437,33 +1441,29 @@ Specify audio encoding mode.
Available preset values are 'stereo', 'joint_stereo', 'dual' and 'mono' (default: stereo).
.IPs vbitrate=<value>
Specify average video bitrate encoding (default: 6 Mbps).
-.IPs vmode=<0\-1>
+.IPs vmode=<value>
Specify video encoding mode (default: VBR):
.RSss
-0: VBR
+vbr: Variable BitRate
.br
-1: CBR
+cbr: Constant BitRate
.REss
.IPs vpeak=<value>
Specify peak video bitrate encoding (only useful for VBR encoding, default: 9.6 Mbps).
.IPs fmt=<value>
-Choose an MPEG format for encoding (default: MPEG PS):
+Choose an MPEG format for encoding (default: ps):
.RSss
-ps: MPEG PS.
+ps: MPEG 2 Program Stream.
.br
-ts: MPEG TS (experimental, may fail)
+ts: MPEG 2 Transport Stream.
.br
-mpeg1: MPEG 1
+mpeg1: MPEG 1 System Stream.
.br
-vcd: Video CD
+vcd: Video CD compatible stream.
.br
-svcd: Super Video CD
+svcd: Super Video CD compatible stream.
.br
-dvd: DVD
-.br
-dvds1: DVD Region 1 (NTSC)
-.br
-dvds2: DVD Region 2 (PAL)
+dvd: DVD compatible stream.
.REss
.RE
.PD 1