I want to make sure I'm not missing something.
I wanted to create a script that would split events based on a discontinuity in the date/time timecode on a DV capture. My goal was to create a scene detection script that would allow me to capture DV as one file, but still have the power that Vegas provides of moving, rearranging, fading, dissolving, etc. between separate scenes.
I was going to walk each event one frame at a time and look for changes in the tape timecode of more than one frame, then split the event at this point. However, it looks like you can only get the tape timecode (the one that has the original date and time of day when the tape was shot) from the "media" object, and from that you can only get TimeCodeIn and TimeCodeOut.
Thus, it is my conclusion that there is no way get the exact media time of day from the current location within an event.
Is this true? If so, please put it on a list for a future release. I have found that Vegas bogs down if you insert hundreds of individual clips, and it is also sometimes difficult to manage so many files. Having a single file, and then letting Vegas do the scene detection and splitting would be far cleaner. Maybe I'm just still brain dead from having learned on Pinnacle products where they capture in one file and then use internal markers to keep track of scenes.
I wanted to create a script that would split events based on a discontinuity in the date/time timecode on a DV capture. My goal was to create a scene detection script that would allow me to capture DV as one file, but still have the power that Vegas provides of moving, rearranging, fading, dissolving, etc. between separate scenes.
I was going to walk each event one frame at a time and look for changes in the tape timecode of more than one frame, then split the event at this point. However, it looks like you can only get the tape timecode (the one that has the original date and time of day when the tape was shot) from the "media" object, and from that you can only get TimeCodeIn and TimeCodeOut.
Thus, it is my conclusion that there is no way get the exact media time of day from the current location within an event.
Is this true? If so, please put it on a list for a future release. I have found that Vegas bogs down if you insert hundreds of individual clips, and it is also sometimes difficult to manage so many files. Having a single file, and then letting Vegas do the scene detection and splitting would be far cleaner. Maybe I'm just still brain dead from having learned on Pinnacle products where they capture in one file and then use internal markers to keep track of scenes.