View Full Version : CCE interlaced failed


hattia
28th July 2003, 01:44
I'm trying to deinterlace a NTSC FILM Interlaced to remove the weird effect as jagged edges, or the telltale fine horizontal lines in a scene with movement

I cannot get CCE2.5 to load successfully my .avs file which contains the following lines :

LoadPlugin("mpeg2dec.dll")
LoadPlugin("Decomb.dll")
mpeg2source("movie.d2v")
FieldDeinterlace()

I used DVD2AVI to generate my .d2v file.
I registrered the AviSynth208 version.


I put all my DLL files into the system32 directory.

Any clues ????


thanks

r6d2
28th July 2003, 02:00
This is an Avisynth usage question, hopefully a mod will move it there so some experts may help you better.

Anyway, try specifying the full path to the dlls. I no longer use Avisynth 2.0x but IIRC, alternatively you may specify a directory to store your dlls in order to have them "autoloaded".

Also check the dlls correspond to the Avisynth version you are using (I think Decomb should be decomb_legacy or something like that.)

Hope this helps.

slk001
28th July 2003, 21:15
you need to add:

Resampleaudio(48000)

hattia
29th July 2003, 03:54
resampleaudio ...doesn't fix anything !! :(

r6d2
29th July 2003, 16:01
Try loading the script in VirtualDub. Hopefully a message in red letters will give you a clue.