flac to mp3, without gui and without temp wav file |
flac to mp3, without gui and without temp wav file |
Aug 23 2005, 19:52
Post
#1
|
|
![]() Group: Members Posts: 216 Joined: 26-March 05 Member No.: 20965 |
hi
is it possible to transcode from flac to mp3 without using any of the available gui's and without creating a wave file from the flac file first and then converting that wave file to mp3. i would like to understand how this can be done (if it can be done). Ax edit----------- basically, what command line could be used to do this? im guessing i would need to make use of the stdin and stdout? Thanks This post has been edited by AlexanderTG: Aug 23 2005, 19:59 |
|
|
|
![]() |
Aug 23 2005, 20:28
Post
#2
|
|
|
Group: Members Posts: 345 Joined: 5-August 03 Member No.: 8183 |
Sure it can be done in a win32 console window (Start | Run | cmd.exe)
Make sure flac.exe and lame.exe are in one of the directories in the %PATH% variable (or specify full path to them): CODE C:\> flac.exe -d --stdout myfile.flac | lame.exe --preset fast standard - myfile.mp3
|
|
|
|
Aug 24 2005, 00:13
Post
#3
|
|
|
Group: Members Posts: 120 Joined: 13-May 05 From: Albuquerque Member No.: 22035 |
QUOTE (AlexanderTG @ Aug 23 2005, 12:52 PM) is it possible to transcode from flac to mp3 without using any of the available gui's and without creating a wave file from the flac file first and then converting that wave file to mp3. QUOTE (tycho @ Aug 23 2005, 01:28 PM) Sure it can be done in a win32 console window (Start | Run | cmd.exe) Make sure flac.exe and lame.exe are in one of the directories in the %PATH% variable (or specify full path to them): CODE C:\> flac.exe -d --stdout myfile.flac | lame.exe --preset fast standard - myfile.mp3 I'll just add that your mp3's will be missing tags from your flac files if they had them. AFAIK, the only way to get them out is with metaflac... Mark |
|
|
|
AlexanderTG flac to mp3 Aug 23 2005, 19:52
Digisurfer foobar2000 0.8.3 (foo_flac 1.0.17) + LAME 3.96.1 w... Aug 23 2005, 20:11
NumLOCK Hi,
At least in linux, you can try something like... Aug 23 2005, 20:11
AlexanderTG does that mean it cant be done in a win32 environm... Aug 23 2005, 20:20
AlexanderTG cool that works!
so would i be right in sayin... Aug 23 2005, 20:40
tycho QUOTE (AlexanderTG @ Aug 23 2005, 11:40 AM)co... Aug 23 2005, 20:52
AlexanderTG thats excellent
while the commandline script was... Aug 23 2005, 21:14
gfngfgf Just a guess here, but MP3 and FLAC are designed f... Aug 23 2005, 22:10
Daffy Someone asked for something similar out of Lamedro... Aug 24 2005, 00:23
Mr_Rabid_Teddybear Same commandline a bit shorter:
CODEflac -dc myfil... Aug 24 2005, 00:46
DilbyŠ This is what you want, includes windows rightclick... Aug 24 2005, 00:59
Klyith Aargh, Dilby, I was just writing a how-to on batch... Aug 24 2005, 01:21
Mr_Rabid_Teddybear QUOTE (Klyith @ Aug 23 2005, 04:21 PM)Though ... Aug 24 2005, 01:39
Klyith QUOTE (Mr_Rabid_Teddybear @ Aug 23 2005, 08:3... Aug 24 2005, 02:56
legg a batch that would convert all flac files in a dir... Aug 24 2005, 03:10
Mr_Rabid_Teddybear QUOTE (legg @ Aug 23 2005, 06:10 PM)a batch t... Aug 24 2005, 03:52
legg [quote=Mr_Rabid_Teddybear,Aug 23 2005, 09:52 PM]
C... Aug 24 2005, 04:01![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 20:04 |