chaumurky
7th October 2004, 06:51
Hi all. I have a batch file to which I associate my TP/TS captures for simple 1 pass transcoding by simply clicking on the file:
"C:\Program Files\ProjectX\ProjectX.jar" -o v:\Temp -n demux "%1"
"C:\Program Files\GordianKnot\VirtualDubMod\VirtualDubMod.exe" /s"C:\Program Files\GordianKnot\VirtualDubMod\settings.vcf" /p"V:\Temp\demux.mpv","W:\Capture\%~n1.avi" /r /x
del "V:\Temp\demux.*
del %1 /P
The problem is ProjectX, running in Java, doesn't accept filenames with spaces. My DTV software names captures with spaces so I'm forced to get out the keyboard and remove them before proceeding. Is anyone aware of a way to get around this while maintaining the 'one click' nature of what I'm trying to do. Any help would be greatly appreciated.
George.
"C:\Program Files\ProjectX\ProjectX.jar" -o v:\Temp -n demux "%1"
"C:\Program Files\GordianKnot\VirtualDubMod\VirtualDubMod.exe" /s"C:\Program Files\GordianKnot\VirtualDubMod\settings.vcf" /p"V:\Temp\demux.mpv","W:\Capture\%~n1.avi" /r /x
del "V:\Temp\demux.*
del %1 /P
The problem is ProjectX, running in Java, doesn't accept filenames with spaces. My DTV software names captures with spaces so I'm forced to get out the keyboard and remove them before proceeding. Is anyone aware of a way to get around this while maintaining the 'one click' nature of what I'm trying to do. Any help would be greatly appreciated.
George.