[MEncoder-users] Problem using XviD codec (mencoder)

Grozdan Nikolov (openSUSE Linux) microchip at telenet.be
Mon Mar 10 14:55:33 CET 2008


On Monday 10 March 2008 14:41, Matthias Salomon wrote:
> Hi,
> I want to encode a m2v video file to an avi file using xvid codec.
> During the Menplayer installation it says that Xvid is detected and
> enabled, this is confirmed by the command:
>   mencoder -ovc help
> Output:
> http://pastebin.com/m56fc28ec
>
> But by using this command:
>    mencoder original.m2v -vf scale=630:354 -ovc xvid
> vcodec=mpeg4:vbitrate=1600:vhq=2:bvhq=1:chroma_opt:quant_type=mpeg -of
> avi -o out_xvid.avi

why are you using lavc options with xvid options??? it should be

mencoder original.m2v -vf scale=630:354 -ovc xvid -xvidencopts
bitrate=1600:vhq=2:bvhq=1:chroma_opt:quant_type=mpeg -of
avi -o out_xvid.avi

>
> I get this error:
> http://pastebin.com/m2bc01c00
>
>
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users

-- 
Regards



More information about the MEncoder-users mailing list