comparison DOCS/mplayer.1 @ 6022:63d320c955c1

noskip to mencoder only opts, endpos understands byte position too and small changes
author jonas
date Wed, 08 May 2002 23:08:17 +0000
parents 10ef69b1dcf3
children 4955c681af69
comparison
equal deleted inserted replaced
6021:0b5ce1795637 6022:63d320c955c1
530 Specify the VobSub subtitle id. Valid values range from 0 to 31. 530 Specify the VobSub subtitle id. Valid values range from 0 to 31.
531 531
532 532
533 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)" 533 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)"
534 .TP 534 .TP
535 .B \-abs <value> [OBSOLETE] 535 .B \-abs <value> (OBSOLETE)
536 Override audio driver/card buffer size detection, -ao oss only 536 Override audio driver/card buffer size detection, -ao oss only
537 .TP 537 .TP
538 .B \-ao <driver>[:<device>] 538 .B \-ao <driver>[:<device>]
539 Select audio output driver and optionaly device. "device" is valid with 539 Select audio output driver and optionaly device. "device" is valid with
540 SDL too, it means sub\-driver then (for example: \-vo sdl:esd). 540 SDL too, it means sub\-driver then (for example: \-vo sdl:esd).
787 .B \-nolirc 787 .B \-nolirc
788 Turns off lirc support 788 Turns off lirc support
789 .TP 789 .TP
790 .B \-nortc 790 .B \-nortc
791 Turns off usage of /dev/rtc (real-time clock) 791 Turns off usage of /dev/rtc (real-time clock)
792 .TP
793 .B \-noskip
794 Don't skip frames
795 .TP 792 .TP
796 .B \-playlist <file> 793 .B \-playlist <file>
797 Play files according to this filelist (1 file/row or Winamp or ASX format). 794 Play files according to this filelist (1 file/row or Winamp or ASX format).
798 .TP 795 .TP
799 .B \-quiet 796 .B \-quiet
848 rate control reaction period 845 rate control reaction period
849 rc_reaction_ratio=<value> 846 rc_reaction_ratio=<value>
850 rate control reaction ratio 847 rate control reaction ratio
851 crispness=<0\-100> specify crispness/smoothness 848 crispness=<0\-100> specify crispness/smoothness
852 .TP 849 .TP
853 .B \-endpos <time> 850 .B \-endpos <time|byte\ position>
854 Stop encoding at given time. Can be specified in many was : 851 Stop encoding at given time or byte position. Can be specified in many was :
855 852
856 -endpos 56 encode only 56 seconds 853 -endpos 56 encode only 56 seconds
857 -endpos 01:10:00 encode only 1 hours 854 -endpos 01:10:00 encode only 1 hours
858 855 -endpos 100 mb encode only 100 mbytes
859 Can be used in conjuction with -ss! 856
860 .TP 857 Can be used in conjuction with -ss or -sb!
861 .B \-ffourcc fourcc 858 .br
859 .I NOTE:
860 Byte position won't be accurate, as it can only stop at
861 a frame boundary.
862 .TP
863 .B \-ffourcc <fourcc>
862 Can be used to override the video fourcc of the output file. For example -ffourcc 864 Can be used to override the video fourcc of the output file. For example -ffourcc
863 div3 will have the output file contain "div3" as video fourcc. 865 div3 will have the output file contain "div3" as video fourcc.
864 .TP 866 .TP
865 .B \-include <config\ file> 867 .B \-include <config\ file>
866 Specify config file to be parsed after the default 868 Specify config file to be parsed after the default
1030 quantizer factor between b 1032 quantizer factor between b
1031 and i/p frames (larger means 1033 and i/p frames (larger means
1032 higher quantizer for b frames) 1034 higher quantizer for b frames)
1033 default = 2.0 1035 default = 2.0
1034 1036
1035 vb_qfactor=XXX quantizer factor between b 1037 vb_qfactor=<value>
1038 quantizer factor between b
1036 and i/p frames (larger means 1039 and i/p frames (larger means
1037 higher quantizer for b frames) 1040 higher quantizer for b frames)
1038 default = 2.0 1041 default = 2.0
1039 1042
1040 In fixed quantizer mode you can use those options : 1043 In fixed quantizer mode you can use those options :
1045 1048
1046 You can use the following options only in pass 2 of 2-pass mode : 1049 You can use the following options only in pass 2 of 2-pass mode :
1047 vrc_strategy, vb_strategy 1050 vrc_strategy, vb_strategy
1048 1051
1049 All other options can be used in all modes. 1052 All other options can be used in all modes.
1053 .TP
1054 .B \-noskip
1055 Don't skip frames
1050 .TP 1056 .TP
1051 .B \-o <filename> 1057 .B \-o <filename>
1052 Outputs to the given filename, instead of the default 'test.avi'. 1058 Outputs to the given filename, instead of the default 'test.avi'.
1053 .TP 1059 .TP
1054 .B \-oac <codec name> 1060 .B \-oac <codec name>