I'm following a tutorial where the person does:
vlc /Users/darren/Downloads/movie.mkv –video-filter=scene –scene-format=jpg –scene-prefix=movie –scene-ratio=150 –scene-height=1080 –scene-width=1920
im trying to do the same, but replacing the beginning "vlc" with /Applications/VLC.app/Contents/MacOS/VLC and of course using my own movie file path.
I get a bunch of errors.
EDIT:
I tried this
/Applications/VLC.app/Contents/MacOS/VLC /Users/me/Downloads/complete/movie/sample.mkv --scene-format=jpg --scene-prefix=movie --scene-ratio=150 --scene-height=1080 --scene-width=1920 --scene-path=/Users/me/Downloads/complete/movie
and I get
[0x100214a88] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
m_el[mi_level] == NULL
arrrrrrrrrrrrrg Up cannot escape itself
m_el[mi_level] == NULL
arrrrrrrrrrrrrg Up cannot escape itself
m_el[mi_level] == NULL
arrrrrrrrrrrrrg Up cannot escape itself
[0x102018908] dts decoder: DTS channels:6 samplerate:48000 bitrate:1536000
[0x101351e78] auhal audio output error: You should configure your speaker layout with Audio Midi Setup Utility in /Applications/Utilities. Now using Stereo mode.
Stream with high frequencies VQ coding
cvlc, the command line version. IIRC isn't there in the downloadable app, you'd rather have to build it yourself using the source, which gives you thecvlcbinary. But which tutorial are you following and do you really need VLC for that? Are you trying to convert a movie into JPGs? – slhck Jun 1 '11 at 13:34