ricflairandy
12th June 2004, 21:02
I have an xvid , with ac3 audio. Im trying to convert this using cce and avs to an mpeg 2.
The avs script i am using is
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("D:\done\dmd-coldmtn-cd1.avi",false)
LanczosResize(720,288,12,0,584,256)
AddBorders(0,96,0,96)
#Trim(0,108692).FadeOut(150)
ResampleAudio(44100) # also a CCE 2.5 'crashfix' for Athlons
Works fine for all other videos i have done that do not have ac3 audio, bt for some reason this one is crashying cce. In the past when i have had one with ac3 audio the ",false" tag has usually let cce use it fine. CCE just freezes now though.
Can anyone help?
The avs script i am using is
#LoadPlugin("D:\PathOf\AnyPlugin.dll")
AviSource("D:\done\dmd-coldmtn-cd1.avi",false)
LanczosResize(720,288,12,0,584,256)
AddBorders(0,96,0,96)
#Trim(0,108692).FadeOut(150)
ResampleAudio(44100) # also a CCE 2.5 'crashfix' for Athlons
Works fine for all other videos i have done that do not have ac3 audio, bt for some reason this one is crashying cce. In the past when i have had one with ac3 audio the ",false" tag has usually let cce use it fine. CCE just freezes now though.
Can anyone help?