Torrevez Posted December 1, 2011 Posted December 1, 2011 I have been asked to burn 80 DVD's of videos and photos from Summer Camp. I do not have a dedicated DVD duplicator but I can throw a PC's together with 5 DVD burners in it. Is there any software out there that will make it act like a DVD duplicator, so I just have to swap the discs when it ejects them and it will do the rest. Thanks Daniel
john Posted December 1, 2011 Posted December 1, 2011 I have been asked to burn 80 DVD's of videos and photos from Summer Camp. I do not have a dedicated DVD duplicator but I can throw a PC's together with 5 DVD burners in it. Is there any software out there that will make it act like a DVD duplicator, so I just have to swap the discs when it ejects them and it will do the rest. Thanks Daniel Nero's pro / enterprise license used to allow you to burn multiple copies using multiple burners, but it was with a paid for pro or even enterprise version not the OEM copy you got with the drives.
CyberNerd Posted December 1, 2011 Posted December 1, 2011 is this a vampire thread from 1998? What's wrong with putting it on your VLE, with a password for parents? Burning 80 dvd's sounds like a crazy way of distributing video.
Arthur Posted December 2, 2011 Posted December 2, 2011 ImgBurn should do the trick if you open five separate instances of the program where each one burns sixteen discs. To automate the process, try the following in a batch file (change drive letters and paths if required). @echo off Set BurnDir=[color="#FF0000"]%ProgramFiles%\ImgBurn[/color] Start "" "%BurnDir%\ImgBurn.exe" /MODE WRITE /SRC "[color="#FF0000"]C:\SummerCampDVD.iso[/color]" /DEST [color="#FF0000"]V:[/color] /COPIES 16 /SPEED MAX /VERIFY NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA Start "" "%BurnDir%\ImgBurn.exe" /MODE WRITE /SRC "[color="#FF0000"]C:\SummerCampDVD.iso[/color]" /DEST [color="#FF0000"]W:[/color] /COPIES 16 /SPEED MAX /VERIFY NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA Start "" "%BurnDir%\ImgBurn.exe" /MODE WRITE /SRC "[color="#FF0000"]C:\SummerCampDVD.iso[/color]" /DEST [color="#FF0000"]X:[/color] /COPIES 16 /SPEED MAX /VERIFY NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA Start "" "%BurnDir%\ImgBurn.exe" /MODE WRITE /SRC "[color="#FF0000"]C:\SummerCampDVD.iso[/color]" /DEST [color="#FF0000"]Y:[/color] /COPIES 16 /SPEED MAX /VERIFY NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA Start "" "%BurnDir%\ImgBurn.exe" /MODE WRITE /SRC "[color="#FF0000"]C:\SummerCampDVD.iso[/color]" /DEST [color="#FF0000"]Z:[/color] /COPIES 16 /SPEED MAX /VERIFY NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA I like CyberNerd's suggestion. It's far easier. 2
Torrevez Posted December 2, 2011 Author Posted December 2, 2011 If we had a VLE a would certainly upload it there. As it stands at the moment we don't, it may be somthing we look into introducing next year. Thanks for the help guys, imgburn looks like the best option for now.
Chris_ Posted December 2, 2011 Posted December 2, 2011 When I had to duplicate and print 300 CD's I just got an AV company to do it for me. They have the equipment to do it all very quickly and it wasn't too expensive either .
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now