Converting to WMA |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
Converting to WMA |
Dec 18 2010, 00:44
Post
#1
|
|
|
Group: Members Posts: 23 Joined: 30-November 09 Member No.: 75429 |
Is there a way to convert FLAC to WMA using foobar just like its possible to converto to mp3 ?
|
|
|
|
![]() |
Jan 5 2011, 15:39
Post
#2
|
|
|
Group: Members Posts: 12 Joined: 5-January 11 Member No.: 87076 |
Is there a way to convert FLAC to WMA using foobar just like its possible to converto to mp3 ? hello, since win7 MS decide to change from old WM9Encoder (COM based ) to the new Windows Media Encoder IWMEnc Interface. WME is afaik part of the Windows Media Player. therfor win7 user dont need to install WM9Encoder (dont work anny more). based on the BASS audio library http://www.un4seen.com/ i made a small console app that convert *.mp3;*.mp2;*.mp1;*.ogg;*.wav;*.aiff;*wma -> wma. the command line is the same as used by the known WMCmd.vbs / WME9.vbs eg. Encoder: WMAenc.exe Ext: wma Parameter: -a_codec WMASTD -a_setting Q50_44_2 -input "-" -output %d -input "-" = input from STD -input "%s" = foobar temp file -input "D:\myFile.mp3" = file -output %d = output file name (foobar variable) -output"D:\myFile.mp3" = output file name -a_setting Q50_44_2 = VBR 50% 44000 kbits 2 channel (use other supportet wma codecs if you want) -a_setting Q100_44_2 = lossless you use .\ WMAenc.exe .\Bass\bass.dll .\Bass\basswma.dll WMAenc.exe work on all win >= win2k on win2k - xp WM9Encoder.exe codecs from MS must be install onyour system (like for WMCmd.vbs / WME9.vbs) on win7 only the win7 Windows Media Player must be install. i am noob in dev plugins for foobar, so i need help from a dev to create a foobar plugin enviroment for the Converter Setup page (like the Flac GUI page). if some dev can help me, i can make a nice GUI Plugin for foobar. maybe some dev contact me. DOWNLOAD: WMAEncoder.zip This post has been edited by Merlin_de: Jan 5 2011, 16:15 |
|
|
|
OrcaMarinha Converting to WMA Dec 18 2010, 00:44
kode54 This topic has instructions for setting up the con... Dec 18 2010, 02:23
nbarzgar QUOTE (Merlin_de @ Jan 5 2011, 16:39) hel... Apr 17 2012, 17:33
tgckpg Good! Thanks! I'm using windows 7 and ... Jan 10 2011, 21:29
mudlord GUI component?
What do you need? Does it need to ... Jan 11 2011, 05:36
saivert It is because he didn't check for parameters i... Jan 11 2011, 19:47
eevan I tried this tool on x32 Win 7 Ultimate and got th... Jan 12 2011, 17:59
lvqcl QUOTE I'd like to know if anybody else get the... Jan 12 2011, 18:37
kode54 This is a limitation of the stream format used by ... Jan 12 2011, 23:25
eevan Thanks for clarification! Jan 13 2011, 00:38
Zin-Uru Very good! Thank you! Jan 20 2011, 14:56
Zin-Uru It seems like your encoder does not support 2-pass... Jan 21 2011, 08:10
dazzle Hi,
I have just tried the WMAenc.exe in EAC and i... Jan 21 2011, 12:09
Merlin_de QUOTE (Zin-Uru @ Jan 21 2011, 08:10)... Jan 22 2011, 00:58
dazzle Thank you for the answer - I just have to use mp3t... Jan 23 2011, 11:32
Steve Forte Rio Why does encoder can't work without bass libra... Jan 22 2011, 14:29
Merlin_de QUOTE (Steve Forte Rio @ Jan 22 2011, 14... Jan 22 2011, 15:43
Steve Forte Rio It is always more convenient to use only one execu... Jan 22 2011, 18:08
mudlord Most likely is a wrapper to the encoder/decoder DM... Jan 22 2011, 22:30
Ljubo44 is there any way to convert WAV 24-bit/96kHz 2CH t... Jan 22 2011, 23:51
Merlin_de QUOTE (Ljubo44 @ Jan 22 2011, 23:51) is t... Jan 23 2011, 00:36
Ljubo44 on Q98_96_2_24 after encoding i get wma on 337kbps... Jan 23 2011, 01:36
Apesbrain The only form of WMA that supports 24/96 is WMA Lo... Jan 23 2011, 02:46
mudlord QUOTE It is always more convenient to use only one... Jan 23 2011, 13:54
jaro1 QUOTE (mudlord @ Jan 23 2011, 13:54) QUOT... Jan 29 2011, 15:10
Merlin_de QUOTE (jaro1 @ Jan 29 2011, 15:10) It wil... Jan 31 2011, 02:29
Merlin_de WMAenc 0.1.0.2 beta released
changelog:
- fix cra... Jan 23 2011, 22:04
polemon Is there a Linux build of WMAenc? I mean something... Jan 25 2011, 13:32
dv1989 QUOTE (polemon @ Jan 25 2011, 12:32) I... Jan 25 2011, 13:45
polemon QUOTE (dv1989 @ Jan 25 2011, 13:45) From ... Jan 25 2011, 18:30
jaro1 Merlin or someone else who knows his command funct... Feb 20 2011, 11:05
lvqcl Works here:
WMAenc.exe -silent -input test.wav -ou... Feb 20 2011, 11:40
jaro1 In the case of fb2k, nothing has changed, so conve... Feb 20 2011, 12:41
lvqcl My OS is Win7 x64. Core2 2500 MHz, ~50 x realtime... Feb 20 2011, 13:28
jaro1 So, it seems it could be related to cpu architectu... Feb 20 2011, 15:50
Merlin_de QUOTE (jaro1 @ Feb 20 2011, 15:50) So, it... Feb 20 2011, 17:43
lvqcl What is the speed of WAV->FLAC converting? Feb 20 2011, 16:51
jaro1 I don't understand, how is Flac related with b... Feb 20 2011, 19:33
lvqcl A small command-line WMA encoder is available here... Aug 30 2011, 21:15
Nick.C Excellent - tried it with my 55 sample test set bo... Aug 30 2011, 21:47
lvqcl QUOTE (Nick.C @ Aug 31 2011, 00:47) It do... Aug 31 2011, 15:48
jaro1 Wow, many thanks, works fine here.
Only short no... Aug 30 2011, 22:52![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 05:20 |