[opensuse] Flac to mp3
Is there a program to do the above? And if so what is it? -- Chris clarge@shaw.ca http://clarge.bc.ca -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, January 10, 2008 6:53 pm, clarge wrote:
Is there a program to do the above? And if so what is it?
Yeah, Flac. I think they even have a Canadian translation, eh. :P Something like this on the command line will copy a group of .flac files and create .mp3 files.... for file in *.flac; do $(flac -cd "$file" | lame -h - YOURLOCATION/"${file%.flac}.mp3"); done I copied it from another site. You will need the flac codec and the lame encoder. HTH! -- kai -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
clarge wrote:
Is there a program to do the above? And if so what is it?
$> ffmpeg -i foo.flac -acodec mp3 -ar 192k foo.mp3 should do this, but I tried and failed to find out how to maintain the "tags" from the FLAC and use them as the MP3's ID3 tags. --Jason -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu January 10 2008 10:49:27 pm Jason Craig wrote:
clarge wrote:
Is there a program to do the above? And if so what is it?
$> ffmpeg -i foo.flac -acodec mp3 -ar 192k foo.mp3
should do this, but I tried and failed to find out how to maintain the "tags" from the FLAC and use them as the MP3's ID3 tags.
--Jason
This solution appears to address converting the tags, too. Flac to Mp3 Simplified for Linux. http://www.sklav.com/?q=node/4 *Disclaimer: This is a Google search result that I've reviewed and it looks good, but I won't get around to testing it until later on = caveat emptor! good luck & regards, Carl p.s. feedback would be great if it works for you... even with any 'fixes'. Thanks! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
clarge escribió:
Is there a program to do the above? And if so what is it?
there is a simple commend line utility that has worked for me try this zypper sa -r http://download.opensuse.org/repositories/home:/elvigia/openSUSE_10.3/home:e... zypper in flac2mp3 then... #flac2mp3.pl <sourcedir-with-flac> <destdir> WARNING: you need the packman repository added to your package manager as well, otherwise the tool will fail to install due to missing dependencies, opensuse itself cannot include the "lame" mp3 tool due to legal reasons. -- "The only thing that interferes with my learning is my education." - Albert Einstein Cristian Rodríguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 clarge wrote:
Is there a program to do the above? And if so what is it?
Soundkonverter works extremely well.. I use it for all my audio conversions, as it is a front end for most, if not all of the different formats. http://www.kde-apps.org/content/show.php/soundKonverter?content=29024&PHPSESSID=c5a406d0b4cbdd26f19cc0344665a230 - -- Quis custodiet ipsos custodes “To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public.” [Theodore Roosevelt] 1918 Adolph & Sharon Weidanz SuSE 10.1 '78 43' Endeavour Ketch Folding@Home Team 45 S/V Time To Paws -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFHiCe1lC+PSm9+eB0RAhNSAKCfBAKrnaXRrJk4jHYyG1akpKQKvgCgnwRK 64Jpz1VxbXqkH6Uweed3G08= =ZLiA -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (6)
-
Adolph & Sharon Weidanz
-
Carl Hartung
-
clarge
-
Cristian Rodríguez
-
Jason Craig
-
PerfectReign