Hello. I am trying to running VLC by command line using terminal to capture multiple screenshots of a movie and subtitles file. I want the same jpeg file you can get by manually pressing option-command-s expect every 6 frames etc.
I've tried using the command line
/Applications/VLC.app/Contents/MacOS/VLC /Users/tom/Desktop/FG/FG.avi --sub-file=/Users/tom/Desktop/FG/FG.srt --video-filter=scene --image-out-format=jpeg --image-out-ratio=6 --image-out-prefix=FG
But get an error message: --image-out-format=jpeg. I know that --vout changed to --video-filter-scene in 1.0.2, does anyone know if the other options have changed too?
Or have I just messed something up in the command line?
Thanks in advance
Tom