Hi,
I'm looking for a software which automatically takes a screenshot ever X (whatever number I set) frame. I know I can extract every frame from an avi with VirtualDub. But is there any program that would allow me to extract every X (whatever number I set) frame? And I don't want to take screenshots manually. I need several hundreds of screenshots for every movie.
Thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
Originally Posted by johns0
I'm looking to extract a screenshot every, let's say, 2 frames. -
there are ways to do it with AVISynth, but I'm not a guru, so I don't know the deal.
I saw a script for something very similar go by the forums in the last week or so - if you search for AVISynth as a search term, you might find it. or search for "script"...
*edit .... Foo, you beat me to it!*- housepig
----------------
Housepig Records
out now:
Various Artists "Six Doors"
Unicorn "Playing With Light" -
Code:
SelectEvery(clip,9,0) # select frames 0, 9, 18, ... from source clip
-
AVS script:
AVISource("c:\path\to\movie.avi")
SelectEvery(300,0)
Open .avs file in virtualdubmod,
save image sequence (as tga, bmp or png).
the above script saves every 300th frame starting at frame 0. It saved 767 frames from a 128 minute film in two minutes on my computer.
Similar Threads
-
screen capture with audio
By Ogilvy in forum Video Streaming DownloadingReplies: 4Last Post: 5th Jun 2012, 23:39 -
Best video capture software? Is AVI better for capture? Is TV screen better
By johnharlin in forum Capturing and VCRReplies: 5Last Post: 21st Feb 2011, 07:17 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00 -
Screen Capture
By RoadRunner01 in forum Newbie / General discussionsReplies: 8Last Post: 21st Jun 2007, 07:31 -
Screen capture of animations?
By shira in forum Newbie / General discussionsReplies: 1Last Post: 18th May 2007, 20:04