(I've deleted all required info, since this questions isn't directly related to MP support, though of course it involves MP)
(I hope this is in the correct forum, wasn't sure which one to use)
Hi
I am surprised there seems to be very little mention of ProjectX tools or similiar to help repair .ts files to correct problems with audio sync and to cut the files.
I have sucessfully used ProjectX via the GUI, but was hoping to write a windows batch script to use ProjectX to clean the .ts file and repair errors. I was also thinking about using it to cut out adverts via a file produced by comskip, but that is for later.
Has anyone had any luck using ProjectX via a batch file, called after MP has finished recording via the Comskip plugin??? If so, what command do you use?
The nearest I had found was:
start "Demultiplexing %~1" /WAIT /LOW /MIN "C:\scripts\comskip\projectX\ProjectX.jar" -out "%TEMP%\rec2mpg" "%~1" -ini "%TEMP%\X.ini" -tots
But it wasn't very reliable and seemed to save files in strange places (for example, it WOULD NOT save the output file in "%TEMP%\rec2mpg" as the option asks for).
Any comments?
(I hope this is in the correct forum, wasn't sure which one to use)
Hi
I am surprised there seems to be very little mention of ProjectX tools or similiar to help repair .ts files to correct problems with audio sync and to cut the files.
I have sucessfully used ProjectX via the GUI, but was hoping to write a windows batch script to use ProjectX to clean the .ts file and repair errors. I was also thinking about using it to cut out adverts via a file produced by comskip, but that is for later.
Has anyone had any luck using ProjectX via a batch file, called after MP has finished recording via the Comskip plugin??? If so, what command do you use?
The nearest I had found was:
start "Demultiplexing %~1" /WAIT /LOW /MIN "C:\scripts\comskip\projectX\ProjectX.jar" -out "%TEMP%\rec2mpg" "%~1" -ini "%TEMP%\X.ini" -tots
But it wasn't very reliable and seemed to save files in strange places (for example, it WOULD NOT save the output file in "%TEMP%\rec2mpg" as the option asks for).
Any comments?