David Newman
November 14th, 2007, 12:00 AM
Here is a handy tool/
If you have a bunch of DPX scans to convert into CineForm, AE normally does a good job. But is overkill (i.e. slow) for simple conversions.
From a PC shell you can batch convert your DPX files using the CineForm encoder license you have installed. For HDV users you will be limited to 1440x1080 8bir, so this is mainly for NEO/Prospect HD (up to 1920x1080) and NEO/Prospect 2K (up to 2048x2048) users. The tools maintain full 10-bit precision for all conversions.
New tool: http://www.miscdata.com/cineform/DPX2CFHD.zip
Download, unzip and copy DPX2CFHD.exe into your executable path. If you don't know, use c:\windows\system32\.
From a shell (in the directory of your DPX files)
> dpx2cfhd *.dpx c:\output\new.avi f=23.976
And you are done, it goes as fast as your CPUs and disks allow.
or for an MOV
> dpx2cfhd *.dpx c:\output\new.mov f=23.976
F=X is the frame rate.
Other switches include:
q=quality (default is 4=filmscan1. 1-3 = Low to High. 5=Overkill)
n=number of frame to convert
g=gop length (1 or 2, defaults to 1, only use 2 on YUV sources)
c=yuv (to force YUV for NEO HD/Prospect HD licenses.)
The last one is important as most DPX files are RGB, so non-2K users will need to subsample to 4:2:2 YUV.
so a full usage might be
> dpx2cfhd v:\clips\abc*.dpx c:\output\abc001.avi f=24 n=120 g=1 q=3 c=yuv
P.S. No warrantees implied.
Look forward to feedback.
If you have a bunch of DPX scans to convert into CineForm, AE normally does a good job. But is overkill (i.e. slow) for simple conversions.
From a PC shell you can batch convert your DPX files using the CineForm encoder license you have installed. For HDV users you will be limited to 1440x1080 8bir, so this is mainly for NEO/Prospect HD (up to 1920x1080) and NEO/Prospect 2K (up to 2048x2048) users. The tools maintain full 10-bit precision for all conversions.
New tool: http://www.miscdata.com/cineform/DPX2CFHD.zip
Download, unzip and copy DPX2CFHD.exe into your executable path. If you don't know, use c:\windows\system32\.
From a shell (in the directory of your DPX files)
> dpx2cfhd *.dpx c:\output\new.avi f=23.976
And you are done, it goes as fast as your CPUs and disks allow.
or for an MOV
> dpx2cfhd *.dpx c:\output\new.mov f=23.976
F=X is the frame rate.
Other switches include:
q=quality (default is 4=filmscan1. 1-3 = Low to High. 5=Overkill)
n=number of frame to convert
g=gop length (1 or 2, defaults to 1, only use 2 on YUV sources)
c=yuv (to force YUV for NEO HD/Prospect HD licenses.)
The last one is important as most DPX files are RGB, so non-2K users will need to subsample to 4:2:2 YUV.
so a full usage might be
> dpx2cfhd v:\clips\abc*.dpx c:\output\abc001.avi f=24 n=120 g=1 q=3 c=yuv
P.S. No warrantees implied.
Look forward to feedback.