Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Rip To Wma (Read 4521 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Rip To Wma

ok my problem is im on Windows 7 64 bit ultimate , this use to work on Windows xp pro not anymore ,can not rip with foobar or re-encode to wma using the Wmcmd script anymore , a massage comes  out telling me it stoped prematurely error. maybe im using the wrong commandline  can anybody help me with this. thank you

Rip To Wma

Reply #1
Here's mine:

[SYSTEM]\cscript.exe "[PROGRAM_FILES]\Windows Media Components\Encoder\WMCmd.vbs" -input "[SOURCE]" -output "[DESTTMP]" -a_codec WMALSL -a_mode 2 -a_setting Q100_44_2_16 -author "[ARTIST]" -album "[ALBUM]" -title "[TITLE]" -trackno "[TRACKPADDED]" -year "[YEAR]" -genre "[GENRE]"

The fields in brackets are passed from EAC (except for the first two which are Windows environment variables).

Rip To Wma

Reply #2
Here's mine:

[SYSTEM]\cscript.exe "[PROGRAM_FILES]\Windows Media Components\Encoder\WMCmd.vbs" -input "[SOURCE]" -output "[DESTTMP]" -a_codec WMALSL -a_mode 2 -a_setting Q100_44_2_16 -author "[ARTIST]" -album "[ALBUM]" -title "[TITLE]" -trackno "[TRACKPADDED]" -year "[YEAR]" -genre "[GENRE]"

The fields in brackets are passed from EAC (except for the first two which are Windows environment variables).


i can follow you on this , is this the commandline for foobar or EAC.  i appreciate this. i dont know what to do with it, give me more detail on it. THANK YOU...

Rip To Wma

Reply #3
i can follow you on this , is this the commandline for foobar or EAC.  i appreciate this. i dont know what to do with it, give me more detail on it. THANK YOU...


I'm not really sure what you are asking for so I'll just give you an example:

C:\WINDOWS\system32\cscript.exe "C:\Program Files\Windows Media Components\Encoder\WMCmd.vbs" -input "15 - Anarchy In The U.K..wav" -output "15 - Anarchy In The U.K..wma" -a_codec WMALSL -a_mode 2 -a_setting Q100_44_2_16 -author "Motley Crue" -album "Decade Of Decadence '81-'91" -title "Anarchy In The U.K." -trackno "15" -year "1991" -genre "Hard Rock"

 

Rip To Wma

Reply #4
i can follow you on this , is this the commandline for foobar or EAC.  i appreciate this. i dont know what to do with it, give me more detail on it. THANK YOU...


I'm not really sure what you are asking for so I'll just give you an example:

C:\WINDOWS\system32\cscript.exe "C:\Program Files\Windows Media Components\Encoder\WMCmd.vbs" -input "15 - Anarchy In The U.K..wav" -output "15 - Anarchy In The U.K..wma" -a_codec WMALSL -a_mode 2 -a_setting Q100_44_2_16 -author "Motley Crue" -album "Decade Of Decadence '81-'91" -title "Anarchy In The U.K." -trackno "15" -year "1991" -genre "Hard Rock"

Thank You ...