> Does anyone know of a command line tool to convert flac to ogg/mp3
> which also converts the meta-tags?
>
This command will convert all flac files to ogg in the directory it is
run, keeping the tags. q7 is about 220k/s (what I use), 4 or 5 is
probably ok for most people, and q1 sounds close (subjective) to 128k/s
mp3, but is smaller.
find . -name "*flac" -exec oggenc -q 7 {} \;
Easiest way I've found.
Roger
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Wed Apr 2 08:15:02 2008
This archive was generated by hypermail 2.1.8 : Wed Apr 02 2008 - 08:15:02 EEST