comparison DOCS/man/en/mplayer.1 @ 12990:53ccf64d19b2

man page review part II
author diego
date Tue, 10 Aug 2004 17:00:54 +0000
parents 607d0d9ce66e
children 2d678d3c00fa
comparison
equal deleted inserted replaced
12989:607d0d9ce66e 12990:53ccf64d19b2
358 .B \-include <configuration\ file> 358 .B \-include <configuration\ file>
359 Specify configuration file to be parsed after the default ones. 359 Specify configuration file to be parsed after the default ones.
360 .TP 360 .TP
361 .B \-quiet \ \ 361 .B \-quiet \ \
362 Make console output less verbose; in particular, prevents the status line 362 Make console output less verbose; in particular, prevents the status line
363 (i.e. A: 0.7 V: 0.6 A-V: 0.068 ...) from being displayed. 363 (i.e.\& A: 0.7 V: 0.6 A-V: 0.068 ...) from being displayed.
364 Particularly useful on slow terminals or broken ones which do not properly 364 Particularly useful on slow terminals or broken ones which do not properly
365 handle carriage return (i.e. \\r). 365 handle carriage return (i.e.\& \\r).
366 .TP 366 .TP
367 .B \-v, \-verbose 367 .B \-v, \-verbose
368 Increment verbose level (more \-v means more verbosity). 368 Increment verbose level (more \-v means more verbosity).
369 . 369 .
370 .PD 0 370 .PD 0
395 Gradually adjusts the A/\:V sync based on audio delay measurements. 395 Gradually adjusts the A/\:V sync based on audio delay measurements.
396 Specifying \-autosync\ 0, the default, will cause frame timing to be based 396 Specifying \-autosync\ 0, the default, will cause frame timing to be based
397 entirely on audio delay measurements. 397 entirely on audio delay measurements.
398 Specifying \-autosync\ 1 will do the same, but will subtly change the A/\:V 398 Specifying \-autosync\ 1 will do the same, but will subtly change the A/\:V
399 correction algorithm. 399 correction algorithm.
400 An uneven video frame rate in a movie which plays fine with \-nosound can 400 An uneven video framerate in a movie which plays fine with \-nosound can
401 often be helped by setting this to an integer value greater than 1. 401 often be helped by setting this to an integer value greater than 1.
402 The higher the value, the closer the timing will be to \-nosound. 402 The higher the value, the closer the timing will be to \-nosound.
403 Try \-autosync\ 30 to smooth out problems with sound drivers which do 403 Try \-autosync\ 30 to smooth out problems with sound drivers which do
404 not implement a perfect audio delay measurement. 404 not implement a perfect audio delay measurement.
405 With this value, if large A/\:V sync offsets occur, they will only take about 405 With this value, if large A/\:V sync offsets occur, they will only take about
525 .TP 525 .TP
526 .B \-noconsolecontrols 526 .B \-noconsolecontrols
527 Prevent MPlayer from reading key events from standard input. 527 Prevent MPlayer from reading key events from standard input.
528 Useful when reading data from standard input. 528 Useful when reading data from standard input.
529 This is automatically enabled when \- is found on the command line. 529 This is automatically enabled when \- is found on the command line.
530 There are situations where you have to set it manually, e.g. 530 There are situations where you have to set it manually, e.g.\&
531 if you open /dev/stdin (or the equivalent on your system), use stdin 531 if you open /dev/stdin (or the equivalent on your system), use stdin
532 in a playlist or intend to read from stdin later on via the loadfile or 532 in a playlist or intend to read from stdin later on via the loadfile or
533 loadlist slave commands. 533 loadlist slave commands.
534 .TP 534 .TP
535 .B \-nojoystick 535 .B \-nojoystick
605 and 1 (which is the default) means full compression (make loud passages more 605 and 1 (which is the default) means full compression (make loud passages more
606 silent and vice versa). 606 silent and vice versa).
607 This option only shows an effect if the AC3 stream contains the required range 607 This option only shows an effect if the AC3 stream contains the required range
608 compression information. 608 compression information.
609 .TP 609 .TP
610 .B \-aid <id> (also see \-alang option) 610 .B \-aid <id> (also see \-alang)
611 Select audio channel [MPEG: 0\-31 AVI/\:OGM: 1\-99 ASF/\:RM: 0\-127 611 Select audio channel (MPEG: 0\-31, AVI/\:OGM: 1\-99, ASF/\:RM: 0\-127,
612 VOB(AC3): 128\-159 VOB(LPCM): 160\-191 MPEG-TS 17\-8190]. 612 VOB(AC3): 128\-159, VOB(LPCM): 160\-191, MPEG-TS 17\-8190).
613 MPlayer prints the available IDs when running in verbose (\-v) mode. 613 MPlayer prints the available IDs when run in verbose (\-v) mode.
614 When playing an MPEG-TS stream, MPlayer/MEncoder will use the first program 614 When playing an MPEG-TS stream, MPlayer/MEncoder will use the first program
615 (if present) with the chosen audio stream. 615 (if present) with the chosen audio stream.
616 .TP 616 .TP
617 .B \-alang <two letter\ country\ code> (also see \-aid option) (DVD only) 617 .B \-alang <two letter\ country\ code> (also see \-aid) (DVD only)
618 Works only for DVD playback. 618 Selects the DVD audio language and tries to play audio streams whose
619 It selects the DVD audio language and always tries to play audio streams whose
620 language matches the given code. 619 language matches the given code.
621 For the list of available languages, use with the \-v option and look at the 620 MPlayer prints a list of available languages when run in verbose (\-v) mode.
622 output.
623 .sp 1 621 .sp 1
624 .I EXAMPLE: 622 .I EXAMPLE:
625 .PD 0 623 .PD 0
626 .RSs 624 .RSs
627 .IPs "\-alang hu,en" 625 .IPs "\-alang hu,en"
631 . 629 .
632 .TP 630 .TP
633 .B \-audio-demuxer <number> (\-audiofile only) 631 .B \-audio-demuxer <number> (\-audiofile only)
634 Force audio demuxer type for \-audiofile. 632 Force audio demuxer type for \-audiofile.
635 Give the demuxer ID as defined in libmpdemux/demuxer.h. 633 Give the demuxer ID as defined in libmpdemux/demuxer.h.
636 Use \-audio-demuxer 17 to force MP3 detection. 634 \-audio-demuxer 17 forces MP3.
637 .TP 635 .TP
638 .B \-audiofile <filename> 636 .B \-audiofile <filename>
639 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a 637 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
640 movie. 638 movie.
641 .TP 639 .TP
647 Specify the maximum bandwidth for network streaming (for servers that are 645 Specify the maximum bandwidth for network streaming (for servers that are
648 able to send content in different bitrates). 646 able to send content in different bitrates).
649 Useful if you want to watch live streamed media behind a slow connection. 647 Useful if you want to watch live streamed media behind a slow connection.
650 .TP 648 .TP
651 .B \-cdrom-device <path\ to\ device> 649 .B \-cdrom-device <path\ to\ device>
652 Override default CD-ROM drive name /dev/\:cdrom. 650 Specify the CD-ROM device (default: /dev/\:cdrom).
653 .TP 651 .TP
654 .B \-cache <kBytes> 652 .B \-cache <kBytes>
655 This option specifies how much memory (in kBytes) to use when precaching a 653 This option specifies how much memory (in kBytes) to use when precaching a
656 file/\:URL. 654 file or URL.
657 Especially useful on slow media (default is \-nocache). 655 Especially useful on slow media.
658 .TP 656 .TP
659 .B \-cache-min <percentage> 657 .B \-cache-min <percentage>
660 Playback will start when the cache fill threshold set with this option 658 Playback will start when the cache fill threshold set with this option
661 is reached. 659 is reached.
662 .TP 660 .TP
669 .sp 1 667 .sp 1
670 Available options are: 668 Available options are:
671 . 669 .
672 .RSs 670 .RSs
673 .IPs speed=<value> 671 .IPs speed=<value>
674 set CD spin speed 672 Set CD spin speed.
675 .IPs paranoia=<0\-2> 673 .IPs paranoia=<0\-2>
676 set paranoia level 674 Set paranoia level.
677 .RSss 675 .RSss
678 0: disable checking 676 0: disable checking
679 .br 677 .br
680 1: overlap checking only (default) 678 1: overlap checking only (default)
681 .br 679 .br
682 2: full data correction and verification 680 2: full data correction and verification
683 .REss 681 .REss
684 .IPs generic-dev=<value> 682 .IPs generic-dev=<value>
685 use specified generic SCSI device 683 Use specified generic SCSI device.
686 .IPs sector-size=<value> 684 .IPs sector-size=<value>
687 atomic read size 685 Set atomic read size.
688 .IPs overlap=<value> 686 .IPs overlap=<value>
689 force minimum overlap search during verification to <value> sectors. 687 Force minimum overlap search during verification to <value> sectors.
690 .IPs toc-bias 688 .IPs toc-bias
691 Assume that the beginning offset of track 1 as reported in the TOC will be 689 Assume that the beginning offset of track 1 as reported in the TOC will be
692 addressed as LBA\ 0. 690 addressed as LBA\ 0.
693 Some Toshiba drives need this for getting track boundaries correct. 691 Some Toshiba drives need this for getting track boundaries correct.
694 .IPs toc-offset=<value> 692 .IPs toc-offset=<value>
695 Add <value> sectors to the values reported when addressing tracks. 693 Add <value> sectors to the values reported when addressing tracks.
696 May be negative. 694 May be negative.
697 .IPs (no)skip 695 .IPs (no)skip
698 (never) accept imperfect data reconstruction. 696 (Never) accept imperfect data reconstruction.
699 .RE 697 .RE
700 . 698 .
701 .TP 699 .TP
702 .B \-channels <number> 700 .B \-channels <number>
703 Change the number of playback channels, defaults to '2' if not specified. 701 Change the number of playback channels (default: 2).
704 If the number of output channels is bigger than the number of input channels 702 If the number of output channels is bigger than the number of input channels
705 empty channels are inserted (unless mixing from mono to stereo, then the mono 703 empty channels are inserted (unless mixing from mono to stereo, then the mono
706 channel is repeated in both output channels). 704 channel is repeated in both output channels).
707 If the number of output channels is smaller than the number of input channels, 705 If the number of output channels is smaller than the number of input channels,
708 results depend on the audio decoder (\-afm). 706 results depend on the audio decoder (\-afm).
714 This is usually only important when playing videos with AC3 audio (like DVDs). 712 This is usually only important when playing videos with AC3 audio (like DVDs).
715 In that case liba52 does the decoding by default and correctly downmixes the 713 In that case liba52 does the decoding by default and correctly downmixes the
716 audio into the requested number of channels. 714 audio into the requested number of channels.
717 .br 715 .br
718 .I NOTE: 716 .I NOTE:
719 This option is honored by codecs (AC3 only) filters (surround) and ao drivers 717 This option is honored by codecs (AC3 only), filters (surround) and ao drivers
720 (OSS at least). 718 (OSS at least).
721 .sp 1 719 .sp 1
722 Available options are: 720 Available options are:
723 .sp 1 721 .sp 1
724 .PD 0 722 .PD 0
734 . 732 .
735 .TP 733 .TP
736 .B \-chapter <chapter\ id>[\-<end\ chapter\ id>] (DVD only) 734 .B \-chapter <chapter\ id>[\-<end\ chapter\ id>] (DVD only)
737 Specify which chapter to start playing at. 735 Specify which chapter to start playing at.
738 Optionally specify which chapter to end playing at (default: 1). 736 Optionally specify which chapter to end playing at (default: 1).
739 Examples can be found below.
740 .TP 737 .TP
741 .B \-cookies (network only) 738 .B \-cookies (network only)
742 Send cookies when making HTTP requests. 739 Send cookies when making HTTP requests.
743 .TP 740 .TP
744 .B \-cookies-file <filename> (network only) 741 .B \-cookies-file <filename> (network only)
745 Read HTTP cookies from this file. 742 Read HTTP cookies from specified file (default: ~/.mozilla/ and ~/.netscape/)
743 and skip reading from default locations.
746 The file is assumed to be in Netscape format. 744 The file is assumed to be in Netscape format.
747 If you use this option, MPlayer will not look for cookies in ~/.netscape/
748 and ~/.mozilla/.
749 .TP 745 .TP
750 .B \-demuxer <number> 746 .B \-demuxer <number>
751 Force demuxer type. 747 Force demuxer type.
752 Give the demuxer ID as defined in libmpdemux/demuxer.h. 748 Give the demuxer ID as defined in libmpdemux/demuxer.h.
753 Use \-demuxer 17 to force MP3 detection. 749 \-demuxer 17 forces MP3.
754 .TP 750 .TP
755 .B \-dumpaudio (MPlayer only) 751 .B \-dumpaudio (MPlayer only)
756 Dumps raw compressed audio stream to ./stream.dump (useful with mpeg/\:ac3). 752 Dumps raw compressed audio stream to ./stream.dump (useful with MPEG/\:AC3).
757 .TP 753 .TP
758 .B \-dumpfile <filename> (MPlayer only) 754 .B \-dumpfile <filename> (MPlayer only)
759 Specify which file MPlayer should dump to. 755 Specify which file MPlayer should dump to.
760 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream. 756 Should be used together with \-dumpaudio / \-dumpvideo / \-dumpstream.
761 .TP 757 .TP
781 .RE 777 .RE
782 .PD 1 778 .PD 1
783 . 779 .
784 .TP 780 .TP
785 .B \-dvd-device <path\ to\ device> (DVD only) 781 .B \-dvd-device <path\ to\ device> (DVD only)
786 Override default DVD device name /dev/\:dvd. 782 Specify the DVD device (default: /dev/\:dvd).
787 .TP 783 .TP
788 .B \-dvdangle <angle\ id> (DVD only) 784 .B \-dvdangle <angle\ id> (DVD only)
789 Some DVD discs contain scenes that can be viewed from multiple angles. 785 Some DVD discs contain scenes that can be viewed from multiple angles.
790 Here you can tell MPlayer which angles to use (default: 1). 786 Here you can tell MPlayer which angles to use (default: 1).
791 Examples can be found below.
792 .TP 787 .TP
793 .B \-forceidx 788 .B \-forceidx
794 Force rebuilding of index. 789 Force index rebuilding.
795 Useful for files with broken index (desyncs, etc). 790 Useful for files with broken index (A/V desync, etc).
796 Seeking will be possible. 791 This will enable seeking in files where seeking was not possible.
797 You can fix the index permanently with MEncoder (see the documentation). 792 You can fix the index permanently with MEncoder (see the documentation).
798 .br 793 .br
799 .I NOTE: 794 .I NOTE:
800 You can only use this option if the underlying media supports seeking 795 This option only works if the underlying media supports seeking
801 (i.e.\& not with stdin, pipe, etc). 796 (i.e.\& not with stdin, pipe, etc).
802 .TP 797 .TP
803 .B \-fps <value> 798 .B \-fps <float value>
804 Override video framerate (if value is wrong/\:missing in the header) (float 799 Override video framerate.
805 number). 800 Useful if the original value is wrong or missing.
806 .TP 801 .TP
807 .B \-frames <number> 802 .B \-frames <number>
808 Play/\:convert only first <number> frames, then quit. 803 Play/\:convert only first <number> frames, then quit.
809 .TP 804 .TP
810 .B \-hr-mp3-seek (MP3 only) 805 .B \-hr-mp3-seek (MP3 only)
811 Hi-res mp3 seeking. 806 Hi-res MP3 seeking.
812 Default is: enabled when playing from external MP3 file, as we need to seek 807 Enabled when playing from an external MP3 file, as we need to seek
813 to the very exact position to keep A/\:V sync. 808 to the very exact position to keep A/\:V sync.
814 It can be slow especially when seeking backwards \- it has to rewind to the 809 Can be slow especially when seeking backwards since it has to rewind
815 beginning to find the exact frame. 810 to the beginning to find an exact frame position.
816 .TP 811 .TP
817 .B \-idx (also see \-forceidx) 812 .B \-idx (also see \-forceidx)
818 Rebuilds index of files if no index was found, 813 Rebuilds index of files if no index was found, allowing seeking.
819 thus allowing seeking.
820 Useful with broken/\:incomplete downloads, or badly created files. 814 Useful with broken/\:incomplete downloads, or badly created files.
821 .br 815 .br
822 .I NOTE: 816 .I NOTE:
823 You can only use this option if the underlying media supports seeking 817 This option only works if the underlying media supports seeking
824 (i.e.\& not with stdin, pipe, etc). 818 (i.e.\& not with stdin, pipe, etc).
825 .TP 819 .TP
826 .B \-ipv4-only-proxy (network only) 820 .B \-ipv4-only-proxy (network only)
827 Skip the proxy for IPv6 addresses. 821 Skip the proxy for IPv6 addresses.
828 It will still be used for IPv4 connections. 822 It will still be used for IPv4 connections.
829 .TP 823 .TP
830 .B \-loadidx <filename> 824 .B \-loadidx <index file>
831 The file name from which to read the video INDEX data, as saved by \-saveidx. 825 The file from which to read the video index data saved by \-saveidx.
832 MPlayer will read the index from filename and use this data for seeking. 826 This index will be used for seeking, overriding any index data
833 This data will override any index data contained in the AVI itself. 827 contained in the AVI itself.
834 Further, MPlayer won't prevent you from loading an index file generated 828 MPlayer won't prevent you from loading an index file generated
835 from a different AVI, but this is sure to cause unfavorable results. 829 from a different AVI, but this is sure to cause unfavorable results.
836 .br 830 .br
837 .I NOTE: 831 .I NOTE:
838 This option is obsolete, because MPlayer has OpenDML support. 832 This option is obsolete now that MPlayer has OpenDML support.
839 .TP 833 .TP
840 .B \-mc <seconds/frame> 834 .B \-mc <seconds/frame>
841 Maximum A-V sync correction per frame (in seconds). 835 maximum A-V sync correction per frame (in seconds)
842 .TP 836 .TP
843 .B \-mf <option1:option2:...> 837 .B \-mf <option1:option2:...>
844 Used when decoding from multiple PNG or JPEG files. 838 Used when decoding from multiple PNG or JPEG files.
845 .sp 1 839 .sp 1
846 Available options are: 840 Available options are:
847 .sp 1 841 .sp 1
848 .PD 0 842 .PD 0
849 .RSs 843 .RSs
850 .IPs w=<value> 844 .IPs w=<value>
851 width of the output (autodetect) 845 output width (default: autodetect)
852 .IPs h=<value> 846 .IPs h=<value>
853 height of the output (autodetect) 847 output height (default: autodetect)
854 .IPs fps=<value> 848 .IPs fps=<value>
855 fps of the output (default: 25) 849 output fps (default: 25)
856 .IPs type=<value> 850 .IPs type=<value>
857 type of input files (available types: jpeg, png, tga, sgi) 851 input file type (available: jpeg, png, tga, sgi)
858 .RE 852 .RE
859 .PD 1 853 .PD 1
860 . 854 .
861 .TP 855 .TP
862 .B \-ni (AVI only) 856 .B \-ni (AVI only)
863 Force usage of non-interleaved AVI parser (fixes playing 857 Force usage of non-interleaved AVI parser (fixes playback
864 of some bad AVI files). 858 of some bad AVI files).
865 .TP 859 .TP
866 .B \-nobps (AVI only) 860 .B \-nobps (AVI only)
867 Do not use average byte/\:sec value for A-V sync (AVI). 861 Do not use average byte/\:second value for A-V sync.
868 Helps with some AVI files with broken header. 862 Helps with some AVI files with broken header.
869 .TP 863 .TP
870 .B \-noextbased 864 .B \-noextbased
871 Disables filename-extension based demuxer selection. 865 Disables extension-based demuxer selection.
872 By default, when file type (demuxer) cannot be detected reliably 866 By default, when the file type (demuxer) cannot be detected reliably
873 (the file has no header or it is not reliable enough), the filename 867 (the file has no header or it is not reliable enough), the filename
874 extension is used to select demuxer. It always falls back to content-based 868 extension is used to select the demuxer.
875 demuxer selection. 869 Always falls back to content-based demuxer selection.
876 .TP 870 .TP
877 .B \-passwd <password> (see \-user option too) (network only) 871 .B \-passwd <password> (see \-user option too) (network only)
878 Specify password for http authentication. 872 Specify password for HTTP authentication.
879 .TP 873 .TP
880 .B \-prefer-ipv4 (network only) 874 .B \-prefer-ipv4 (network only)
881 Use IPv4 on network connections. 875 Use IPv4 on network connections.
882 Falls back to IPv6 automatically. 876 Falls back to IPv6 automatically.
883 .TP 877 .TP
893 Available options are: 887 Available options are:
894 .sp 1 888 .sp 1
895 .PD 0 889 .PD 0
896 .RSs 890 .RSs
897 .IPs on\ \ \ 891 .IPs on\ \ \
898 use raw audio demuxer 892 Use raw audio demuxer.
899 .IPs channels=<value> 893 .IPs channels=<value>
900 number of channels 894 number of channels
901 .IPs rate=<value> 895 .IPs rate=<value>
902 rate in samples per second 896 rate in samples per second
903 .IPs samplesize=<value> 897 .IPs samplesize=<value>
904 sample size in byte 898 sample size in bytes
905 .IPs bitrate=<value> 899 .IPs bitrate=<value>
906 bitrate for rawaudio files 900 bitrate for rawaudio files
907 .IPs format=<value> 901 .IPs format=<value>
908 fourcc in hex 902 fourcc in hex
909 .RE 903 .RE
916 Available options are: 910 Available options are:
917 .sp 1 911 .sp 1
918 .PD 0 912 .PD 0
919 .RSs 913 .RSs
920 .IPs on\ \ \ 914 .IPs on\ \ \
921 use raw video demuxer 915 Use raw video demuxer.
922 .IPs fps=<value> 916 .IPs fps=<value>
923 rate in frames per second, default 25.0 917 rate in frames per second (default: 25.0)
924 .IPs sqcif|qcif|cif|4cif|pal|ntsc 918 .IPs sqcif|qcif|cif|4cif|pal|ntsc
925 set standard image size 919 set standard image size
926 .IPs w=<value> 920 .IPs w=<value>
927 image width in pixels 921 image width in pixels
928 .IPs h=<value> 922 .IPs h=<value>
938 . 932 .
939 .TP 933 .TP
940 .B \-rtsp-stream-over-tcp (live.com only) 934 .B \-rtsp-stream-over-tcp (live.com only)
941 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP 935 Used with 'rtsp://' URLs to specify that the resulting incoming RTP and RTCP
942 packets be streamed over TCP (using the same TCP connection as RTSP). 936 packets be streamed over TCP (using the same TCP connection as RTSP).
943 This option may be useful if you have a broken Internet connection that does 937 This option may be useful if you have a broken internet connection that does
944 not pass incoming UDP packets (see http://www.live.com/mplayer/). 938 not pass incoming UDP packets (see http://www.live.com/mplayer/).
945 .TP 939 .TP
946 .B \-saveidx <filename> 940 .B \-saveidx <filename>
947 Force rebuilding of INDEX and output to a separate file specified by the 941 Force index rebuilding and dump the index to <filename>.
948 argument filename.
949 Currently this only works with AVI files. 942 Currently this only works with AVI files.
950 .br 943 .br
951 .I NOTE: 944 .I NOTE:
952 This option is obsolete, because MPlayer has OpenDML support. 945 This option is obsolete now that MPlayer has OpenDML support.
953 .TP 946 .TP
954 .B \-sb <byte\ position> (see \-ss option too) 947 .B \-sb <byte\ position> (see \-ss option too)
955 Seek to byte position. 948 Seek to byte position.
956 Useful for playback from CD-ROM images / .VOB files with junk at the beginning. 949 Useful for playback from CD-ROM images or VOB files with junk at the beginning.
957 .TP 950 .TP
958 .B \-srate <Hz> 951 .B \-srate <Hz>
959 Selects the given output sampling rate, resampling if necessary. 952 Selects the given output sampling rate, resampling if necessary.
960 MEncoder passes this value to lame for resampling. 953 MEncoder passes this value to LAME for resampling.
961 .TP 954 .TP
962 .B \-ss <time> (see \-sb option too) 955 .B \-ss <time> (see \-sb option too)
963 Seek to given time position. 956 Seek to given time position.
964 .sp 1 957 .sp 1
965 .I EXAMPLE: 958 .I EXAMPLE:
966 .PD 0 959 .PD 0
967 .RSs 960 .RSs
968 .IPs "\-ss 56" 961 .IPs "\-ss 56"
969 seeks to 56 seconds 962 Seeks to 56 seconds.
970 .IPs "\-ss 01:10:00" 963 .IPs "\-ss 01:10:00"
971 seeks to 1\ hour 10\ min 964 Seeks to 1\ hour 10\ min.
972 .RE 965 .RE
973 .PD 1 966 .PD 1
974 . 967 .
975 .TP 968 .TP
976 .B \-tskeepbroken 969 .B \-tskeepbroken
978 Sometimes needed to play corrupted MPEG-TS files. 971 Sometimes needed to play corrupted MPEG-TS files.
979 . 972 .
980 .TP 973 .TP
981 .B \-tsprog <1\-65534> 974 .B \-tsprog <1\-65534>
982 When playing an MPEG-TS stream, you can specify with this option which 975 When playing an MPEG-TS stream, you can specify with this option which
983 program (if present) you want to play. Can be used with \-vid and \-aid. 976 program (if present) you want to play.
977 Can be used with \-vid and \-aid.
984 . 978 .
985 .TP 979 .TP
986 .B \-tsprobe <byte\ position> 980 .B \-tsprobe <byte\ position>
987 When playing an MPEG-TS stream, this option lets you specify how many 981 When playing an MPEG-TS stream, this option lets you specify how many
988 bytes in the stream you want MPlayer to search for the desired 982 bytes in the stream you want MPlayer to search for the desired
1001 .IPs noaudio 995 .IPs noaudio
1002 no sound 996 no sound
1003 .IPs driver=<value> 997 .IPs driver=<value>
1004 available: dummy, v4l, v4l2, bsdbt848 998 available: dummy, v4l, v4l2, bsdbt848
1005 .IPs device=<value> 999 .IPs device=<value>
1006 Specify other device than the default /dev/\:video0. 1000 Specify TV device (default: /dev/\:video0).
1007 .IPs input=<value> 1001 .IPs input=<value>
1008 Specify other input than the default 0 (Television) (see output for a list) 1002 Specify input (default: 0 (TV), see console output for available inputs).
1009 .IPs freq=<value> 1003 .IPs freq=<value>
1010 Specify the frequency to set the tuner to (e.g.\& 511.250). 1004 Specify the frequency to set the tuner to (e.g.\& 511.250).
1011 Not compatible with channels parameter. 1005 Not compatible with the channels parameter.
1012 .IPs outfmt=<value> 1006 .IPs outfmt=<value>
1013 Specify the output format of the tuner with a preset value supported by the 1007 Specify the output format of the tuner with a preset value supported by the
1014 V4L driver (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420) or an 1008 V4L driver (yv12, rgb32, rgb24, rgb16, rgb15, uyvy, yuy2, i420) or an
1015 arbitrary format given as hex value. 1009 arbitrary format given as hex value.
1016 Try outfmt=help for a list of all available formats. 1010 Try outfmt=help for a list of all available formats.
1017 .IPs width=<value> 1011 .IPs width=<value>
1018 width of the output window 1012 output window width
1019 .IPs height=<value> 1013 .IPs height=<value>
1020 height of the output window 1014 output window height
1021 .IPs fps=<value> 1015 .IPs fps=<value>
1022 framerate at which to capture video (frames per second) 1016 framerate at which to capture video (frames per second)
1023 .IPs buffersize=<value> 1017 .IPs buffersize=<value>
1024 maximum size of the capture buffer in megabytes (default: dynamical) 1018 maximum size of the capture buffer in megabytes (default: dynamical)
1025 .IPs norm=<value> 1019 .IPs norm=<value>
1026 available: PAL, SECAM, NTSC. For v4l2 use the normid option below. 1020 available: PAL, SECAM, NTSC.
1027 .IPs normid=<value> 1021 For v4l2 use the normid option below.
1028 v4l2 only. See MPlayer output for a list of available TV norms. 1022 .IPs normid=<value> (v4l2 only)
1023 See console output for a list of available TV norms.
1029 .IPs channel=<value> 1024 .IPs channel=<value>
1030 Set tuner to <value> channel. 1025 Set tuner to <value> channel.
1031 .IPs chanlist=<value> 1026 .IPs chanlist=<value>
1032 available: europe-east, europe-west, us-bcast, us-cable, etc 1027 available: europe-east, europe-west, us-bcast, us-cable, etc
1033 .IPs channels=<channel>\-<name>,<channel>\-<name>,... 1028 .IPs channels=<channel>\-<name>,<channel>\-<name>,...
1034 Set names for channels. 1029 Set names for channels.
1035 Use _ for spaces in names (or play with quoting ;-). 1030 Use _ for spaces in names (or play with quoting ;-).
1036 The channel names will then be written using OSD, and the commands tv_step_channel, 1031 The channel names will then be written using OSD, and the slave commands
1037 tv_set_channel and tv_last_channel will then be usable using a remote (see lirc). 1032 tv_step_channel, tv_set_channel and tv_last_channel will be usable for
1038 Not compatible with frequency parameter. 1033 a remote control (see LIRC).
1039 Warning: The channel number will then be the position in the 'channels' list, 1034 Not compatible with the frequency parameter.
1035 .br
1036 .I NOTE:
1037 The channel number will then be the position in the 'channels' list,
1040 beginning with 1. 1038 beginning with 1.
1041 Example: use tv://1, tv://2, tv://TV1, tv_set_channel 1, tv_set_channel 2, tv_set_channel TV1, etc. 1039 .br
1040 .I EXAMPLE:
1041 tv://1, tv://TV1, tv_set_channel 1, tv_set_channel TV1
1042 .IPs [brightness|contrast|hue|saturation]=<-100\-100> 1042 .IPs [brightness|contrast|hue|saturation]=<-100\-100>
1043 set the color equalizer on the card 1043 Set the image equalizer on the card.
1044 .IPs audiorate=<value> 1044 .IPs audiorate=<value>
1045 set audio capture bitrate 1045 Set audio capture bitrate.
1046 .IPs forceaudio 1046 .IPs forceaudio
1047 capture audio even if there are no audio sources reported by v4l 1047 Capture audio even if there are no audio sources reported by v4l.
1048 .IPs alsa\ 1048 .IPs alsa\
1049 capture from ALSA 1049 Capture from ALSA.
1050 .IPs amode=<0\-3> 1050 .IPs amode=<0\-3>
1051 choose an audio mode: 1051 Choose an audio mode:
1052 .RSss 1052 .RSss
1053 0: mono 1053 0: mono
1054 .br 1054 .br
1055 1: stereo 1055 1: stereo
1056 .br 1056 .br
1058 .br 1058 .br
1059 3: language 2 1059 3: language 2
1060 .REss 1060 .REss
1061 .IPs forcechan=<1\-2> 1061 .IPs forcechan=<1\-2>
1062 By default, the count of recorded audio channels is determined automatically 1062 By default, the count of recorded audio channels is determined automatically
1063 by querying the audio mode from the tv card. 1063 by querying the audio mode from the TV card.
1064 This option allows to force stereo/\:mono recording regardless of the amode 1064 This option allows forcing stereo/\:mono recording regardless of the amode
1065 option and the values returned by v4l. 1065 option and the values returned by v4l.
1066 This can be used for troubleshooting when the tv card is unable to report the 1066 This can be used for troubleshooting when the TV card is unable to report the
1067 current audio mode. 1067 current audio mode.
1068 .IPs adevice=<value> 1068 .IPs adevice=<value>
1069 set an audio device 1069 Set an audio device.
1070 .RSss 1070 <value> should be /dev/\:xxx for OSS and a hardware ID for ALSA.
1071 /dev/\:...\& for OSS 1071 See the \-ao alsa documentation to find out how to specify the hardware ID.
1072 .br
1073 hardware ID for ALSA
1074 .REss
1075 .IPs audioid=<value> 1072 .IPs audioid=<value>
1076 choose an audio output of the capture card, if it has more of them 1073 Choose an audio output of the capture card, if it has more than one.
1077 .IPs [volume|bass|treble|balance]=<0\-65535> 1074 .IPs "[volume|bass|treble|balance]=<0\-65535> (v4l1)"
1078 .IPs [volume|bass|treble|balance]=<0\-100> 1075 .IPs "[volume|bass|treble|balance]=<0\-100> (v4l2)"
1079 These options set parameters of the mixer on the video capture card. 1076 These options set parameters of the mixer on the video capture card.
1080 They will have no effect, if your card doesn't have one. 1077 They will have no effect, if your card does not have one.
1081 For v4l1, 0\-65535 is a valid range. 1078 For v4l2 50 maps to the default value of the
1082 For v4l2, the valid range is 0 to 100, and 50 maps to the default value of the
1083 control, as reported by the driver. 1079 control, as reported by the driver.
1084 .IPs immediatemode=<bool> 1080 .IPs immediatemode=<bool>
1085 A value of 0 means capture and buffer audio and video together 1081 A value of 0 means capture and buffer audio and video together
1086 (default for MEncoder). 1082 (default for MEncoder).
1087 A value of 1 (default for MPlayer) means to do video capture only and let the 1083 A value of 1 (default for MPlayer) means to do video capture only and let the
1088 audio go through a loopback cable from the TV card to the soundcard. 1084 audio go through a loopback cable from the TV card to the soundcard.
1089 .IPs mjpeg 1085 .IPs mjpeg
1090 Use hardware mjpeg compression (if the card supports it). 1086 Use hardware MJPEG compression (if the card supports it).
1091 When using this option, you do not need to specify the width and height 1087 When using this option, you do not need to specify the width and height
1092 of the output window, because MPlayer will determine it automatically 1088 of the output window, because MPlayer will determine it automatically
1093 from the decimation value (see below). 1089 from the decimation value (see below).
1094 .IPs decimation=<1,2,4> 1090 .IPs decimation=<1,2,4>
1095 choose the size of the picture that will be compressed by hardware 1091 choose the size of the picture that will be compressed by hardware
1096 mjpeg compression: 1092 MJPEG compression:
1097 .RSss 1093 .RSss
1098 1: full size 1094 1: full size
1099 704x576 PAL 1095 704x576 PAL
1100 704x480 NTSC 1096 704x480 NTSC
1101 .br 1097 .br
1106 4: small size 1102 4: small size
1107 176x144 PAL 1103 176x144 PAL
1108 176x120 NTSC 1104 176x120 NTSC
1109 .REss 1105 .REss
1110 .IPs quality=<0\-100> 1106 .IPs quality=<0\-100>
1111 choose the quality of the jpeg compression 1107 Choose the quality of the JPEG compression
1112 .br 1108 (< 60 recommended for full size).
1113 (quality < 60 recommended for full size) 1109 .RE
1114 .RE 1110 .
1115 . 1111 .TP
1116 .TP 1112 .B \-user <user name> (also see \-passwd) (network only)
1117 .B \-user <user name> (see \-passwd option too) (network only) 1113 Specify user name for HTTP authentication.
1118 Specify user name for http authentication.
1119 .TP 1114 .TP
1120 .B \-user-agent <string> 1115 .B \-user-agent <string>
1121 Use string as User-Agent for HTTP streaming. 1116 Use <string> as user agent for HTTP streaming.
1122 .TP 1117 .TP
1123 .B \-vid <id> 1118 .B \-vid <id>
1124 Select video channel [MPG: 0\-15 ASF: 0\-255 MPEG-TS: 17\-8190]. 1119 Select video channel (MPG: 0\-15, ASF: 0\-255, MPEG-TS: 17\-8190).
1125 When playing an MPEG-TS stream, MPlayer/MEncoder will use the first program 1120 When playing an MPEG-TS stream, MPlayer/MEncoder will use the first program
1126 (if present) with the chosen video stream. 1121 (if present) with the chosen video stream.
1127 .TP 1122 .TP
1128 .B \-vivo <sub-options> (DEBUG CODE) 1123 .B \-vivo <sub-options> (DEBUG CODE)
1129 Force audio parameters for the .vivo demuxer (for debugging purposes). 1124 Force audio parameters for the VIVO demuxer (for debugging purposes).
1130 . 1125 .
1131 . 1126 .
1132 .SH "OSD/SUB OPTIONS" 1127 .SH "OSD/SUB OPTIONS"
1133 .I NOTE: 1128 .I NOTE:
1134 See \-vf expand too. 1129 See \-vf expand too.