comparison DOCS/man/en/mplayer.1 @ 19973:02a18c52a42a

after a long time, finally i could add -endpos option to mplayer executable. as oded told me on 1006 02 24, i applied it, blame me if some problem occurs, i hope not, since i tried it for a while....
author ptt
date Mon, 25 Sep 2006 16:47:56 +0000
parents 862f2cea49ba
children 1fb575aaddcd
comparison
equal deleted inserted replaced
19972:6e103c537e6d 19973:02a18c52a42a
1271 Video will be skipped over and audio will be muted and unmuted according to 1271 Video will be skipped over and audio will be muted and unmuted according to
1272 the entries in the given file. 1272 the entries in the given file.
1273 See DOCS/\:HTML/\:en/\:edl.html for details on how to use this. 1273 See DOCS/\:HTML/\:en/\:edl.html for details on how to use this.
1274 . 1274 .
1275 .TP 1275 .TP
1276 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (also see \-ss and \-sb)
1277 Stop at given time or byte position.
1278 .br
1279 .I NOTE:
1280 Byte position is enabled only for MEncoder and will not be accurate, as it can
1281 only stop at a frame boundary.
1282 When used in conjunction with \-ss option, \-endpos time will shift forward by
1283 seconds specified with \-ss.
1284 .sp 1
1285 .I EXAMPLE:
1286 .PD 0
1287 .RSs
1288 .IPs "\-endpos 56"
1289 Stop at 56 seconds.
1290 .IPs "\-endpos 01:10:00"
1291 Stop at 1 hour 10 minutes.
1292 .IPs "\-ss 10 \-endpos 56"
1293 Stop at 1 minute 6 seconds.
1294 .IPs "\-endpos 100mb"
1295 Encode only 100 MB.
1296 .RE
1297 .PD 1
1298 .
1299 .TP
1276 .B \-forceidx 1300 .B \-forceidx
1277 Force index rebuilding. 1301 Force index rebuilding.
1278 Useful for files with broken index (A/V desync, etc). 1302 Useful for files with broken index (A/V desync, etc).
1279 This will enable seeking in files where seeking was not possible. 1303 This will enable seeking in files where seeking was not possible.
1280 You can fix the index permanently with MEncoder (see the documentation). 1304 You can fix the index permanently with MEncoder (see the documentation).
6548 .TP 6572 .TP
6549 .B \-audio-preload <0.0\-2.0> 6573 .B \-audio-preload <0.0\-2.0>
6550 Sets up the audio buffering time interval (default: 0.5s). 6574 Sets up the audio buffering time interval (default: 0.5s).
6551 . 6575 .
6552 .TP 6576 .TP
6553 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (also see \-ss and \-sb)
6554 Stop encoding at the given time or byte position.
6555 .br
6556 .I NOTE:
6557 Byte position will not be accurate, as it can only stop at
6558 a frame boundary.
6559 .sp 1
6560 .I EXAMPLE:
6561 .PD 0
6562 .RSs
6563 .IPs "\-endpos 56"
6564 Encode only 56 seconds.
6565 .IPs "\-endpos 01:10:00"
6566 Encode only 1 hour 10 minutes.
6567 .IPs "\-endpos 100mb"
6568 Encode only 100 MB.
6569 .RE
6570 .PD 1
6571 .
6572 .TP
6573 .B \-fafmttag <format> 6577 .B \-fafmttag <format>
6574 Can be used to override the audio format tag of the output file. 6578 Can be used to override the audio format tag of the output file.
6575 .sp 1 6579 .sp 1
6576 .I EXAMPLE: 6580 .I EXAMPLE:
6577 .PD 0 6581 .PD 0