Page 1 of 1

IM and DPX sequence TC

Posted: 2008-02-13T17:09:17-07:00
by boltown
Hi! I have a sequence of 200 DPX files and I need to cange their timecode to 24 fps starting at 00:00:00:00. I don't know is how to tell imagemagick to add one frame to each timecode change 01,02,03,04.etc.

Code: Select all

convert '*.dpx' -define dpx:television.time.code=00:00:00:00 outfile%04d.dpx

any help will be very appreciated.
TIA, agustin

Re: IM and DPX sequence TC

Posted: 2008-02-13T17:34:47-07:00
by magick
You need a script to update the time-code in each of your DPX frames. You can do this in bash or perhaps PerlMagick.

Re: IM and DPX sequence TC

Posted: 2008-02-13T17:53:29-07:00
by boltown
Hi Magick!
Thanks for the info! I'll try to do it in Python.
Thanks Again,
Agusitn