Quantcast Avisynth: Error-Deen Need a YV12 Input - digitalFAQ.com Forums [Archives]
  #1  
09-12-2003, 09:46 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
This error comes up when trying to play my avs. file in WMP (AviSynth 2.52)

deen need a YV12 input

Here's my script
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-12-2003, 10:22 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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 )
Reply With Quote
  #3  
09-21-2003, 11:36 PM
VaioVcd VaioVcd is offline
Free Member
 
Join Date: Jan 2003
Location: Los Angeles
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
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!!!
Reply With Quote
  #4  
09-21-2003, 11:38 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
are you using divx codec?
change to xvid and try!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
BeSweet: Error 58 - Unknown Input-File Format rs008f Audio Conversion 5 03-01-2004 07:28 PM
Script Error - Blind PP: Work in YV12 colorspace? beany101uk Avisynth Scripting 13 12-15-2003 01:53 PM
Avisynth: New version of Deen() Boulder Avisynth Scripting 0 12-07-2003 04:10 AM
Avisynth: YUY2, YV12 error? J-Wo Avisynth Scripting 11 07-03-2003 09:07 PM
BBMpeg: Error reading an input file syk2c11 Video Encoding and Conversion 5 09-17-2002 08:15 PM

Thread Tools



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