I have 3 Qs about doing Windows command line.
I currently have a file.bat
vlc -V image --image-out-format="jpeg" --image-out-ratio 580 --image-out-prefix mm1 D:\001.mpg
vlc:quit
vlc -V image --image-out-format="jpeg" --image-out-ratio 580 --image-out-prefix mm2 D:\m2.mpg
vlc:quit
vlc -V image --image-out-format="jpeg" --image-out-ratio 580 --image-out-prefix ww2 D:\wm002.wmv
vlc:quit
exit
this does most of what i would like ( meaning it plays 3 files and gets 3 pngs ) but
I cannot force it to get a jpg I have tried
--image-out-format jpeg , --image-out-format jpg
I have heard the the windows syntax is ...="jpeg"
I currently have to click the X gadget to close each instrance of the player.
so my vlc:quit is not correct.
and I would like to player faster that realtime , maybe 200 - whatever.
so 3 qs
force jpg ( currently makes png
how to quit ( currently does not quit and exit at end
and faster play ( not attempted in the above bat )
thanks