View Full Version : Where are scripts for "dpxtif"


Steven A. Sandt
June 6th, 2010, 11:45 AM
In the tools provided with Neo 4K it lists DPXTIF2CF. Where are sample scripts for doing anything with tiff files? I've looked all over and can't find anything.

David Newman
June 6th, 2010, 11:49 AM
dpx2cf supports TIF now.

type dpx2cf on a shell it outputs the help info.

simple start:
dpx2cf frames*.tif new.avi

Steven A. Sandt
June 6th, 2010, 01:33 PM
Thanks David. The following is a script I wrote using the info you provided:
dpx2cf c:\dpx\output*.tif c:\ForBldgcf\ForBldg24.avi

Maybe this will be of help to someone else. It does work. Thanks again David