Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Description
  2. Split tracks listed in a .cue file into individual flac files. Requres `ffmpeg`, `zsh`, `python3`
  3.  
  4. `cueparser` parses a .cue file for cuesplit
  5. `cuesplit` takes a .cue file as input and splits it
  6.  
  7. # Usage
  8. `cuesplit <cuefile>` where `cuefile` is the path to a cue file
Add Comment
Please, Sign In to add comment