comparison DOCS/tech/libavc-options.txt @ 6700:3b1be2b0fa55

vqmin=1 weirdness
author michael
date Wed, 10 Jul 2002 13:58:54 +0000
parents 3237a39563a1
children 5781b305040a
comparison
equal deleted inserted replaced
6699:9fc877cee29a 6700:3b1be2b0fa55
4 have an cvs account :) 4 have an cvs account :)
5 5
6 lavcopts: (encoder options) 6 lavcopts: (encoder options)
7 --------------------------- 7 ---------------------------
8 8
9 vqmin 1-31 (minimum quantizer) for pass1/2 9 vqmin 2-31 (minimum quantizer) for pass1/2
10 1 is not recommended (much larger file, little quality difference and 10 1 is not recommended (much larger file, little quality difference (if u are lucky)
11 possibly other weird things) 11 and other weird things (if u are less lucky))
12 weird things: msmpeg4, h263 will be very low quality
13 ratecontrol will be confused -> lower quality
14 some decoders will not be able to decode it
12 2 is recommended for normal mpeg4/mpeg1video encoding 15 2 is recommended for normal mpeg4/mpeg1video encoding
13 3 is recommended for h263(p)/msmpeg4 (default) 16 3 is recommended for h263(p)/msmpeg4 (default)
14 the reason for 3 instead of 2 is that 2 could lead to overflows 17 the reason for 3 instead of 2 is that 2 could lead to overflows
15 (this will be fixed for h263(p) by changing the quanizer per MB in 18 (this will be fixed for h263(p) by changing the quanizer per MB in
16 the future, but msmpeg4 doesnt support that so it cant be fixed for 19 the future, but msmpeg4 doesnt support that so it cant be fixed for