[MPlayer-users] filmdint: yuv422 -> yuv420 pixels
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Oct 1 17:08:36 CEST 2013
James Board <jpboard2 <at> yahoo.com> writes:
> When I inverse telecine with this command
>
> mencoder in.avi -nosound -ovc lavc -lavcopts vcodec=ffvhuff
> -vf filmdint -ofps 24000/1001 -o outavi
>
> My file is converted from pixel format uyvy422 to yuv420p. Is there
> any way to stop that pixel conversion?
Please report on ffmpeg-user if the following does not work:
ffmpeg -i in.avi -vf pullup,fps=24000/1001 -vc ffvhuff -an out.avi
Again, sorry for the incorrect information about pullup.
Carl Eugen
More information about the MPlayer-users
mailing list