Skip to content

Instantly share code, notes, and snippets.

@CrashLaker
Created January 6, 2017 10:45
Show Gist options
  • Save CrashLaker/c18044bad7e07644972dfd9f40cf0397 to your computer and use it in GitHub Desktop.
Save CrashLaker/c18044bad7e07644972dfd9f40cf0397 to your computer and use it in GitHub Desktop.
#!/bin/bash
#$2 .mp3
ffmpeg -i $1 -acodec libmp3lame -aq 4 $2
#https://ubuntuforums.org/showthread.php?t=1493682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment