Skip to content

Instantly share code, notes, and snippets.

@cfbastarz
Created October 4, 2023 11:51
Show Gist options
  • Save cfbastarz/2183bb74f1003150e82830b7eaa353f4 to your computer and use it in GitHub Desktop.
Save cfbastarz/2183bb74f1003150e82830b7eaa353f4 to your computer and use it in GitHub Desktop.
Extract audio to mp3 from mkv video file
ffmpeg -i "2023-10-02 13-42-57.mkv" -vn -c:a libmp3lame -y "2023-10-02 13-42-57.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment