mmgrover
28th September 2002, 00:03
I am wondering if anybody can shed some light on a problem
I am having with the function SetMemorymax()?
with the following script:
SetMemorymax(32)
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.DLL")
Mpeg2Source("M:\Rambo III\Rambo III.d2v")
BilinearResize(480,480)
ResampleAudio(44100)
When CCE 2.5 tries to encode the movie, all I get is black frames with red zig zaggy lines at the bottom.
I tried the same script, dll's (all the same files infact) at work
on my PII 800 machine, and it worked good. any Ideas?
My machine here is a P4 2.2g with 1.5 gig of ram.
mike
I am having with the function SetMemorymax()?
with the following script:
SetMemorymax(32)
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC.DLL")
Mpeg2Source("M:\Rambo III\Rambo III.d2v")
BilinearResize(480,480)
ResampleAudio(44100)
When CCE 2.5 tries to encode the movie, all I get is black frames with red zig zaggy lines at the bottom.
I tried the same script, dll's (all the same files infact) at work
on my PII 800 machine, and it worked good. any Ideas?
My machine here is a P4 2.2g with 1.5 gig of ram.
mike