[MPlayer-users] V210 to

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Sep 28 18:43:56 CEST 2010


András Bohó <andras.boho <at> gmail.com> writes:

> Command line:
> mencoder infile -o outfile -ovc raw -nosound

Add -vf format=yv12 to get YV12.

> So I intend to simply keep the format. As I see, ffv210 is being used so I'm
> using FFmpeg.

No.
MEncoder and FFmpeg (another application with similar function) share most
decoders, but FFmpeg is actively developed (and MEncoder is not).
Try
ffmpeg -i infile -vcodec rawvideo -pix_fmt yuv420p outfile.avi
to get the same output as above.

Please do not top-post, it is considered rude here, Carl Eugen




More information about the MPlayer-users mailing list