[MEncoder-users] block artifacts with lavc-flv

Matthias Wieser mwieser at gmx.de
Wed Apr 12 10:41:23 CEST 2006


Alec Robertson wrote:

> > 2-pass encoding, higher bitrate, downscale the video to a size it
> > can handle at that bitrate, denoise with lavcopt nr instead of
> > hqdn3d, etc.
>
> That improves things somewhat, but the result is still blockier than
> h264, for the same bitrate, 2-pass encoding and nr=600.

You might want to try xvid, this codec is faster and has slightly higher 
quality than libavcodec. Quality should be very close to x264.

Example:
for PASS in 1 2
do
    mencoder bla.avi -oac mp3lame -lameopts abr:br=96 -ovc xvid \
    -xvidencopts  \
 vhq=3:bvhq=1:chroma_opt:quant_type=mpeg:bitrate=1000:turbo:pass=${PASS} \
    -o xvid.avi
done

Regards,
  Matthias




More information about the MEncoder-users mailing list