NewMediaGirl
Guest
|
Posted:
Wed Jul 28, 2004 9:02 pm Post subject:
smpte timecode |
|
|
I have embedded a media player in my webpage. I need to be able to have
it start mid clip and end mid clip, based on info in database, specifically using the
SMPTE timecode format. i.e. hh:mm:ss:ff - hours, minutes, seconds,
frames (not fractionla seconds). How do I pass these parameters in? I
have been all over the web for 3 days now, and have found many ways of
passing in all kinds of other time formats, which aren't helpful, and
usually not for web (C++ or VB) Do I have to develop a .dll component
for this? seekTo, seekToFrame, clipBegin, clipEnd. The only thing I have seen that talks about SMPTE time code is the Reader interface - how do i access that from my web page??
|
|