Skip to content

Instantly share code, notes, and snippets.

@goncha
Created July 4, 2012 16:21
Show Gist options
  • Save goncha/3048134 to your computer and use it in GitHub Desktop.
Save goncha/3048134 to your computer and use it in GitHub Desktop.
mencoder extract audio from DVD
mencoder dvd://8 -dvd-device G: -of rawaudio -oac mp3lame -lameopts cbr:br=192 -af resample=44100 -ovc copy -o test.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment