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
+ Reply to Thread
Results 1 to 9 of 9
-
-
You can use MPC-HC, under file->save thumbnails.
or maybe Auto-Movie-Thumbnailer or Video Thumbnails Maker has the right click feature. -
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"
-
Nope. I have no idea. If you ever find the software with the right click screenshot feature let us know.
-
the software with the right click screenshot featur
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)
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.0Last edited by videobruger; 23rd May 2016 at 10:24. Reason: PS
-
Great solution! You can even customize the thumbnail genaration then.
-
Similar Threads
-
Conversion profile generator
By eenghooda in forum Video ConversionReplies: 38Last Post: 17th May 2015, 12:43 -
After Effects CC Particle generator help needed!
By PeteV in forum Newbie / General discussionsReplies: 2Last Post: 29th Sep 2014, 01:39 -
Video signal generator
By luckyo in forum Newbie / General discussionsReplies: 8Last Post: 27th Jun 2012, 04:52 -
Looking for a specific video thumbnail generator
By KaaMoS in forum Newbie / General discussionsReplies: 4Last Post: 23rd Jan 2012, 11:20