diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-22 17:57:15 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-22 17:57:15 +0000 |
commit | 23b599226f74471aeaea09a9e4b1d2462258d049 (patch) | |
tree | a210287386e2349ae0c041148565ef0639d75413 | |
parent | 9fcc4e43858edd7bfaa94a313279cddc22ac59d1 (diff) |
lavc options: obmc,top,loop.aiv,ss
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11672 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b781a50a89..7d0f30d283 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3839,6 +3839,13 @@ Same as mbd=1, kept for compatibility reasons. Allow 4 motion vectors per macroblock (slightly better quality). (default: disabled) .TP +.B obmc\ \ \ +overlapped block motion compensation (H263+) +.TP +.B loop\ \ \ +loop filter (H263+) +note, this is broken +.TP .B keyint=<0\-300> maximum interval between keyframes in frames. Keyframes are needed for seeking as seeking is only possible to a keyframe but @@ -4151,6 +4158,9 @@ disabled (default) good choice .RE .TP +.B ss\ \ \ \ \ +slice structured mode for H263+ +.TP .B gray\ \ \ grayscale only encoding (faster) (default: disabled) .TP @@ -4257,6 +4267,16 @@ average. .B ildct\ \ use interlaced dct .TP +.B top=<-1\-1>\ \ \ +.RSs +.IPs -1 +automatic +.IPs 0 +bottom field first +.IPs 1 +top field first +.RE +.TP .B format=<value> .RSs .IPs YV12 @@ -4471,6 +4491,9 @@ ac prediction (=advanced intra prediction for H.263+) .I NOTE: vqmin should be 8 or larger for AIC H263+. .TP +.B aiv\ \ \ \ +alternatice inter vlc for H.263+ +.TP .B umv\ \ \ \ unlimited MVs (H.263+ only) Allow encoding of abritarily long MVs. |