Help me with a batch script for WAV and FLAC to MP3 conversion, Anyone savvy in command prompt? |
Help me with a batch script for WAV and FLAC to MP3 conversion, Anyone savvy in command prompt? |
Dec 5 2012, 00:08
Post
#1
|
|
|
Group: Members Posts: 5 Joined: 2-December 12 Member No.: 104931 |
I would like to have a batch script for converting wav and flac files to mp3 using preset lame switches, copy flac tags and put the resulting files in a folder within the original folder. I'd also like to be able to just drag a folder or file on top of that script to execute it.
Is that something that can be done? If it is, could someone at least make me an outline of such script? |
|
|
|
![]() |
Dec 5 2012, 23:58
Post
#2
|
|
|
Group: Members Posts: 144 Joined: 1-March 11 Member No.: 88621 |
I was going to say that little script wouldn't preserve tags.
Only thing I can think of really quick is use metaflac to read tags, parse and store them in variables, then use flac to decode and pipe to lame called with those tags defined on it's command line. I could write that if I cared enough, but I rarely use mp3 and if I do I generally batch convert using soundconverter or soundkonverter. |
|
|
|
aax Help me with a batch script for WAV and FLAC to MP3 conversion Dec 5 2012, 00:08
kwanbis I would do that with foobar2000. Dec 5 2012, 01:43
aax I know, but I'd prefer to do it without any so... Dec 5 2012, 02:26
julf What OS? Dec 5 2012, 22:09
J.Philippe flac -d *.flac
for f in *.wav; do lame -V 0 ... Dec 5 2012, 23:14
aax Win 7.
And how about keeping tags? I suppose I ne... Dec 5 2012, 23:36
J.Philippe No clue. I use foobar. Dec 5 2012, 23:44
greynol http://www.hydrogenaudio.org/forums/index....mp;#e... Dec 6 2012, 01:00
aax OK, I've found these FLAC Transcoder scripts a... Dec 6 2012, 23:10
aax Is there a way to specify to write image as front ... Dec 10 2012, 01:11![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 14:00 |