diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 80d6cd8d18..505f5feaf5 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -780,7 +780,7 @@ Skip the proxy for IPv6 addresses. It will still be used for IPv4 connections. .TP .B \-loadidx -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 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.