I have two questions.
First question
in a text file I have 600+ movie names and their timecode duration. I hope to convert the timecode duration to the equivalent frame count. Every movie time base is 25 frames per seconds. My text file looks like this:
MOVIE1.MOV [TAB] 00:02:12:05
MOVIE2.MOV [TAB] 00:04:02:12
MOVIE3.MOV [TAB] 00:00:32:19
How to convert this to a new file as follows?
MOVIE1.MOV [TAB] XXXX Frames
and so on?
Second question
How to ask Quicktime Player 7 to open a movie file and place the playhead at a given frame?