Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created January 10, 2017 01:32
Show Gist options
  • Select an option

  • Save carlosipe/ae551a3e02ad3773c56690927b603d95 to your computer and use it in GitHub Desktop.

Select an option

Save carlosipe/ae551a3e02ad3773c56690927b603d95 to your computer and use it in GitHub Desktop.
convert mkv to mp3
ffmpeg -i video.mkv -vn -c:a libmp3lame audio.mp3
@JasminDreasond
Copy link

Thank you~! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment