comparison DOCS/man/en/mplayer.1 @ 32438:faefba58f413

Implement a basic capture feature, available through -capture. If a specified key is pressed during playback, the current stream is captured to a file, similar to what -dumpstream achieves. patch by P«”sztor Szil«”rd, don tricon hu
author diego
date Thu, 21 Oct 2010 18:19:30 +0000
parents 520d72f61c8c
children 1a9b4cb4ba01
comparison
equal deleted inserted replaced
32437:8d6bd95d0009 32438:faefba58f413
279 Toggle displaying "forced subtitles". 279 Toggle displaying "forced subtitles".
280 .IPs "a\ \ \ \ " 280 .IPs "a\ \ \ \ "
281 Toggle subtitle alignment: top / middle / bottom. 281 Toggle subtitle alignment: top / middle / bottom.
282 .IPs "x and z" 282 .IPs "x and z"
283 Adjust subtitle delay by +/\- 0.1 seconds. 283 Adjust subtitle delay by +/\- 0.1 seconds.
284 .IPs "c (\-capture only)"
285 Start/stop capturing the primary stream.
284 .IPs "r and t" 286 .IPs "r and t"
285 Move subtitles up/down. 287 Move subtitles up/down.
286 .IPs "i (\-edlout mode only)" 288 .IPs "i (\-edlout mode only)"
287 Set start or end of an EDL skip and write it out to the given file. 289 Set start or end of an EDL skip and write it out to the given file.
288 .IPs "s (\-vf screenshot only)" 290 .IPs "s (\-vf screenshot only)"
1338 If a seek is to be made to a position within <percentage> of the cache size 1340 If a seek is to be made to a position within <percentage> of the cache size
1339 from the current position, MPlayer will wait for the cache to be filled to 1341 from the current position, MPlayer will wait for the cache to be filled to
1340 this position rather than performing a stream seek (default: 50). 1342 this position rather than performing a stream seek (default: 50).
1341 . 1343 .
1342 .TP 1344 .TP
1345 .B \-capture (MPlayer only)
1346 Allows capturing the primary stream (not additional audio tracks or other
1347 kind of streams) into the file specified by \-dumpfile or \"stream.dump\"
1348 by default.
1349 If this option is given, capturing can be started and stopped by pressing
1350 the key bound to this function (see section INTERACTIVE CONTROL).
1351 Same as for \-dumpstream, this will likely not produce usable results for
1352 anything else than MPEG streams.
1353 Note that, due to cache latencies, captured data may begin and end
1354 somewhat delayed compared to what you see displayed.
1355 .
1356 .TP
1343 .B \-cdda <option1:option2> (CDDA only) 1357 .B \-cdda <option1:option2> (CDDA only)
1344 This option can be used to tune the CD Audio reading feature of MPlayer. 1358 This option can be used to tune the CD Audio reading feature of MPlayer.
1345 .sp 1 1359 .sp 1
1346 Available options are: 1360 Available options are:
1347 .RSs 1361 .RSs
1463 on the command line only the last one will work. 1477 on the command line only the last one will work.
1464 . 1478 .
1465 .TP 1479 .TP
1466 .B \-dumpfile <filename> (MPlayer only) 1480 .B \-dumpfile <filename> (MPlayer only)
1467 Specify which file MPlayer should dump to. 1481 Specify which file MPlayer should dump to.
1468 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream. 1482 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream /
1483 \-capture.
1469 . 1484 .
1470 .TP 1485 .TP
1471 .B \-dumpstream (MPlayer only) 1486 .B \-dumpstream (MPlayer only)
1472 Dumps the raw stream to ./stream.dump. 1487 Dumps the raw stream to ./stream.dump.
1473 Useful when ripping from DVD or network. 1488 Useful when ripping from DVD or network.