PDA

View Full Version : Avisynth Error


Theliel
15th September 2007, 00:13
Well, i'm desesperate now.

I have reinstalled my OS, Windows Vista, and now avisynth dont want to work any more.

"Please make sure its a valid script bla bla bla...
you can check the bla bla bla
If the former works and the latter doesnt, install a YV12 codec"

Well, my script work fine before format, so no script problems. I can open in VirtualDub perfectly too.

With Avisynth Script creator in Megui, I can choose the correct video (dv.avi for example) and the video are loaded well. But then, i save the script and its open automaticaly in megui and in this moment fault.

then i remembered YV12 codec, but neither helix nor xvid 1.1.3 work, or no YV12 codec problems.

I'd edited my registry:

vidc.yv12 = yv12vfw.dll (no work)
vidc.yv12 = xvidvfw.dll (no work)
vidc.yv12 = xvidcore.dll (no work)

only have installed, and in this order:

ffdshow -> latest clsid build
haali splitter -> latest
xvid -> 1.1.3
Avisinth -> 2.5.7 Alpha

With GraphEdit i can build a perfect graph for DV content or any other, so no codec problems.

Any idea?

thk in advanced

Wilbert
15th September 2007, 00:20
Could you post the script, open it directly in VirtualDub and post the error message (or do you get a black screen?)?

Most DV codecs output YUY2. Did you install huffyuv and set the vidc.yuy2 to huffyuv.dll (or whatever the name of the dll is)?

Theliel
15th September 2007, 00:29
Virtualdub can open the video perfectly :S
so.. the problems are only megui?
huffyuv dont solve nothing :(

DirectShowSource("D:\Paris1\1.avi",fps=25,audio=true)
edeintted = last.AssumeBFF().SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(order=0,edeint=edeintted)
ConvertToYV12()

Or

DirectShowSource("D:\Paris Final\2\1.mp4",fps=25,audio=false)

Virtualdub can open both without any problem.