Speed of writing DPX header informations
Posted: 2009-07-07T06:30:30-07:00
I noticed when just changing/setting a DPX header attribute like convert [sourcefile] -define dpx:television.time.code=23:59:59:24 [destinationfile] this takes a long time since the complete DPX file/image ist created "from scratch" although no image information is meant to be changed.
Since I only want to change or set a very small part of the file (timecode in the header in the example above) I wonder if there is a chance to speed this up. I understand that convert is meant to convert/process image content rather than to touch only header informations, so there could probably be another module which only reads/writes DPX headers.
Or is there probably a freeware tool/script to batch process DPX headers by just touching these informations and leaving the image content as it is?
Thanks, Andreas
Since I only want to change or set a very small part of the file (timecode in the header in the example above) I wonder if there is a chance to speed this up. I understand that convert is meant to convert/process image content rather than to touch only header informations, so there could probably be another module which only reads/writes DPX headers.
Or is there probably a freeware tool/script to batch process DPX headers by just touching these informations and leaving the image content as it is?
Thanks, Andreas