Skip to content

Instantly share code, notes, and snippets.

@junquera
Created January 16, 2017 19:45
Show Gist options
  • Select an option

  • Save junquera/1b0963d60aa17fee872345a49c577953 to your computer and use it in GitHub Desktop.

Select an option

Save junquera/1b0963d60aa17fee872345a49c577953 to your computer and use it in GitHub Desktop.
Split flac file into song files
# $1 -> cue file
# $2 -> flac file
cuebreakpoints $1 | shnsplit -o flac $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment