Skip to content

Instantly share code, notes, and snippets.

@t3chnoboy
Created November 10, 2013 10:05
Show Gist options
  • Select an option

  • Save t3chnoboy/7396284 to your computer and use it in GitHub Desktop.

Select an option

Save t3chnoboy/7396284 to your computer and use it in GitHub Desktop.
Extract audio from mp4 using ffmpeg
ffmpeg video.mp4 -i -vn -c:a copy audio.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment