[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.472,1.473

Diego Biurrun CVS diego at mplayerhq.hu
Mon Oct 27 18:38:39 CET 2003


Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var/tmp.root/cvs-serv7888

Modified Files:
	mplayer.1 
Log Message:
-loadidx and -saveidx explanation extended.
slightly modified patch by Torinthiel


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -r1.472 -r1.473
--- mplayer.1	27 Oct 2003 01:25:52 -0000	1.472
+++ mplayer.1	27 Oct 2003 17:38:37 -0000	1.473
@@ -780,7 +780,7 @@
 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 @@
 .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.



More information about the MPlayer-DOCS mailing list