Results 1 to 4 of 4

Thread: ripping audio from bin/cue

  1. #1
    Join Date
    Oct 2008
    Beans
    44
    Distro
    Ubuntu 10.04 Lucid Lynx

    ripping audio from bin/cue

    Hello! I've got a bin/cue duo that contains 1 data track and some audio tracks I wish to rip. However, I can't get to the audio tracks. I've tried mounting the bin/cue with AcetoneISO, but it just shows me the data part. I've tried converting the files using
    Code:
    bchunk foo.bin foo.cue foo
    , and it converts to 2 files, an iso and a cdr. The .cdr file, as far as I can see, cannot be opened by anything. And so I turn to you, dear fellow Ubuntu-ers for assistance. How can I get to the audio files in the image and rip them?

    Thanks for your time!
    "The price of freedom is eternal vigilance"
    -Thomas Jefferson

    If Pulseaudio won't stay dead when you kill it, try this article.

  2. #2
    Join Date
    May 2006
    Beans
    167

    Re: ripping audio from bin/cue

    Put the CD-Audio in your drive, open a shell and type: cdparanoia -B

  3. #3
    Join Date
    Oct 2008
    Beans
    44
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ripping audio from bin/cue

    Quote Originally Posted by bulletxt View Post
    Put the CD-Audio in your drive, open a shell and type: cdparanoia -B
    Sorry Bullet, but not what I needed. I wanted to be able to get to the audio tracks from either the BIN file directly, or from the CDR file. I have no CD to use cdparanoia with.

    But after some more searching, and with the brilliant notion of changing my search terms to include "raw audio data", I have found my solution: Audacity.

    All I had to do was install Audacity from Synaptic, then use its Import feature to pull the raw data from the .cdr, then saved it as a lossless .flac.

    Now, I know, a bunch of you are rolling your eyes now thinking "Doi!"; but in my defense; I was looking for CDR help, not raw data. So thank you all for your time, and hopefully this post will help folks like me who just didn't put two and two together.
    Last edited by DrDevice; June 9th, 2010 at 10:47 AM. Reason: Added instructions of what I did to solve problem. =D
    "The price of freedom is eternal vigilance"
    -Thomas Jefferson

    If Pulseaudio won't stay dead when you kill it, try this article.

  4. #4
    Join Date
    Sep 2009
    Location
    Bangkok, Thailand
    Beans
    228
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: ripping audio from bin/cue

    I know you've fixed it, but a more elegant solution (not requiring audacity) might be

    Code:
    bchunk -w Image.bin Image.cue audio
    which should give you a bunch of files called audioXX.wav

    You can then use any mp3 encoder to rip these. I use oggenc.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •