liquidbrain
16th November 2005, 22:43
Hi all - I tried searching this but didn't really find anything direcly pertinent - so was hoping one of the subject experts out there might be able to help me
I'm trying to basically export an avi frame based on a subtitle lookup.
Right now I'm in the process of timestamping an older video through subtitles (so each frame has a seperate timecode associated, off by ~1/30 of a second).
From here I'm writing a search algorithm that will allow the users to enter which timecode they're looking for, then it will lookup the appropriate frame (probably by converting the time delta from the subtitle file into a frame offset).
Now, assuming I have the exact frame - I want to extract that exact frame from the given avi file (which does use a lossless codec, though I'm not sure that matters) -- to either a seperate 1 frame avi, or preferably a tiff file
I'm trying to make this a seamless interface for the user. They enter the timecode they want for the video, and out pops a tiff file of that frame.
Anyone know if such a program exists there now, or if coding that in is realitvely straightforward? I haven't really done anything with video related programming, so if there is an open ended tool, all the better - if not, some other guidance would be appreciated.
Thanks
LB
I'm trying to basically export an avi frame based on a subtitle lookup.
Right now I'm in the process of timestamping an older video through subtitles (so each frame has a seperate timecode associated, off by ~1/30 of a second).
From here I'm writing a search algorithm that will allow the users to enter which timecode they're looking for, then it will lookup the appropriate frame (probably by converting the time delta from the subtitle file into a frame offset).
Now, assuming I have the exact frame - I want to extract that exact frame from the given avi file (which does use a lossless codec, though I'm not sure that matters) -- to either a seperate 1 frame avi, or preferably a tiff file
I'm trying to make this a seamless interface for the user. They enter the timecode they want for the video, and out pops a tiff file of that frame.
Anyone know if such a program exists there now, or if coding that in is realitvely straightforward? I haven't really done anything with video related programming, so if there is an open ended tool, all the better - if not, some other guidance would be appreciated.
Thanks
LB