Preamble:
We are down to the final stages for creating a school-play dvd. Editing is almost done, discs are printed and ready. Just need to burn the dvd's now. However, doing our pencil calculations, if we burned every disc with our production computer ( Apple G5 , taking a estimated 10-20 minutes ) we don't really have enough time to finish all the DVD's ( 100 or so ) before deadline. ( 11 hours away ).
The solution to this problem is to include my linux laptop into the burning process to reduce the workload.
So my question is:
If I had one DVD ( no security encryptions or licencing issues ) and I wanted to make 20 perfect copies really fast. What tools would I need and and what how would I use them? Would prefer command line here.
Bonus question:
Any tips on speeding up the Apple's Burn Proccess? Using Pro Studio 4.
bs=10M
(±1 order of magnitude) to thedd
command line is likely to make it observably faster. – Gilles 'SO- stop being evil' Nov 29 '10 at 20:06growisofs -dvd-compat -Z /dev/dvd=saved.iso
. If you've already burned some disks without-dvd-compat
, you can fix them withgrowisofs -dvd-compat -M /dev/dvd=/dev/zero
. – ephemient Nov 29 '10 at 21:14