Roger Wilson
March 24th, 2009, 09:33 PM
When capturing HD footage from my Canon XH-A1 camcorder using Adobe Premiere Pro CS4, the original date and time the footage was shot does not get stored with the video's metadata. Personally, I want this piece of information so that I can sort, filter, etc. based on when the video was shot.
Adobe has done a great job with the XMP metadata capabilities in CS4, but they have missed a few key scenarios. Add to that the facts that Premiere Pro doesn't store the original timecode or scene detection when working with HDV assets, I've decided to abandon capturing with it.
Instead, I've started using HDV Split (http://strony.aster.pl/paviko/hdvsplit.htm) to capture video. This is a simple utility application provides automatic scene detection and allows me to name the files using the original date/time the video was shot. So I'm using the following naming convention: TTTT YYYY-MM-DD hh.mm.ss, where TTTT is the tape number and the rest represents a date/time. This gets me closer to my goal of having the date/time stored with the video, but what I really want is for this to be included in the XMP metadata.
So, this evening, I wrote a script for Adobe Bridge which will parse out the date/time from the clip's name and set the Video/dateShot and IPTC Core/Date Created properties.
To use this script:
Download the ZIP file (http://cid-6312d57964ca6de4.skydrive.live.com/self.aspx/.Public/AlpineBlueSetDateShot.zip)
Unpack the zip file to your Adobe Bridge Startup Scripts directory. In Adobe Bridge, select "Preferences..." from the Edit menu, then navigate to the Start Up scripts section, click the "Revel Scripts" button.
Restart Adobe Bridge
You'll be prompted asking you to confirm that you'd like to activate the script.
On an AVI file which has a date/time in the format YYYY-MM-DD hh.mm.ss in the name, right click, and choose the "Set Date Shot/Created based on Name" option. (You may also select several files.)
You'll notice in the Metadata Window that Date Created and Date Shot properties are now set to the same value as the date/time in the name.
Note: This script will only add to files which already have some type of metadata, for example the tape name.
Within Adobe Bridge, you can now sort and filter using the Date Created field.
Adobe has done a great job with the XMP metadata capabilities in CS4, but they have missed a few key scenarios. Add to that the facts that Premiere Pro doesn't store the original timecode or scene detection when working with HDV assets, I've decided to abandon capturing with it.
Instead, I've started using HDV Split (http://strony.aster.pl/paviko/hdvsplit.htm) to capture video. This is a simple utility application provides automatic scene detection and allows me to name the files using the original date/time the video was shot. So I'm using the following naming convention: TTTT YYYY-MM-DD hh.mm.ss, where TTTT is the tape number and the rest represents a date/time. This gets me closer to my goal of having the date/time stored with the video, but what I really want is for this to be included in the XMP metadata.
So, this evening, I wrote a script for Adobe Bridge which will parse out the date/time from the clip's name and set the Video/dateShot and IPTC Core/Date Created properties.
To use this script:
Download the ZIP file (http://cid-6312d57964ca6de4.skydrive.live.com/self.aspx/.Public/AlpineBlueSetDateShot.zip)
Unpack the zip file to your Adobe Bridge Startup Scripts directory. In Adobe Bridge, select "Preferences..." from the Edit menu, then navigate to the Start Up scripts section, click the "Revel Scripts" button.
Restart Adobe Bridge
You'll be prompted asking you to confirm that you'd like to activate the script.
On an AVI file which has a date/time in the format YYYY-MM-DD hh.mm.ss in the name, right click, and choose the "Set Date Shot/Created based on Name" option. (You may also select several files.)
You'll notice in the Metadata Window that Date Created and Date Shot properties are now set to the same value as the date/time in the name.
Note: This script will only add to files which already have some type of metadata, for example the tape name.
Within Adobe Bridge, you can now sort and filter using the Date Created field.