[FFmpeg-user] frame rate conversion

Daniel Senderowicz daniel.senderowicz at gmail.com
Sun Nov 25 00:48:15 EET 2018


So how should I do that with MEncoder?

Thanks

On Sat, Nov 24, 2018 at 2:39 PM Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:

> 2018-11-24 20:06 GMT+01:00, Daniel Senderowicz <
> daniel.senderowicz at gmail.com>:
> > I just purchased a film scanner for my very old 8mm and super8 movies.
> This
> > machine (Wolverine pro) generates a MP4 file at 20fps (only option). I
> > would like to convert these files to 30fps (29.97?) so I can burn DVDs.
>
> I believe the correct way to do this is "soft-telecine" which is
> not supported by FFmpeg but MEncoder.
>
> The alternative is to duplicate frames which will not look nice:
> $ ffmpeg -i input -target ntsc-dvd out.vob
> (This implies -r 30000/1001 iirc)
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list