comparison DOCS/man/en/mplayer.1 @ 19994:1fb575aaddcd

updated en and fr man pages with changes introduced by new pvr layer
author ben
date Wed, 27 Sep 2006 20:52:20 +0000
parents 02a18c52a42a
children 39e8656163b8
comparison
equal deleted inserted replaced
19993:e6915c0f43c3 19994:1fb575aaddcd
1405 Falls back on IPv4 automatically. 1405 Falls back on IPv4 automatically.
1406 . 1406 .
1407 .TP 1407 .TP
1408 .B \-pvr <option1:option2:...> (PVR only) 1408 .B \-pvr <option1:option2:...> (PVR only)
1409 This option tunes various encoding properties of the PVR capture module. 1409 This option tunes various encoding properties of the PVR capture module.
1410 The Hauppauge WinTV PVR\-150/250/350/500 and all IVTV based cards are known 1410 It has to be used with any hardware MPEG encoder based card supported by the
1411 as PVR capture cards. 1411 V4L2 driver.
1412 The Hauppauge WinTV PVR\-150/250/350/500 and all IVTV based
1413 cards are known as PVR capture cards.
1414 Be aware that only Linux 2.6.18 kernel
1415 and above is able to handle MPEG stream through V4L2 layer.
1412 For hardware capture of an MPEG stream and watching it with 1416 For hardware capture of an MPEG stream and watching it with
1413 MPlayer/MEncoder, use 'pvr://' as a movie URL. 1417 MPlayer/MEncoder, use 'pvr://' as a movie URL.
1414 .sp 1 1418 .sp 1
1415 Available options are: 1419 Available options are:
1416 .RSs 1420 .RSs
1417 .IPs aspect=<1\-4> 1421 .IPs aspect=<0\-3>
1418 Specify input aspect ratio (default: 4:3): 1422 Specify input aspect ratio (default: 4:3):
1419 .RSss 1423 .RSss
1420 1: 1:1 1424 0: 1:1
1421 .br 1425 .br
1422 2: 4:3 1426 1: 4:3
1423 .br 1427 .br
1424 3: 16:9 1428 2: 16:9
1425 .br 1429 .br
1426 4: 2.21:1 1430 3: 2.21:1
1427 .REss 1431 .REss
1428 .IPs arate=<32000\-48000> 1432 .IPs arate=<32000\-48000>
1429 Specify encoding audio rate (default: 48000 Hz, available: 32000, 44100 1433 Specify encoding audio rate (default: 48000 Hz, available: 32000, 44100
1430 and 48000 Hz). 1434 and 48000 Hz).
1431 .IPs alayer=<1\-2> 1435 .IPs alayer=<1\-3>
1432 Specify MPEG audio layer encoding (default: layer 2). 1436 Specify MPEG audio layer encoding (default: layer 2).
1433 .IPs abitrate=<32\-448> 1437 .IPs abitrate=<32\-448>
1434 Specify audio encoding bitrate in kbps (default: 384 kbps). 1438 Specify audio encoding bitrate in kbps (default: 384 kbps).
1435 .IPs amode=<value> 1439 .IPs amode=<value>
1436 Specify audio encoding mode. 1440 Specify audio encoding mode.
1437 Available preset values are 'stereo', 'joint_stereo', 'dual' and 'mono' (default: stereo). 1441 Available preset values are 'stereo', 'joint_stereo', 'dual' and 'mono' (default: stereo).
1438 .IPs vbitrate=<value> 1442 .IPs vbitrate=<value>
1439 Specify average video bitrate encoding (default: 6 Mbps). 1443 Specify average video bitrate encoding (default: 6 Mbps).
1440 .IPs vmode=<0\-1> 1444 .IPs vmode=<value>
1441 Specify video encoding mode (default: VBR): 1445 Specify video encoding mode (default: VBR):
1442 .RSss 1446 .RSss
1443 0: VBR 1447 vbr: Variable BitRate
1444 .br 1448 .br
1445 1: CBR 1449 cbr: Constant BitRate
1446 .REss 1450 .REss
1447 .IPs vpeak=<value> 1451 .IPs vpeak=<value>
1448 Specify peak video bitrate encoding (only useful for VBR encoding, default: 9.6 Mbps). 1452 Specify peak video bitrate encoding (only useful for VBR encoding, default: 9.6 Mbps).
1449 .IPs fmt=<value> 1453 .IPs fmt=<value>
1450 Choose an MPEG format for encoding (default: MPEG PS): 1454 Choose an MPEG format for encoding (default: ps):
1451 .RSss 1455 .RSss
1452 ps: MPEG PS. 1456 ps: MPEG 2 Program Stream.
1453 .br 1457 .br
1454 ts: MPEG TS (experimental, may fail) 1458 ts: MPEG 2 Transport Stream.
1455 .br 1459 .br
1456 mpeg1: MPEG 1 1460 mpeg1: MPEG 1 System Stream.
1457 .br 1461 .br
1458 vcd: Video CD 1462 vcd: Video CD compatible stream.
1459 .br 1463 .br
1460 svcd: Super Video CD 1464 svcd: Super Video CD compatible stream.
1461 .br 1465 .br
1462 dvd: DVD 1466 dvd: DVD compatible stream.
1463 .br
1464 dvds1: DVD Region 1 (NTSC)
1465 .br
1466 dvds2: DVD Region 2 (PAL)
1467 .REss 1467 .REss
1468 .RE 1468 .RE
1469 .PD 1 1469 .PD 1
1470 . 1470 .
1471 .TP 1471 .TP