-
dpx sequence to Pro Res HQ dropping frames
I’m trying to make a prores hq from dpx frames and when I select 23.98 or 24FPS as the frame rate I get dropped frames. At 25fps it works great. Here is the command:
ffmpeg -f image2 -i e:\sourcefile.0%05d.dpx -r 23.98 -b 50000000 -s 1920×1080 -vcodec prores -profile 3 -acodec pcm_s241e e:\test_output5.mov
Any help would be greatly appreciated! I’d really like to start using ffmpeg…it seems like a great program.