Greetings.
vlc is running on a Win7-32 PC. The version is VLC media player 2.0.5 Twoflower.
The following is the command line I am using...
"C:\Program Files\VideoLAN\VLC\vlc.exe" --rate=1 -V dummy --intf=dummy --dummy-quiet --aout="dummy" --video-filter=scene --start-time=15 --stop-time=16 --scene-format=jpg --scene-ratio=24 --scene-path=c:\vlctest\ --scene-prefix=snap c:\vlctest\bobcat.mp4 vlc://quit
My problem is that I only want one thumbnail. The code above is giving me 2 jpg's, snap00001.jpg (which is blank) and snap000025.jpg which has the thumbnail I want.
Questions..
1. How can I get just the one usable thumbnail?
2. Do I really need scene-prefix?
3. Assuming the video is called myvideo1.mp4, can I tell the command line to name the thumbnail myvideo1.jpg?
Thank you for any advice or answers.