Greenguy's Board


Go Back   Greenguy's Board > TGP Discussions
Register FAQ Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2006-04-27, 12:43 AM   #8
QuickDraw
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
 
Join Date: Jan 2006
Posts: 72
I use Frame Shots too. Copy the code below into a text file and save it as make_thumbnails.bat or whatever you want and it will create 8 screenshots for every movie file in the directory that the batch file is run in. I usually make 8 and keep the best one for each movie as sometimes they're blurry or just dont represent whats going on in the clip very well. Anyway

Code:
FOR /F %%a IN ('dir *.mpeg *.avi *.mpg *.wmv /b') DO frameshots -thumbs 8 -cropthumb -width 320 -height 200 -trimthumb %%a ..\thumbs
That's the code for the batch file, pretty self explainitory. You also need to add the path to the frameshots.exe file in your PATH environment variable by right clicking on 'My Computer', go to the advanced tab, down at the bottom click the 'Environment Variables', in the 'System variables' section, find Path, edit it, add ";C:\Program Files\Frame Shots" to the end of what's already there ( note the semicolon, and DONT delete what is there already ) and you might have to reboot. After that though, simply copy your batch file into a folder that contains movies you want to make screenshots of and double click it. It'll save them to ..\thumbs, change to whatever you want. See the website for more info reguarding the various options you can pass to the exe.
QuickDraw is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:36 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc