[MPlayer-DOCS] r20000 - in trunk/DOCS/man: en/mplayer.1 fr/mplayer.1

ben subversion at mplayerhq.hu
Wed Sep 27 22:52:21 CEST 2006


Author: ben
Date: Wed Sep 27 22:52:20 2006
New Revision: 20000

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/fr/mplayer.1

Log:
updated en and fr man pages with changes introduced by new pvr layer

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Wed Sep 27 22:52:20 2006
@@ -1407,28 +1407,32 @@
 .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 @@
 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



More information about the MPlayer-DOCS mailing list