OT Exporting movie clip to stills

J. Landman Gay jacque at hyperactivesw.com
Wed Apr 28 13:01:40 EDT 2010


Mark Swindell wrote:
> I found this, which apparently does exactly what I want, but it's
> $100.00, and a Windows program.  Too steep... mine is a purely
> hobby-related need.
> 
> http://www.videocharge.com/image_tmp/wizad_thumb.jpg
> 
> Still accepting alternatives, if any exist.  :)

To be honest, I think you could write a little Rev utility pretty 
quickly. Place the player controller at the start of the segment, get 
the currentTime, put it at the end of the segment, get the curentTime. 
By subtracting the two and diving that number by the number of images 
you want, you'll get an even distribution.

After that it's just a matter of scripting a loop that sets the 
currentTime of the movie to the desired frame and taking a snapshot.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list