jack-cli-cd-ripper / jack

Jack command-line CD ripper
GNU General Public License v2.0
14 stars 5 forks source link

python3-mb: transcoding #20

Closed pimzand closed 2 years ago

pimzand commented 4 years ago

It should be possible to encode to mp3, m4a and ogg from flac files instead of from wav files only.

This could be a two-step process, ie decode to wav first, or a single command line.

pimzand commented 2 years ago

implemented in commit 606c42c3a9881bbda42a9bbb3810590b1db41a80

pimzand commented 2 years ago

Works just wonderful with a large --encoders number on a fast multi-core CPU! Supported only for lossless to lossy formats, so currently flac->mp3, flac->m4a and flac->ogg. Doesn't require any command line option. Just pretend the .wav's are there when in fact there are .flac's only, and encode to mp3. m4a or ogg.

zzarne commented 2 years ago

I did test this a bit last weekend and it worked great for me, too. It's crazy-fast, being mostly IO-bound when not using a SSD.

This feature (among others) made me switch to flac for archiving my collection.