Skip to content

Instantly share code, notes, and snippets.

@ssp
Created May 19, 2010 15:25
Show Gist options
  • Save ssp/406420 to your computer and use it in GitHub Desktop.
Save ssp/406420 to your computer and use it in GitHub Desktop.
Use VLC to convert to H.264/MP4 and Ogg in one go.
# convert to MP4/H.264 and Ogg simultaneously
/Incoming/VLC.app/Contents/MacOS/VLC -I dummy ~/Dropbox/Public/VLC/Original.dv --sout='#duplicate{dst="transcode{vcodec=h264,venc=x264{profile=main,level=3},vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=32000}:standard{access=file,mux=mp4,dst=/tmp/test.mp4}",dst="transcode{vcodec=theora,vb=800,scale=1,acodec=vorb,ab=128,channels=2,samplerate=32000}:standard{access=file,mux=ogg,dst=/tmp/test.ogg}"}' vlc://quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment