2005-11-01, 10:47 PM
What would you think about an xml type output that lists some of the show statistics (length, fps, etc) and the length and type of each segment.
Off the top of my head, something like:
From that you should be able to create whatever you need but it would require an xml parser.
I'm open to comments/suggestions.
Jere
Off the top of my head, something like:
Code:
<show fps="29.97" length="3600.00">
<segment start="0.0" end="34.34" type="commercial" />
<segment start="34.34" end="334.34" type="show" />
<segment start="334.34" end="454.34" type="commercial" />
</show>
From that you should be able to create whatever you need but it would require an xml parser.
I'm open to comments/suggestions.
Jere