[FFmpeg-user] FFMpeg H.264 to ProRez
Boštjan Strojan
bostjan.strojan at gmail.com
Wed Feb 15 22:22:56 CET 2012
2012/2/14 Boštjan Strojan <bostjan.strojan at gmail.com>:
one old frame must fit exactly one new frame
> (any kind of frame belnding or other manipulation is not wanted),
> which changes the length of the clip, so audio needs to be stretched
> and resampled to 48k.
This kind of procedure seems to be working, 24fps to 25fps example:
a. ffmpeg -i 24.mov -r 25 -vsync drop -vcodec prores -profile 3 -an 25.mov
b. extract audio from 24.mov to 24.wav
c. sox 24.wav 25.wav speed 1.041666666666 (or tempo maybe)
etc
b.
More information about the ffmpeg-user
mailing list