# HG changeset patch # User jonas # Date 1034551121 0 # Node ID f81d2bd595a25a16b817bf34541948aaf370c8cf # Parent 328bbac6224c2598907d839842399df588d20e18 changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors diff -r 328bbac6224c -r f81d2bd595a2 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Sun Oct 13 22:00:15 2002 +0000 +++ b/DOCS/mplayer.1 Sun Oct 13 23:18:41 2002 +0000 @@ -270,6 +270,9 @@ Uses high quality software timers. As precise as the RTC without requiring special privileges. Comes at the price of higher CPU consumption. .TP +.B \-speed <0.01\-100> +Set playback speed rate. +.TP .B \-sstep Specifies seconds between displayed frames. Useful for slideshows. .TP @@ -346,6 +349,28 @@ .RE . .TP +.B \-channels +Select number of audio output channels to be used. + +.I NOTE: +.br +This option is honored by codecs (ac3 only) filters (surround) and ao drivers +(oss at least). +.br +Available options are: + +.PD 0 +.RSs +.IPs 2 +Stereo +.IPs 4 +Surround +.IPs 6 +Full 5.1 +.RE +.PD 1 +. +.TP .B \-chapter [-] Specify which chapter to start playing at. Optionally specify which chapter to end playing at (default: 1). Examples can be found below. @@ -369,9 +394,6 @@ Dumps the raw stream to ./stream.dump. Useful when ripping from DVD or network. .TP -.B \-dumpsub (MPLAYER only) -Dumps the subtitle substream from VOB streams. -.TP .B \-dumpvideo (MPLAYER only) Dump raw compressed video stream to ./stream.dump (not very usable). .TP @@ -609,6 +631,10 @@ SubViewer (SRT) subtitle format. Creates a dumpsub.srt file in current directory. .TP +.B \-dumpsub (MPLAYER only) (BETA CODE) +Dumps the subtitle substream from VOB streams. +See -dump*sub and -vobsubout* options too. +.TP .B \-dumpmicrodvdsub (MPLAYER only) Convert the given subtitle (specified with the \-sub switch) to the MicroDVD subtitle format. Creates a dumpsub.sub file in current directory. @@ -833,28 +859,6 @@ .RE . .TP -.B \-channels -Select number of audio output channels to be used. - -.I NOTE: -.br -Currently this option is only honored for AC3 audio, and/or the surround -plugin. -.br -Available options are: - -.PD 0 -.RSs -.IPs 2 -Stereo -.IPs 4 -Surround -.IPs 6 -Full 5.1 -.RE -.PD 1 -. -.TP .B \-delay Audio delay in seconds (may be +/\- float value). .TP @@ -1218,28 +1222,49 @@ .RE .PD 1 -Available options are: +.I NOTE: +.br +Just add the values of the things you want to enable. Available options are: . .RSs -.IPs ver= +.IPs ec +error concealment: +.RSss +1: use strong deblock filter for damaged MBs +.br +2: iterative MV search (slow) +.br +3: all (default) +.REss +.IPs er= error resilience: .RSss --1: needed for some very broken encoders +0: disabled +.br +1: carefull (should work with broken encoders) .br - 0: default +2: normal (default) (works with compliant encoders) .br - 1: more aggressive error detection +3: agressive (more checks but might cause problems even for valid bitstreams) +.br +4: very agressive .REss .IPs bug= manually work around encoder bugs: .RSss -0: default +0: nothing .br -1: workaround for some old lavc generated msmpeg4v3 and some opendivx files +1: autodetect bugs (default) +.br +2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect) .br -2: workaround old XviD interlacing bug +4 (mpeg4): xvid interlacing bug (autodetected if fourcc==XVIX) +.br +8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) .br -3: workaround UMP4 bugs +16 (mpeg4): padding bug +.br +32 (mpeg4): illegal vlc bug (autodetected per fourcc) .REss .IPs gray grayscale only decoding (a bit faster than with color) @@ -1260,6 +1285,12 @@ .br See \-npp help for a full list of available options. .br +Each filter defaults to 'c' (chrominance). +.br +\-npp only controls the external postprocess filter, and you HAVE TO +load it manually by \-vop pp (Usage: \-vop pp \-npp ), +it is not auto-loaded! +.br The keywords accept a '\-' prefix to disable the option. .br A ':' followed by a letter may be appended to the option to indicate its @@ -1271,14 +1302,10 @@ .br y: Do not do chrominance filtering (only luminance filtering). .RE -.br -Each filter defaults to 'c' (chrominance). -.br -\-npp only controls the external postprocess filter, and you HAVE TO -load it manually by \-vop pp (Usage: \-vop pp \-npp ), -it is not auto-loaded! +.RS 7 .I EXAMPLE: +.RE .PD 0 .RSs .IPs "\-npp hb,vb,dr,al,lb" @@ -1557,7 +1584,7 @@ .B \-x (MPLAYER only) Scale image to x width (if sw/hw scaling available). Disables aspect calcs. .TP -.B \-xvidopts