On 21 April 2015 at 18:03, Carl Eugen Hoyos wrote:
> Carles Vila gmail.com> writes:
>
> > $ ffmpeg -i frm_%6d.j2c -c:v prores -profile:v 3 -r 24
>
> Move "-r 24" before "-i" and make it "-framerate 24":
> https://ffmpeg.org/ffmpeg-formats.html#image2-1
> (Input option "-r" will be translated to
Carles Vila gmail.com> writes:
> $ ffmpeg -i frm_%6d.j2c -c:v prores -profile:v 3 -r 24
Move "-r 24" before "-i" and make it "-framerate 24":
https://ffmpeg.org/ffmpeg-formats.html#image2-1
(Input option "-r" will be translated to "framerate"
but better explicitely use it.)
Carl Eugen
___
Hi all,
I'm converting a JPEG2000 image sequence to prores. The command works fine
but it reports dropped frames during the conversion. What could be the
cause? Is there any way to avoid this by forcing a retry or something?
Strangely ffmpeg reports an 25fps rate for the image sequence (?) I had t