diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-10 13:58:54 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-10 13:58:54 +0000 |
commit | 4e6a6f9a3125ca68d048b4952db90d7de7043cd6 (patch) | |
tree | e0a9185ff15bde2f8f30b2ee5ee950069a3c14f2 /DOCS/tech/libavc-options.txt | |
parent | 1629f25f81473cf62af280cae86dca8d8c78c8e7 (diff) |
vqmin=1 weirdness
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/libavc-options.txt')
-rw-r--r-- | DOCS/tech/libavc-options.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt index 387a0fae09..e1cf504724 100644 --- a/DOCS/tech/libavc-options.txt +++ b/DOCS/tech/libavc-options.txt @@ -6,9 +6,12 @@ have an cvs account :) lavcopts: (encoder options) --------------------------- -vqmin 1-31 (minimum quantizer) for pass1/2 - 1 is not recommended (much larger file, little quality difference and - possibly other weird things) +vqmin 2-31 (minimum quantizer) for pass1/2 + 1 is not recommended (much larger file, little quality difference (if u are lucky) + and other weird things (if u are less lucky)) + weird things: msmpeg4, h263 will be very low quality + ratecontrol will be confused -> lower quality + some decoders will not be able to decode it 2 is recommended for normal mpeg4/mpeg1video encoding 3 is recommended for h263(p)/msmpeg4 (default) the reason for 3 instead of 2 is that 2 could lead to overflows |