Fast CinemaDNG Processor

High performance software for CinemaDNG processing on GPU

Fast CinemaDNG Processor on CUDA

Fast Transform: CinemaDNG to MP4

An idea to implement CinemaDNG to MP4 transform is quite natural. As soon as you have raw footage, you will finally need to do raw processing and save the result. This is quite complicated task, because it involves a dozen or more operations and it takes too much time. Unfortunately, in the Fast CinemaDNG Processor software there are no own means to do encoding to MP4, but one can do that compression of processed frames with the aid of external FFmpeg.

Fast CinemaDNG Processor software can do raw processing with super high performance on GPU, actually in realtime, and after that external FFmpeg can encode processed frames on CPU. You just need to open your raw footage, define parameters for raw processing on GPU, and set path to external FFmpeg software to implement final encoding on CPU.

Full version of FFmpeg one can download from www.zeranoe.com. Then you need to install it to your PC and set path to ffmpeg.exe in Options dialog of Fast CinemaDNG Processor software.

To start encoding with external FFmpeg, you can utilize the following command line:
 -c:v mpeg4 -q:v 2 -r 25 "$OUTPUT_PATH$/$OUTPUT_BASE_NAME$.MP4"
where "-r 25" stands for output frame rate 25 fps. If audio file reside in the current folder, FFmpeg will include it automatically.

One can utilize h264 encoding as well, but please bear in mind, that there are some limitations on output resolution, and you won't be able to do such encoding for arbitrary resolution of your footage.