[MEncoder-users] Is it possible to make Mencoder encode video file DAR(Display Aspect Ratio) same as ffmpeg does?

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Dec 12 11:39:47 CET 2012


littlebat <dashing.meng <at> gmail.com> writes:

> mencoder \
>   -noconfig all \
>   -ovc lavc \
>   -oac pcm \
>   -lavcopts vcodec=mpeg4:vbitrate=256:aspect=4/3 \
>   -vf harddup,scale=176:144 \
>   -of lavf \
>   -ofps 10 \
>   -lavfopts format=mkv \
>   -o "m.mkv" \
>   "108.flv" -ss 0 -endpos 10

This command line looks as if it would work well with 
ffmpeg instead of MEncoder or do I miss something?

Carl Eugen



More information about the MEncoder-users mailing list