summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-27 17:38:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-27 17:38:37 +0000
commit0c7f4e7017b7599343410b89cf426ad0a771162b (patch)
tree102ae84f274a1d3e26e6e8c64b069ce5cf979d07 /DOCS
parent92e81c492ac14e91e6d76d6e5c3b8d5a5185e128 (diff)
downloadmpv-0c7f4e7017b7599343410b89cf426ad0a771162b.tar.bz2
mpv-0c7f4e7017b7599343410b89cf426ad0a771162b.tar.xz
-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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.112
1 files changed, 8 insertions, 4 deletions
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 <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.