Skip to content

ExperimentalHypothesis/flacue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flacue

Lossless FLAC splitter using CUE sheets, powered by ffmpeg/ffcuesplitter.

Description

A super simple command line tool that splits large lossless audio files (like FLAC, APE etc.) into individual tracks based on information from a CUE sheet.

Features

  • It is a simple wrapper around ffcuesplitter
  • Supports common lossless audio formats
  • Easy to use from the terminal
  • Option to remove original file and cleanup your audio library after splitting

Depends on:

Installation

pip install flacue

Usage from terminal:

~$ flacue "path/to/cuefile.cue"  
~$ flacue "path/to/cuefile.cue" -ro  # removes the original audio file

About

Super simple CLI tool for splitting big FLAC files on CUE file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages