VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member lordhutt's Avatar
    Join Date
    Jun 2004
    Location
    United States
    Search Comp PM
    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!
    Quote Quote  
  2. Member
    Join Date
    Feb 2008
    Location
    Twin Peaks
    Search Comp PM
    Isn't that what Video Thumbnails Maker is for?
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    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
    ( I think it's -ss 30 for 30 seconds in)
    Quote Quote  
  4. Member lordhutt's Avatar
    Join Date
    Jun 2004
    Location
    United States
    Search Comp PM
    Thanks guys, never heard of that program.
    I'll give it a shot tonight.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!