digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: ERROR-deen need a YV12 input (http://www.digitalfaq.com/archives/avisynth/5550-avisynth-error-deen.html)

Wolfi 09-12-2003 09:46 AM

ERROR-deen need a YV12 input
 
This error comes up when trying to play my avs. file in WMP (AviSynth 2.52) :arrow:

deen need a YV12 input

Here's my script :arrow:
Code:

LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\MPEG2Dec3.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\blockbuster.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\Deen.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\GripFit_YV12.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\UnDot.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\TemporalCleaner.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\DctFilter.dll")
LoadPlugin("D:\Video Tools\Dll\AviSynth 2.5\VSFilter.dll")

AviSource("D:\XXXXXXXXXXXXXX.avi",false)

ConvertToYUY2()
Blockbuster(method="noise",detail_min=1,detail_max=8,variance=0.3,seed=5823)
Deen()
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.5,seed=5623)
GripBorders()
TextSub("D:\24\subtitle.srt")

So how should the "deen" line be written?

And can you see some other errors exept the deen line? Do I need some other LoadPlugins?

//Wolfi

Dialhot 09-12-2003 10:22 AM

Remove the line ConverToYUY2 !!!

You convert the color space in YUY2 with this line and just after you are surprised to seen that deen complains about not being in YV12 color space :-)

And put some values in line Gripcrop for WITH and HEIGHT. How do you want the script to guess xhich resolution you want to obtain ? :-)

Note: I edited your post to remove the name of the avi. Be carrefull !

Note2: put all your plugins in the plugins directory of avisynth and remove all the useless "loadplugin lines (I wonder if I should put this in my signature ;-))

VaioVcd 09-21-2003 11:36 PM

Same Problem
 
I have the same problem with Deen
You said to remove the ConvertToYUY2() line ok,,
Well if we remove this line than we get this error,, well i at least i do:
Blockbuster Clip must be YUY2 or YV12 format

So now what can we do to fix this problem and encode our movies!!
HELP!!!

jorel 09-21-2003 11:38 PM

are you using divx codec?
change to xvid and try!
:wink:


All times are GMT -5. The time now is 06:50 PM  —  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.