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? |
|
|
|
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
yourlord I was going to say that little script wouldn't... Dec 5 2012, 23:58
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: 23rd May 2013 - 11:05 |