comparison DOCS/man/en/mplayer.1 @ 11247:88e25438004b

loadidx and saveidx options based on Jasons patch
author alex
date Thu, 23 Oct 2003 12:16:00 +0000
parents 1c8ba87ddb03
children 731652167590
comparison
equal deleted inserted replaced
11246:119da136853c 11247:88e25438004b
782 .TP 782 .TP
783 .B \-ipv4-only-proxy 783 .B \-ipv4-only-proxy
784 Skip the proxy for IPv6 addresses. 784 Skip the proxy for IPv6 addresses.
785 It will still be used for IPv4 connections. 785 It will still be used for IPv4 connections.
786 .TP 786 .TP
787 .B \-loadidx <filename>
788 The file name from which to read the video INDEX data.
789 MPlayer will read the index from filename and use this data for seeking.
790 This data will override any index data contained in the AVI itself.
791 Further, MPlayer won't prevent you from loading an index file generated
792 from a different AVI, but this is sure to cause unfavorable results.
793 NOTE: this option will be obsoleted once AVI gets ODML support!
794 .TP
787 .B \-mc <seconds/frame> 795 .B \-mc <seconds/frame>
788 Maximum A-V sync correction per frame (in seconds). 796 Maximum A-V sync correction per frame (in seconds).
789 .TP 797 .TP
790 .B \-mf <option1:option2:...> 798 .B \-mf <option1:option2:...>
791 Used when decoding from multiple PNG or JPEG files. 799 Used when decoding from multiple PNG or JPEG files.
887 .B \-rtsp-stream-over-tcp 895 .B \-rtsp-stream-over-tcp
888 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP 896 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP
889 packets be streamed over TCP (using the same TCP connection as RTSP). 897 packets be streamed over TCP (using the same TCP connection as RTSP).
890 This option may be useful if you have a broken Internet connection that does 898 This option may be useful if you have a broken Internet connection that does
891 not pass incoming UDP packets (see http://www.live.com/mplayer/). 899 not pass incoming UDP packets (see http://www.live.com/mplayer/).
900 .TP
901 .B \-saveidx <filename>
902 Force rebuilding of INDEX and output to a separate file specified by the
903 argument filename. Currently this only works with AVI files.
904 Although you can use MEncoder to fix files without indexes, MPlayer
905 does not support seeking in AVI files bigger than 2GB.
906 (This is a limitation of the AVI format, and although there exists an
907 extension to index beyond 2GB, MPlayer doesn't yet support this extension.)
908 After the index file is created, MPlayer will begin to play the video.
909 If you want to automate index file generation (after encoding a large file
910 off a TV capture card, for example), you can specify \-frames 0 to
911 prevent MPlayer from playing the video after generating the index.
912 NOTE: this option will be obsoleted once AVI gets ODML support!
892 .TP 913 .TP
893 .B \-sb <byte\ position> (see \-ss option too) 914 .B \-sb <byte\ position> (see \-ss option too)
894 Seek to byte position. 915 Seek to byte position.
895 Useful for playback from CDROM images / .VOB files with junk at the beginning. 916 Useful for playback from CDROM images / .VOB files with junk at the beginning.
896 .TP 917 .TP