Comments

jetdv wrote on 9/9/2008, 11:16 AM
Take any of the "Save Snapshot" scripts and change:

SaveSnapshot(imageFileName, imageFormat, currentTime)

to simply be:

SaveSnapshot(currentTime)

essentially, find the SaveSnapshot command and remove the file name and image format parameters. With only the timecode it will copy it to the clipboard.
Arthur P wrote on 9/9/2008, 11:25 AM
Sorry, I'm new to scripts. Where would I find a "Save Snapshot" script?
jetdv wrote on 9/9/2008, 1:31 PM
Here's one.
Arthur P wrote on 9/9/2008, 4:21 PM
Thanks