VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. i have been looking for screenshot generator which generate screenshot from video files from the context menu by right clicking the video file i have have to generate screenshot is their anything like that? i have used one which generate from batch processing the video file but i just forgot its name it works without playing the file just right click and click generate screen shot sit back and enjoy is their anything like that
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You can use MPC-HC, under file->save thumbnails.

    or maybe Auto-Movie-Thumbnailer or Video Thumbnails Maker has the right click feature.
    Quote Quote  
  3. Or you can use ffmpeg.

    Code:
    ffmpeg  -i "%1" -vf "scale=320:-8:sws_flags=spline,select='gt(scene\,0.02)',tile=4x3" -vsync 0 "%~n1_%%03d.png"
    There is also new filter called 'thumbnail' and it may be better to perform such task.
    Quote Quote  
  4. i cant find right click function on amt
    Quote Quote  
  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Nope. I have no idea. If you ever find the software with the right click screenshot feature let us know.
    Quote Quote  
  6. and way it helps me now i can generate screenshots without playing it
    Quote Quote  
  7. the software with the right click screenshot featur
    Or you could make it yourself.

    I took Pandy's ffmpeg command and made it to a batch file.

    Then I used Types to add it to context menu for MKV (you could use other software for this)

    Click image for larger version

Name:	ThumbNail.jpg
Views:	221
Size:	77.2 KB
ID:	37071

    It produces thumbnails as attached.

    You could also use Video Thumbnails Maker CLI ( License version only) instead of a ffmpeg command.

    PS: Correction: Video Thumbnails Maker CLI is now free. Appearently been so since vers. 6.0.0.0
    Image Attached Thumbnails Click image for larger version

Name:	MacGyver_Season_1,_Disc_3_t03_015.png
Views:	382
Size:	1.92 MB
ID:	37072  

    Last edited by videobruger; 23rd May 2016 at 10:24. Reason: PS
    Quote Quote  
  8. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Great solution! You can even customize the thumbnail genaration then.
    Quote Quote  
  9. Originally Posted by videobruger View Post
    the software with the right click screenshot featur
    I took Pandy's ffmpeg command and made it to a batch file.
    Would you please post your batch script?
    Quote Quote  



Similar Threads

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