Jump to content

Recommended Posts

Posted

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

Posted
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.

Posted

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.

Posted

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. :)

  • Thanks 2
Posted

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.

Posted
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 :) .

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...