Hi guys,
I have an xvid movie I am trying to convert to DVD. I have run FitCD to create an AviSynth script to resize the movie so that CCE will resize it correctly with the aspect ratio. Movie has ac3 audio so that has been demuxed and this is just trying to encode the video.
My problem is that at work this all works fine and FitCD comes up with the following:
And the coversion in CCE is fine, correct size etc. Now at home, where I need to do the conversion, I get the following:
When encoded in CCE I get a video file with "ACM failed to suggest a compatible PCM Format" on it in big letters.
This is a newly upgraded pc with a fresh windows XP install and I have installed DivX3.11, XVid and FFDShow codecs.
Any ideas what is going on? I'm guessing this may be codec related but I thought I had the best combination.
Thanks
Mr E
I have an xvid movie I am trying to convert to DVD. I have run FitCD to create an AviSynth script to resize the movie so that CCE will resize it correctly with the aspect ratio. Movie has ac3 audio so that has been demuxed and this is just trying to encode the video.
My problem is that at work this all works fine and FitCD comes up with the following:
Code:
# -= AviSynth v2.5.5.0 script by FitCD v1.2.4 =- AVISource("C:\test\test.avi") BicubicResize(720,272,0,0.6,0,0,576,240) AddBorders(0,104,0,104) #Trim(0,201651).FadeOut(150)
Code:
# -= AviSynth v2.5.5.0 script by FitCD v1.2.4 =- AVISource("C:\test\test.avi") BicubicResize(672,256,0,0.6,0,0,576,240) AddBorders(24,112,24,112)
This is a newly upgraded pc with a fresh windows XP install and I have installed DivX3.11, XVid and FFDShow codecs.
Any ideas what is going on? I'm guessing this may be codec related but I thought I had the best combination.
Thanks
Mr E
Comment