Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aliuosio
Last active April 17, 2019 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliuosio/5d4955495089cdb8920fd3fe8d2e9ae8 to your computer and use it in GitHub Desktop.
Save aliuosio/5d4955495089cdb8920fd3fe8d2e9ae8 to your computer and use it in GitHub Desktop.
find . -type f -name "*.mkv" -exec sh -c 'FILE="$1"; ffmpeg -i "${FILE}" -vn -c:a libmp3lame -y "${FILE%.mkv}.mp3";' _ '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment