Skip to content

Instantly share code, notes, and snippets.

@neilk
Created October 8, 2012 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilk/3850917 to your computer and use it in GitHub Desktop.
Save neilk/3850917 to your computer and use it in GitHub Desktop.
Video to podcast VLC sample invocation
# A VLC invocation that converts a movie file into an audio file that iTunes will sync to your iPhone
/Applications/VLC.app/Contents/MacOS/vlc -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout "#transcode{acodec=s16l,channels=2}:std{access=file,mux=wav,dst=podcast.wav}" movie.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment