[MPlayer-users] Inverse Telecine and JPEG Extraction
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Sep 29 21:13:39 CEST 2013
James Board <jpboard2 <at> yahoo.com> writes:
> >Please report on ffmpeg-user if the following does not work:
>
> >ffmpeg -i IN.avi -vf pullup,fps=24000/1001,split[a][b] \
> >-vc ffvhuff -map [a] OUT.avi -map [b] OUT%4d.png
(as said, use -filter_complex instead of -vf)
> >You can also use fieldmatch, it may produce better results
> >but is slower.
>
> I was able to get the -vf fieldmatch,decimate working with ffmpeg.
> However, it is 3x slower as you mentioned.
If speed matters use pullup.
Carl Eugen
More information about the MPlayer-users
mailing list