From 5c0f33e17ad7d361df0b597a17d32b2f203f95d6 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 13 Oct 2002 23:18:41 +0000 Subject: changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7734 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/mplayer.1 | 525 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 389 insertions(+), 136 deletions(-) (limited to 'DOCS/mplayer.1') diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 8f4f570ad9..7091933e29 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -270,6 +270,9 @@ explains the syntax. 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 @@ negative. .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 @@ with \-dumpaudio/\-dumpvideo/\-dumpstream. 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 @@ Convert the given subtitle (specified with the \-sub switch) to the time-based 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 @@ compressor/"soft\-clipping" capabilities (volume plugin only) .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 @@ If decoding with a codec from libavcodec, you can specify its parameters here. .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 - 0: default +1: carefull (should work with broken encoders) .br - 1: more aggressive error detection +2: normal (default) (works with compliant encoders) +.br +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: autodetect bugs (default) .br -1: workaround for some old lavc generated msmpeg4v3 and some opendivx files +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 -3: workaround UMP4 bugs +8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) +.br +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 @@ and is another way of calling it (not with \-pp). .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 @@ c: Do chrominance filtering, too. .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 @@ interlaced to drop the frame. .B \-x (MPLAYER only) Scale image to x width (if sw/hw scaling available). Disables aspect calcs. .TP -.B \-xvidopts