# HG changeset patch # User diego # Date 1067276317 0 # Node ID e9f585aec12e03d4fdab52e311a68c093871088d # Parent 5a25344ed686e4a44acf9ae713d5b26b02b3deb4 -loadidx and -saveidx explanation extended. slightly modified patch by Torinthiel diff -r 5a25344ed686 -r e9f585aec12e DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Mon Oct 27 12:35:21 2003 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Oct 27 17:38:37 2003 +0000 @@ -780,7 +780,7 @@ 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 @@ .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.