[MEncoder-users] Apply filter when encoding DV avi file to xvid

"Cédric MARCOUX (sprimont)" cmarcx at gmail.com
Sun Jan 27 12:36:46 CET 2008


Hi all!

i'm using dvgrab to capture movie from my CamCorder DV
I'm using mencoder to convert to xvid.
I have noticed that avi created with dvgrab is good quality but when 
motion move I have some artifact (entrelaced line) and this not beautifull.

So I was wondering if there a way to apply a filter when encoding my dv 
file to xvid?

I have heard about yuvdenoiser but not found any documentation for using 
it with mencoder....

Here is my script
mencoder $movie -noskip -ovc xvid -xvidencopts 
bitrate=-699:pass=1:min_iquant=1:max_iquant=31:min_pquant=1:max_pquant=31:min_bquant=1:max_bquant=31:nopacked:psnr:me_quality=6:quant_type=mpeg:chroma_opt:chroma_me:hq_ac:vhq=4:bvhq=1:max_bframes=3 
-oac copy -ffourcc XVID -o /dev/null
mencoder $movie -noskip -ovc xvid -xvidencopts 
bitrate=-699:pass=2:min_iquant=1:max_iquant=31:min_pquant=1:max_pquant=31:min_bquant=1:max_bquant=31:nopacked:psnr:me_quality=6:quant_type=mpeg:chroma_opt:chroma_me:hq_ac:vhq=4:bvhq=1:max_bframes=3 
-oac mp3lame -lameopts mode=0:cbr:br=320 -ffourcc XVID -o converted/$movie

Thanks,




More information about the MEncoder-users mailing list