Created
October 8, 2012 05:49
-
-
Save neilk/3850917 to your computer and use it in GitHub Desktop.
Video to podcast VLC sample invocation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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