Eclectic

About programming and maybe more…

  • Calendar

    February 2007
    M T W T F S S
        Mar »
     1234
    567891011
    12131415161718
    19202122232425
    262728  
  • Categories

  • Blog Stats

    • 14,237 hits

Converting flac files to ogg

Posted by tread on February 23, 2007

For some reason, whatever I saw on the net used bash – this has a lot of pitfalls, mainly spaces in names. Here is a better command:

find . -name "*flac" -exec oggenc -q 7 {} \;

-q 7 sets the quality, 10 being the highest.

One Response to “Converting flac files to ogg”

  1. [...] flac files to ogg This post by Eclectic – Converting flac files to ogg « Eclectic – seems innocent enough – just a tip on how to encode music files from flac to ogg. However this [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>