Hello All,
I am looking for a program that will let me add a list of MP3 speeches (1.mp3, 2.mp3, 3.mp3..etc.) and create an audio CD from each mp3.
So I would put all the files in the queue and tell it to start..it would burn 1.mp3 to an audio cd then eject...then I'd put another cd in and it would burn 2.mp3 and eject..and so on.
Anything like that out there? Or a script I could write to do it? I'm no stranger to .bat files.
+ Reply to Thread
Results 1 to 2 of 2
-
-
This is a bit down and dirty.
Place each mp3 in a folder of the same name.
i.e. speech1.mp3 in folder speech1
Use mkisofs.exe to create an ISO of the contents of each folder.
Use growisofs.exe to burn the ISO files to disc.
Some research on both programs will be needed.
DVDStyler uses both for the making of ISOs then burning the ISOs to DVDs.
Downloadload and install DVDStyler; go to Configuration/Settings. Under the core tab you will find the basics.
( DVDStyler uses it's own definitions, starting with the $ symbol, for parameters to be passed to the program.)
You can also grab the two programs from the DVDStyler \bin folder.
Once you can do it to one folder (speech1) from a single line batch file then creating a more complicated batch file should be fairly easy.
I've never used growisofs.exe.
This is the command line I use to make an ISO of a folder's contents for a BartPE bootable disk:
Code:mkisofs.exe -iso-level 4 -volid "BartPE" -b bootsect.bin -no-emul-boot -boot-load-size 4 -hide bootsect.bin -hide boot.catalog -o "C:\pebuilder3110a\pebuilder.iso" "C:\pebuilder3110a\BartPE"
Last edited by pcspeak; 24th Feb 2012 at 00:11.
Similar Threads
-
Can I batch process some mp3's with Audacity to make them louder?
By snafubaby in forum AudioReplies: 2Last Post: 10th May 2011, 13:24 -
batch conversion of mp3 files
By z999 in forum AudioReplies: 2Last Post: 14th Mar 2010, 13:33 -
batch convert Apple AIFs to MP3
By geneaum in forum AudioReplies: 6Last Post: 6th Sep 2008, 19:59 -
MP3 batch converter wanted...
By snadge in forum AudioReplies: 4Last Post: 31st May 2008, 03:19 -
Burning mp3 audio files onto a DVD
By DKRoff in forum AudioReplies: 4Last Post: 23rd Oct 2007, 05:05