Results 1 to 6 of 6

Thread: Convert flac to mp3

Hybrid View

  1. #1

    Convert flac to mp3

    Hey guys,
    I just used sound-juicer to rip a CD but all the files are in *.flac format. I would like to converted to either *.ogg or *.mp3, preferably mp3. Any ideas on what app does that? Google did not help me much.

    Thanks

  2. #2

    Re:Convert flac to mp3

    Try lame... maybe it'll work.
    If you can rip them as WAV you can definately encode them with lame.

  3. #3

    Re:Convert flac to mp3

    Yeah I used

    flac -d $i;

    and then piped it to lame to convert it to mp3.

    Thanks for the help!

  4. #4

    Re:Convert flac to mp3

    If you want to rip directly to mp3.

    From the SoundJuicer help(Help > Contents > Preferences):
    Code:
    If you need to store tracks in the MP3 format (for example, because your portable music player only supports MP3 and not Ogg Vorbis), you will need to create a new profile. To do this, run gnome-audio-profiles-properties, press New and name it MP3. Then press Edit and set GStreamer Pipelineto audio/x-raw-int,rate=44100,channels=2 ! lame name=enc, the File Extenstion to mp3, and check Active. Then start Sound Juicer and select the MP3 format.This profile uses the LAME MP3 encoder, so you will need to have the GStreamer LAME plugin installed.
    After you do that you can go to Edit > Preferences and set the Output to MP3.

    Simple to do.

  5. #5

    Re:Convert flac to mp3

    [quote author=eslackey link=board=2;threadid=10393;start=0#msg93736 date=1114826226]
    If you want to rip directly to mp3.

    From the SoundJuicer help(Help > Contents > Preferences):
    Code:
    If you need to store tracks in the MP3 format (for example, because your portable music player only supports MP3 and not Ogg Vorbis), you will need to create a new profile. To do this, run gnome-audio-profiles-properties, press New and name it MP3. Then press Edit and set GStreamer Pipelineto audio/x-raw-int,rate=44100,channels=2 ! lame name=enc, the File Extenstion to mp3, and check Active. Then start Sound Juicer and select the MP3 format.This profile uses the LAME MP3 encoder, so you will need to have the GStreamer LAME plugin installed.
    After you do that you can go to Edit > Preferences and set the Output to MP3.

    Simple to do.
    [/quote]

    Sound Juicer keeps segfaulting or it was not working properly. But thanks for the info.

  6. #6

    Re:Convert flac to mp3

    i think
    Code:
    flac -d -o - "$filename" | lame -b 320 -h - > "${filename:0:${#filename}-5}".mp3
    is the full line...ofcourse you can put that in a loop

Similar Threads

  1. Convert 3GP Format
    By GhostDawg in forum Linux - Software, Applications & Programming
    Replies: 8
    Last Post: 03-02-2005, 09:45 AM
  2. convert a Corel file to PowerPoint 2003 format
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 01:07 AM
  3. How to convert from MIDI??
    By in forum General Chat
    Replies: 10
    Last Post: 07-06-2003, 09:48 AM
  4. PERL: Convert UTF-16 encoded file to ASCII
    By Blaqb0x in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 03-27-2003, 06:15 PM
  5. How to convert a directory of .wav to .mp3?
    By slackware in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 03-04-2003, 11:22 PM

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
  •