[FFmpeg-user] How to change FPS without re-render
loeffler at eyetrap.net
loeffler at eyetrap.net
Wed Jun 3 18:55:14 CEST 2015
I tried:
ffmpeg -i in.mov -r 24000/1001 out.mov
which is creating the right fps but encoding it to h264. Then I tried:
ffmpeg -i in.mov -r 24000/1001 -vcodec copy out.mov
which is not fixing the fps but keeps prores.
Any suggestion?
Quoting Carl Eugen Hoyos <cehoyos at ag.or.at>:
> <loeffler <at> eyetrap.net> writes:
>
>> I have a prores file that has a wrong fps (1.26), how can I change
>> that to 23.98?
>
> The input option -r might work, please test.
>
> Carl Eugen
More information about the ffmpeg-user
mailing list