Page 1 of 1

Creating a thumbnail from the command line

Posted: 14 Sep 2013 04:25
by dickday
Is there a way to create the output file on a different drive/folder and give it a name other than snap0001. I realize that I can change the --scene-prefix, but can the incrementing number be replaced with a name I want?

The following is the command line code...

"C:\Program Files\VideoLAN\VLC\vlc.exe" -V dummy --intf=dummy --dummy-quiet --aout=dummy --video-filter=scene --start-time=0 --stop-time=0.5 --scene-format=jpg --scene-ratio=30 --scene-path=c:\vlctest\ --scene-prefix=snap c:\vlctest\01F455502011101212510401.asf vlc://quit

Any suggestions would be appreciated!

Thanks