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 <[email protected]>:

<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

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to