> I'll see if I can get you something tonight, btw, do you have a way to > see frame numbers in the editor or is converting somethingl like > 0:23:59:09 to a frame number using 30fps the correct way?
The theme I uses displays the frame number in the OSD while in edit mode, guess yours doesn't. I'd use 29.97 to make sure you're as close as possible but 30 will get you pretty close: (((23 * 60) + 59) * 29.97) + 9 = frame 3157 (((23 * 60) + 59) * 30) + 9 = frame 3159 -- Chris
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
