Log in

View Full Version : CCE avisynth script


zetasmack
9th March 2003, 07:37
When running a multipass vbr with cce 2.64 with an avisynth script CCE stops after pass #1 and creates a 0 byte .mpv file. It doesnt crash or freeze, it just stops and goes back to the main screen. I have no idea whats going on.

this is what the avs script looks like:

LoadPlugin("C:\WINDOWS\System32\mpeg2dec3.dll")
LoadPlugin("C:\WINDOWS\System32\decomb.dll")
Mpeg2Source("VTS__01_P01.6~9_1.d2v")
Telecide(guide=1)
Decimate(cycle=5)
ResampleAudio(44100)

I do not know much about avisynth and was also wondering if this looks good for an interlaced movie, or if i should it differently.

zetasmack
10th March 2003, 19:36
I solved my problem by switching to version 2.50 of CCE, no idea why, but it works now :)

Eyes`Only
11th March 2003, 17:56
Welcome to the wonders of 2.64... I too had weird issues like that and quickly switched back to good ol' reliable 2.50! :D

zetasmack
11th March 2003, 18:42
HAHA, i wish I had known that earlier, i spent like a week trying everything imaginable, one thing that i noticed worked was when i wrote my own avs instead of using dif4u, sometimes it would work just fine. whatever, im happy with 2.5 :)