• jPV
  • Yokemate of Keyboards
    Yokemate of Keyboards
    jPV
    Posts: 2026 from 2003/2/24
    From: po-RNO
    Quote:

    Andreas_Wolf wrote:
    > CD to mp3/wav,etc "ripping" might be a nice addition

    That's what Flacapella is for. It can "rip" to FLAC and WAV at least.


    Yeah, I don't see point including ripping functions to player programs, lets keep them separated. Flacapella can do encoding to any format with external encoders.

    If you read Flacapella's .guide, you see examples how to configure external mp3 ripping.

    At the simpliest form it's just like:
    c:lame -V2 {input} {output}

    I myself use this line to get all tags and cover images (if found from internet) embedded automatically:
    Compress Command: c:lame -V0 --tt "{title}" --ta "{artist}" --tl "{album}" --tn {track} {?coverfile:--ti "{coverfile}"} {input} {output}
    File Extension: mp3

    Remember to have lame installed in SYS:C/
  • »09.11.13 - 06:08
    Profile Visit Website