digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Strange error with UnDot.dll and AviSynth 2.52 (http://www.digitalfaq.com/archives/avisynth/3915-strange-error-undotdll.html)

GetUp 06-08-2003 06:17 PM

Strange error with UnDot.dll and AviSynth 2.52
 
I try to encode my divx avi (3 parts) to kvcd and got strange error :
UnDot: Supports YUY2 color format only
The .avs looks like this :
Code:

## Main section and static filters ###
AviSource("E:/movies/a2_CD1.avi","E:/movies/a2_CD2.avi","E:/movies/a2_CD3.avi")
KillAudio()
#
undot()
Limiter()

and more...
Is UnDot.dll compatible with AviSynth 2.52?

kwag 06-08-2003 06:53 PM

Re: Strange error with UnDot.dll and AviSynth 2.52
 
Quote:

Originally Posted by GetUp
I try to encode my divx avi (3 parts) to kvcd and got strange error :
UnDot: Supports YUY2 color format only
The .avs looks like this :
Code:

## Main section and static filters ###
AviSource("E:/movies/a2_CD1.avi","E:/movies/a2_CD2.avi","E:/movies/a2_CD3.avi")
KillAudio()
#
undot()
Limiter()

and more...
Is UnDot.dll compatible with AviSynth 2.52?

Add ConvertToYUY2() after your AviSource line.

-kwag

GetUp 06-09-2003 05:02 AM

Re: Strange error with UnDot.dll and AviSynth 2.52
 
Quote:

Originally Posted by kwag

Add ConvertToYUY2() after your AviSource line.

-kwag

I try it before :) And got more stranger error -
Plane Difference: Only planar (as YV12) supported!
((ScriptClip), line 1)

:?:

jorel 06-09-2003 05:52 AM

hi GetUp,

did you install avisynth 252 with ffvfw?
from changelist:
"* Added light version of "ffvfw" to the installer.
No "Cannot locate decompressor (YV12)" messages."

read and download:
http://www.kvcd.net/forum/viewtopic.php?t=4266
:wink:

GetUp 06-09-2003 06:31 AM

Quote:

Originally Posted by jorel
hi GetUp,

did you install avisynth 252 with ffvfw?
from changelist:
"* Added light version of "ffvfw" to the installer.
No "Cannot locate decompressor (YV12)" messages."

read and download:
http://www.kvcd.net/forum/viewtopic.php?t=4266
:wink:

Hi, Jorel :)
And this i did before :)))
Ok, i'll try to reinstall once again.....
No, no changes...
May be i need tweak some stuf in FFVFV config?

GetUp 06-09-2003 07:06 AM

Re: Strange error with UnDot.dll and AviSynth 2.52
 
Quote:

Originally Posted by GetUp
Quote:

Originally Posted by kwag

Add ConvertToYUY2() after your AviSource line.

-kwag

I try it before :) And got more stranger error -
Plane Difference: Only planar (as YV12) supported!
((ScriptClip), line 1)

:?:

Hmm.....now I'm add another ConvertTo line...
looks stupid but works:

Code:

KillAudio()
#
ConvertToYUY2()
undot()
ConvertToYV12()
Limiter()
asharp(2, 4)

Is double conversion impact quality&speed TOO much?


All times are GMT -5. The time now is 08:38 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.