FFmpeg-based audio splitter for CDDA images associated with .cue files .
Project description
FFcuesplitter - FFmpeg-based audio splitter for CDDA images associated with .cue files .
FFcuesplitter is a multi-platform CUE sheet splitter entirely based on FFmpeg. Splits big audio tracks and automatically embeds tags using the information contained in the associated "CUE" sheet. It supports multiple CUE sheet encodings and many input formats (due to FFmpeg), including APE format, without need installing extra audio libs and packages. It has the ability to accept both files and directories as input while also working in recursive mode. It can be used either as a Python module or from the command line.
Features
- Supports many input formats, due to FFmpeg.
- Convert to Wav, Flac, Ogg, Opus, and Mp3 formats.
- Ability to copy source codec and format without re-encoding.
- Batch mode processing is also available.
- Accepts both files and directories.
- Ability to perform recursive searches.
- Ability to generate audio collection directories (Artist/Album/TrackNumber - Title)
- Auto-tag from CUE file data.
- Features automatic character set detection for CUE files (via chardet).
- Works on Linux, MacOs, FreeBSD, Windows.
- It can be used either as a Python module or from the command line.
Requires
Using Command Line
ffcuesplitter -i FILENAMES DIRNAMES [FILENAMES DIRNAMES ...]
[-r]
[-f {wav,flac,mp3,ogg,opus,copy}]
[-o OUTPUTDIR]
[-c {artist+album,artist,album}]
[-ow {ask,never,always}]
[--ffmpeg-cmd URL]
[--ffmpeg-loglevel {error,warning,info,verbose,debug}]
[--ffmpeg-add-params 'parameters']
[-p {tqdm,standard}]
[--ffprobe-cmd URL]
[--dry]
[--prg-loglevel {error,warning,info,debug}]
[-h]
[--version]
Examples
ffcuesplitter -i 'inputfile_1.cue' 'inputfile_2.cue' 'inputfile_3.cue'
Batch file processing to split and convert to default audio flac
format.
ffcuesplitter -i '/User/music/collection/inputfile.cue' -f ogg -o 'my_awesome_tracklist'
To splits the individual audio tracks into ogg
format
and saves them in the my_awesome_tracklist
directory.
For further information and other examples visit the wiki page
Using Python
>>> from ffcuesplitter.cuesplitter import FFCueSplitter
>>> getdata = FFCueSplitter(**kwargs)
>>> tracks = getdata.audiotracks # get all tracks data
>>> getdata.commandargs(tracks) # get FFmpeg command/arguments recipes.
Getting additionals data
>>> getdata.probedata # ffprobe data of the sources audio files.
>>> getdata.cue.meta.data # get CD info.
For further information and other examples visit the wiki page
Installation
python3 -m pip install ffcuesplitter
License and Copyright
Copyright: (C) 2024 Gianluca Pernigotto Author and Developer: Gianluca Pernigotto Mail: jeanlucperni@gmail.com License: GPL3 (see LICENSE file in the source directory)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ffcuesplitter-1.0.25.tar.gz
.
File metadata
- Download URL: ffcuesplitter-1.0.25.tar.gz
- Upload date:
- Size: 68.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71341e494cf5fbe0319c30b6e652b659d6f036ebaf51948c3ad6d398fe24d29b |
|
MD5 | 54db4d6fa49c487b6aac84daa9bfc12d |
|
BLAKE2b-256 | ac41ed4613befde15e0ba43ffd6c4aeb28857b0de8e7481adbb9a76422e84fd8 |
File details
Details for the file ffcuesplitter-1.0.25-py3-none-any.whl
.
File metadata
- Download URL: ffcuesplitter-1.0.25-py3-none-any.whl
- Upload date:
- Size: 38.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ddc941739bc60ca3091bbf0d16febf786148be48da3849619062b8b09f2a42b |
|
MD5 | e50a0545988ea27ed5171c74039bb31e |
|
BLAKE2b-256 | 34db3a81674ba5cef79e7c42b8115ac0b3eb3afcde6ba50b8b36384ac204b8af |