Skip to content

Instantly share code, notes, and snippets.

@bhurlow
Created January 17, 2017 21:53
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 bhurlow/17ec7dc073ab0bcdb6f4b036547441a3 to your computer and use it in GitHub Desktop.
Save bhurlow/17ec7dc073ab0bcdb6f4b036547441a3 to your computer and use it in GitHub Desktop.
mp3
#! /bin/bash
filename=$(basename "$1")
extension="${filename##*.}"
filename="${filename%.*}"
ffmpeg -i $filename.$extension -codec:a libmp3lame $filename.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment