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.
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.