I'm attempting to load a huge playlist and then save (via <SHIFT-S>) a snapshot (.jpg or .png) to create a single thumbnail for each clip in a folder (or group of folders). I'd like it so hitting the snapshot hotkey gets me....
Given C:\dir1\FILENAME.AVI
Produces C:\dir1\FILENAME.JPG
Given C:\dir2\FILENAME2.AVI
Produces C:\dir2\FILENAME2.JPG
Is this possible? As far as naming the prefix (with "." <without quotes> set as the current directory) $N seems to use the meta-data TITLE instead of filename so instead of "filename.jpg" I get something like:
animals are beautiful people00001.jpg
$F produces full name and path but in reality creates an ugly snapshot name like:
file____C__Users_username.DOMAINNAME_Videos_Jungle_alcohol.wmv00001.png
How do I get a snapshot to save in the same directory as the video being played with the same name as the video (just a different extension, i.e. .png or .jpg).