2008-04-04, 09:44 PM
(This post was last modified: 2008-04-04, 10:09 PM by Bluethunder.)
Seems some of you are having luck with getting contig (defragger) to run in the post processing batch file.
Despite my best efforts.. I can't do make it work.
heres the batch file
cd C:\Program Files\devnz\gbpvr
echo %1 >>postprocessing.log
contig.exe -V %1 >>postprocessing.log
and the log file
"C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"
So I know post processing is running, but I get no output into the log file, and it doesn't defrag the file.
If I go into windows task mangler (manager), There is a contig,exe running, but at 0 cpu load. Since theres no output, I have no idea what its hanging on.
If I manually run
postprocessing "C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"
It works fine.
Thanks
Despite my best efforts.. I can't do make it work.
heres the batch file
cd C:\Program Files\devnz\gbpvr
echo %1 >>postprocessing.log
contig.exe -V %1 >>postprocessing.log
and the log file
"C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"
So I know post processing is running, but I get no output into the log file, and it doesn't defrag the file.
If I go into windows task mangler (manager), There is a contig,exe running, but at 0 cpu load. Since theres no output, I have no idea what its hanging on.
If I manually run
postprocessing "C:\gbpvr\recordings\The Simpsons\The Simpsons_20080404_15001530.mpg"
It works fine.
Thanks