All Projects → ftrvxmtrx → Split2flac

ftrvxmtrx / Split2flac

Split flac/ape/wv/wav + cue sheet into separate tracks

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Split2flac

Multiscroll.js
multiscroll plugin by Alvaro Trigo. Create scrolling split websites. http://alvarotrigo.com/multiScroll/
Stars: ✭ 1,537 (+527.35%)
Mutual labels:  split
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (-40.41%)
Mutual labels:  flac
Cuetools.net
CD image processing suite with optimized lossless encoders in C#
Stars: ✭ 208 (-15.1%)
Mutual labels:  flac
Ergotravel
A Portable Ergonomic Split Keyboard inspired from the ErgoDox, Let's Split and Minidox
Stars: ✭ 120 (-51.02%)
Mutual labels:  split
Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (-43.67%)
Mutual labels:  flac
Logcool
A high performance and near real time log collector.
Stars: ✭ 161 (-34.29%)
Mutual labels:  split
Omp
OMP is an open-source music player being developed for Linux. OMP is programmed in C++ using gtkmm, GStreamer, TagLib, clastfm, and g++.
Stars: ✭ 111 (-54.69%)
Mutual labels:  flac
Tageditor
A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
Stars: ✭ 229 (-6.53%)
Mutual labels:  flac
Code Splitting React Webpack
An example of how to code split with Webpack 2 and React Router
Stars: ✭ 138 (-43.67%)
Mutual labels:  split
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (-22.04%)
Mutual labels:  flac
Jxsegmentedview
A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
Stars: ✭ 1,905 (+677.55%)
Mutual labels:  split
Qmc Decoder
Fastest & best convert qmc 2 mp3 | flac tools
Stars: ✭ 1,941 (+692.24%)
Mutual labels:  flac
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (-26.94%)
Mutual labels:  flac
Regular
🔍The convenient paste of regular expression🔎
Stars: ✭ 118 (-51.84%)
Mutual labels:  split
Webpack Tricks
Tips and tricks in using Webpack
Stars: ✭ 2,364 (+864.9%)
Mutual labels:  split
Miniaudio
Single file audio playback and capture library written in C.
Stars: ✭ 1,889 (+671.02%)
Mutual labels:  flac
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (-35.51%)
Mutual labels:  flac
Neteasecloudmusicflac
根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.
Stars: ✭ 2,687 (+996.73%)
Mutual labels:  flac
Split
📈 The Rack Based A/B testing framework
Stars: ✭ 2,539 (+936.33%)
Mutual labels:  split
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (-26.53%)
Mutual labels:  flac

See unflac as a better replacement of this project.

split2flac

split2flac splits one big APE/FLAC/TTA/WV/WAV audio image (or a collection of such files, recursively) with CUE sheet into FLAC/M4A/MP3/OGG_VORBIS/OPUS/WAV tracks with tagging, renaming, charset conversion of cue sheet, album cover images. It also uses configuration file, so no need to pass a lot of arguments every time, only an input file. Should work in any POSIX-compliant shell.

NOTE: script is able to find cover image and cue sheet automatically (including internal ones).

Manual installation

  • place split2flac somewhere (/usr/bin or /usr/local/bin is fine)

  • create symbolic links to the same file like this:

    cd /usr/bin    # this is a directory where split2flac was installed
    ln -s split2flac split2mp3
    ln -s split2flac split2ogg
    ln -s split2flac split2opus
    ln -s split2flac split2m4a
    ln -s split2flac split2wav
    

Dependencies

  • Required:

    • shntool
    • cuetools
  • Optional:

    • flac (or better flake, which is much faster) to split from/into FLAC
    • faac and libmp4v2 to split into M4A
    • wavpack to split WV
    • mac to split APE
    • ttaenc to split TTA
    • imagemagick to convert/resize album cover images
    • iconv to convert CUE sheet from non-UTF8 charset
    • enca to automatically detect charset if it's not UTF8
    • lame and id3lib (or better mutagen for Unicode tags) to split into MP3
    • vorbis-tools to split into OGG VORBIS
    • opus-tools to split into OPUS
  • Replay Gain:

    • flac for FLAC Replay Gain support
    • aacgain to adjust gain in M4A
    • mp3gain for MP3
    • vorbisgain for OGG VORBIS gain adjustment

Support

Learn about Plan 9 (http://9p.io/wiki/plan9/Overview/index.html). It's awesome. Thank you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].