-loadidx and -saveidx explanation extended.

slightly modified patch by Torinthiel


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11294 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-10-27 17:38:37 +00:00
parent 92e81c492a
commit 0c7f4e7017
1 changed files with 8 additions and 4 deletions

View File

@ -780,7 +780,7 @@ Skip the proxy for IPv6 addresses.
It will still be used for IPv4 connections.
.TP
.B \-loadidx <filename>
The file name from which to read the video INDEX data.
The file name from which to read the video INDEX data, as saved by \-saveidx.
MPlayer will read the index from filename and use this data for seeking.
This data will override any index data contained in the AVI itself.
Further, MPlayer won't prevent you from loading an index file generated
@ -892,9 +892,13 @@ not pass incoming UDP packets (see http://www.live.com/mplayer/).
.TP
.B \-saveidx <filename>
Force rebuilding of INDEX and output to a separate file specified by the
argument filename. Currently this only works with AVI files.
Although you can use MEncoder to fix files without indexes, MPlayer
does not support seeking in AVI files bigger than 2GB.
argument filename.
Currently this only works with AVI files.
Although you can use MEncoder to fix files without indexes, the AVI
container format is limited to indexing files up to 2GB in size.
It is however possible to store the index in a separate file and use it later
with \-loadidx, which is faster than rebuilding the index (with \-idx or
\-forceidx) each time the movie is opened.
(This is a limitation of the AVI format, and although there exists an
extension to index beyond 2GB, MPlayer doesn't yet support this extension.)
After the index file is created, MPlayer will begin to play the video.