Question
Copying frames of a video to a file
I am needing a small script which takes a text file with a set of frame numbers, and run it so that the mounted video will go to each frame in turn, copy the frame image at that point to a file, then take the next number in the file and do the same, until the end of the text file. so producing a set of numbered frames in the specified sequence saved to a file..