Mercurial > mplayer.hg
changeset 33559:0d4edb3f75c6
manpage: clarify usage of -endpos with mplayer.
author | cboesch |
---|---|
date | Sat, 18 Jun 2011 21:08:29 +0000 |
parents | cc3071a7c057 |
children | 16cf555989a9 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sat Jun 18 20:50:55 2011 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Jun 18 21:08:29 2011 +0000 @@ -1665,7 +1665,7 @@ .I NOTE: Byte position may not be accurate, as it can only stop at a frame boundary. When used in conjunction with \-ss option, \-endpos time will shift forward by -seconds specified with \-ss. +seconds specified with \-ss if not a byte position. .sp 1 .I EXAMPLE: .PD 0 @@ -1676,7 +1676,9 @@ Stop at 1 hour 10 minutes. .IPs "\-ss 10 \-endpos 56" Stop at 1 minute 6 seconds. -.IPs "\-endpos 100mb" +.IPs "mplayer \-endpos 100mb" +Stop playback after reading 100MB of the input file. +.IPs "mencoder \-endpos 100mb" Encode only 100 MB. .RE .PD 1