View Full Version : Loading AVI video script into CCTSP


Knoxy
4th August 2003, 21:04
Please ignore this POST as I have now corrected the problem!

Hi,

I'm using AviSynth version 2.52 and have split the video and audio on a Divx film. So i'm now trying to create a MPV file by loading the script into CCTSP version 2.67.00.10

I tried to preview the video file(without audio) via bsplayer and everything was fine before loading into CCTSP but keep getting an error message from CCTSP "The file panic.avi is being used by another process" this happens just as it has completed encoding. I know I have nothing running in the background so I dont know why this message is appearing!. I want to convert this file into a DVD compliant file! Find below a copy of the script that I tried using.. Is it possibly my script file that CCTSP doesnt like or is there a possible bug between Avisynth and CCTSP? Or should trick CCTSP into thinking there is audio in the file? and if so what scrpit should I use?

AVIsource("C:Panic.avi")
BicubicResize(720,300)
ConvertToYUY2()
convertfps(25);)