jack-cli-cd-ripper / jack

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

wav support missing? #39

Closed dafeu closed 2 years ago

dafeu commented 3 years ago

If I do a "jack -Q -g wav" with the python3 version I get: error* unsupported format SndHeaders(filetype='wav', framerate=44100, nchannels=2, nframes=14427756, sampwidth=16).... it worked with the python2 version, is there an easy fix?

madmartin commented 3 years ago

Hi,

what about option --only-dae ?

jack --longhelp says --only-dae, -O only produce WAVs, implies --keep_wavs [no]

dafeu commented 3 years ago

I don't want to create wavs, I already did that. I want jack to create a toc from the wavs and query the cd meta data. I tried it with mp3s and that still works, but not with wavs.

pimzand commented 3 years ago

Quick workaround would be to convert to flac (flac *.wav), and then run your query on the flac files. This is what I used to do in the python2 version too, because of issues with the python libraries that handle wav. You can convert the flac files back to wav, if you intend to create mp3 files. Jack will recognize the wav files its own.

I am planning to create a way to convert directly from flac to mp3 or aac.

zzarne commented 2 years ago

fixed in https://github.com/jack-cli-cd-ripper/jack/commit/5ba2b99d50c2a32749d3cc0181a054cfae415277.