summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-06 10:55:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-06 10:55:01 +0000
commit0808566b89839d99ed153c60cf7362e2fd73cbe8 (patch)
treeb21db60e9f4d748f7138468147be5870fa0aa196 /DOCS
parentfd8450175636485d520387d254b7fed9997431b5 (diff)
downloadmpv-0808566b89839d99ed153c60cf7362e2fd73cbe8.tar.bz2
mpv-0808566b89839d99ed153c60cf7362e2fd73cbe8.tar.xz
alphabetical order for lavdopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13261 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.188
1 files changed, 44 insertions, 44 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index b413d40190..8b6ee2dccb 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2911,28 +2911,32 @@ Specify libavcodec decoding parameters.
Available options are:
.RE
.RSs
-.IPs ec\ \ \
-error concealment:
+.IPs bug=<value>
+Manually work around encoder bugs:
.RSss
-1: Use strong deblock filter for damaged MBs.
+0: nothing
.br
-2: iterative motion vector (MV) search (slow)
+1: autodetect bugs (default)
.br
-3: all (default)
-.REss
-.IPs er=<value>
-error resilience:
-.RSss
+2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetection)
.br
-0: disabled
+4 (mpeg4): XviD interlacing bug (autodetected if fourcc==XVIX)
.br
-1: careful (Should work with broken encoders.)
+8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
.br
-2: normal (default) (Works with compliant encoders.)
+16 (mpeg4): padding bug (autodetected)
.br
-3: aggressive (More checks, but might cause problems even for valid bitstreams.)
+32 (mpeg4): illegal vlc bug (autodetected per fourcc)
.br
-4: very aggressive
+64 (mpeg4): XviD and DivX qpel bug (autodetected per fourcc/\:version)
+.br
+128 (mpeg4): old standard qpel (autodetected per fourcc/\:version)
+.br
+256 (mpeg4): another qpel bug (autodetected per fourcc/\:version)
+.br
+512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:version)
+.br
+1024 (mpeg4): edge padding bug (autodetected per fourcc/\:version)
.REss
.IPs debug=<value>
debug:
@@ -2966,54 +2970,50 @@ debug:
.br
0x1000: bugs
.REss
-.IPs vismv=<value>
-vismv:
+.IPs ec\ \ \
+error concealment:
.RSss
+1: Use strong deblock filter for damaged MBs.
.br
-0: disabled
-.br
-1: visualize forward predicted MVs of P frames
-.br
-2: visualize forward predicted MVs of B frames
+2: iterative motion vector (MV) search (slow)
.br
-4: visualize backward predicted MVs of B frames
+3: all (default)
.REss
-.IPs bug=<value>
-Manually work around encoder bugs:
+.IPs er=<value>
+error resilience:
.RSss
-0: nothing
-.br
-1: autodetect bugs (default)
-.br
-2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetection)
-.br
-4 (mpeg4): XviD interlacing bug (autodetected if fourcc==XVIX)
-.br
-8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
.br
-16 (mpeg4): padding bug (autodetected)
-.br
-32 (mpeg4): illegal vlc bug (autodetected per fourcc)
-.br
-64 (mpeg4): XviD and DivX qpel bug (autodetected per fourcc/\:version)
+0: disabled
.br
-128 (mpeg4): old standard qpel (autodetected per fourcc/\:version)
+1: careful (Should work with broken encoders.)
.br
-256 (mpeg4): another qpel bug (autodetected per fourcc/\:version)
+2: normal (default) (Works with compliant encoders.)
.br
-512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:version)
+3: aggressive (More checks, but might cause problems even for valid bitstreams.)
.br
-1024 (mpeg4): edge padding bug (autodetected per fourcc/\:version)
+4: very aggressive
.REss
+.IPs gray\
+grayscale only decoding (a bit faster than with color)
.IPs "idct=<0\-99> (see \-lavcopts)"
For best decoding quality use the same idct algorithm for decoding and encoding.
This may come at a price in accuracy, though.
-.IPs gray\
-grayscale only decoding (a bit faster than with color)
.IPs "sb=<number> (MPEG2 only)"
Skip the given number of macroblock rows at the bottom.
.IPs "st=<number> (MPEG2 only)"
Skip the given number of macroblock rows at the top.
+.IPs vismv=<value>
+vismv:
+.RSss
+.br
+0: disabled
+.br
+1: visualize forward predicted MVs of P frames
+.br
+2: visualize forward predicted MVs of B frames
+.br
+4: visualize backward predicted MVs of B frames
+.REss
.IPs vstats
Prints some statistics and stores them in ./vstats_*.log.
.RE