cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
222 stars 10 forks source link

Cd's gets encoded to 24-bit #59

Closed cleanyoursockets closed 1 year ago

cleanyoursockets commented 1 year ago

Hello,

Ripped cd's to alac today, the output gets encoded in 24-bit if using the -o alac argument. It works fine if using -o flac argument. Rips get stuck after first track if using -o wavpack argument, the messege is flushing encoders.

cyanreg commented 1 year ago

Are you using HDCD decoding?

cleanyoursockets commented 1 year ago

I'm not using HDCD encoding and i have made sure that the cd's i have used is not HDCD cd's. I only get 24-bit output when using alac, not with flac using the same cd and the same arguments.

cyanreg commented 1 year ago

Fixed the alac issue with d6dbba0adaca29712a644f22778db4bcf95af621, thanks. As for wavpack, ffmpeg's encoder is extremely slow at high compression levels (as in, it takes many hours to encode 3 minutes of audio). I've reduced the compression level to something more manageable with 3f0ab4320556672fd5454f815bb1ae0acc7e356d.

cleanyoursockets commented 1 year ago

Thank for fixing the issue, looking forward to ripping some cd's : )

------- Original Message ------- Den torsdag 7 september 2023 kl. 7:03 em, Lynne @.***> skrev:

Fixed the alac issue with d6dbba0, thanks. As for wavpack, ffmpeg's encoder is extremely slow at high compression levels (as in, it takes many hours to encode 3 minutes of audio). I've reduced the compression level to something more manageable with .3f0ab4320556672fd5454f815bb1ae0acc7e356d

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cleanyoursockets commented 1 year ago

Hello again,

Will there be a point release with the new changes or do i have to wait for the bigger 1.0 to use the program with Alac again?

Kind regards,

Jonas

------- Original Message ------- Den torsdag 7 september 2023 kl. 7:15 em, Jonas @.***> skrev:

Thank for fixing the issue, looking forward to ripping some cd's : )

------- Original Message ------- Den torsdag 7 september 2023 kl. 7:03 em, Lynne @.***> skrev:

Fixed the alac issue with d6dbba0, thanks. As for wavpack, ffmpeg's encoder is extremely slow at high compression levels (as in, it takes many hours to encode 3 minutes of audio). I've reduced the compression level to something more manageable with .3f0ab4320556672fd5454f815bb1ae0acc7e356d

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

cyanreg commented 12 months ago

No, with 5285205fda8812a07d3f056a336517c094181e39 1.0 has all features it needs. Just needs to be tested before it's released.