2005-01-11, 09:17 PM
I would probably do the free route. Just so it is a universal solution.
I do have a suggestion though.
Can we create a batch file that burns the dvd that the plugin invokes instead of the plugin shelling each call see below.
%1 mpg
%2 DVDDIR
newfile we should delete as the last step.
mpgtx.exe -d %1.mpg
mplex -f 8 -o newfile.mpg chunk-0.m2v chunk-0.mp2
dvdauthor -o [%2] -f newfile.mpg
dvdauthor -o [%2] -T
mkisofs -o imagename.iso [%2]
del newfile.mpg
del chunk-0.m2v
del chunk-0.mp2
The logic is as follows. If you have a divx show that they want to transcode back they can put that step in.
If they want to use videoredos command line interface that takes the comskip.txt file and removes the commercials then saves the mpeg back they can do that before starting the burn.
I do have a suggestion though.
Can we create a batch file that burns the dvd that the plugin invokes instead of the plugin shelling each call see below.
%1 mpg
%2 DVDDIR
newfile we should delete as the last step.
mpgtx.exe -d %1.mpg
mplex -f 8 -o newfile.mpg chunk-0.m2v chunk-0.mp2
dvdauthor -o [%2] -f newfile.mpg
dvdauthor -o [%2] -T
mkisofs -o imagename.iso [%2]
del newfile.mpg
del chunk-0.m2v
del chunk-0.mp2
The logic is as follows. If you have a divx show that they want to transcode back they can put that step in.
If they want to use videoredos command line interface that takes the comskip.txt file and removes the commercials then saves the mpeg back they can do that before starting the burn.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage