Log in

View Full Version : CCE 2.5 can't handle AVCSource in avisynth?


marcio
7th December 2009, 04:08
LoadPlugin("DGAVCDecode.dll")
AVCSource("C:\d\a.dga")
lanczos4resize(720,352)
addborders(0,64,0,64)
ConvertToYUY2()

When I try to open that script, my CCE 2.5 fails (crash).
CCE 2.7 will open it without any issue.

Looks like it is the AVCSource thing, since other avisynth scripts (avisource, mpeg2source, etc) will open just fine with my CCE 2.5.

Is this a known issue? Is there a way arround?

RunningSkittle
7th December 2009, 04:17
try FFVideoSource() from ffmpegsource2 (FFMS2)
http://code.google.com/p/ffmpegsource/

Guest
7th December 2009, 14:01
Why can't you just use CCE 2.7?