Looking to get screen grabs from videos for HTPC software.
Let's say I have 100 mpg. files in a folder.
I want a program that can take a screenshot from say the 30 second spot of each video and save a .jpg for each...named the same as the file if possible.
Obviously I want this to be automatic and not have to do each file separately....highlight all the files and walk away.
Anything out there that can do this?
Thanks!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Try Video Thumbnails Maker and movie thumbnailer.
Or use ffmpeg and make a custom batch for it, like make a .bat file in the mpg folder together with ffmpeg.exe with
Code:for %%f in (*.mpg) do ffmpeg -i "%%f" -ss 30 -s 640x480 -vframes 1 -f image2 -y "%%f".jpg
-
Thanks guys, never heard of that program.
I'll give it a shot tonight.
Similar Threads
-
Automated Wave joiner.
By odomike in forum AudioReplies: 6Last Post: 28th Apr 2012, 02:26 -
Automated CD Burning for PC
By azilex27 in forum DVD RippingReplies: 5Last Post: 15th Mar 2012, 08:00 -
What is automated about adr?
By yoda313 in forum Newbie / General discussionsReplies: 3Last Post: 1st Oct 2010, 20:00 -
Best way to "screenshot" or save online videos?
By kevs in forum MacReplies: 13Last Post: 12th May 2010, 23:23 -
Automated MiniDV Capturing
By euphoricdream in forum MacReplies: 0Last Post: 10th Mar 2008, 10:05