Yesterday i had to return my KodakKiosk to its original purpose, burn dvd instead of ripping, in order to make 80 coipes of a wedding movie.
Having a robot, not finding anything that support this task and not wanting to spend the weekend swapping discs, i've figured out a "Quick and Dirty" way to automate the process.
It is a group of 4 simple batch files that calls another BAT or do a command:
- load a disc
- start the brun
- unload a disc
all togheter with a fourth file to loop the process for X copies wanted.
ISO dvd can be burned on command line by several free tools, including ImgBurn, which is the one i've choosen because it allows for a lot of parameters, including /SPEED which for me is critical.
The -load and -unload part are exactly the ones used by BatchRipper for your robot, so every robot can use it.
Since i'm not even a trained monkey - never studied any prog.lang. - the batch files are not "elegant" code and for sure someone else can do it better, maybe on a single one that commands everything with a .ini file for parameters.
Anyway... it does its dirty job - that was my goal - if someone want it i'll post it somewhere.
Having a robot, not finding anything that support this task and not wanting to spend the weekend swapping discs, i've figured out a "Quick and Dirty" way to automate the process.
It is a group of 4 simple batch files that calls another BAT or do a command:
- load a disc
- start the brun
- unload a disc
all togheter with a fourth file to loop the process for X copies wanted.
ISO dvd can be burned on command line by several free tools, including ImgBurn, which is the one i've choosen because it allows for a lot of parameters, including /SPEED which for me is critical.
The -load and -unload part are exactly the ones used by BatchRipper for your robot, so every robot can use it.
Since i'm not even a trained monkey - never studied any prog.lang. - the batch files are not "elegant" code and for sure someone else can do it better, maybe on a single one that commands everything with a .ini file for parameters.
Anyway... it does its dirty job - that was my goal - if someone want it i'll post it somewhere.
Comment