Log in

View Full Version : Find when frame appeared in video?


zn
26th January 2010, 08:48
If I have video file and image from the same movie, how I can find time or frame number (or extract frame) from video file wich will be "closest" to this image?
Source files have different quality and different resolution (with same aspect ratio - can be scaled to be the same size).

setarip_old
26th January 2010, 09:46
Hi!

If it's in a format that's accepted, load the video into VirtualDub and simply scroll through it frame by frame.

Gavino
26th January 2010, 11:56
Something similar to the findframe function from this thread might help.