Quantcast DVD2SVCD: Blindp, only YV12 and YUY2 Colorspace Supported? - digitalFAQ.com Forums [Archives]
  #1  
03-15-2006, 02:20 PM
eugenioturco eugenioturco is offline
Free Member
 
Join Date: Dec 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to eugenioturco
Hi
I use DVD2SVCD ver. 1.2.1 build 1 with new avisynth setup,and i have this error when I start "Preview Video":
BlindPP: Only YV12 and YUY2 colorspace supported
(C:\Programmi\DVD2SVCD\TEMP\preview.avs, line 4).
Why?
What is my problem?
Help me!!!!
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  
03-15-2006, 05:28 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Your problem is that your source is not in YV12 or YUY2. That means that this is not a DVD because they are in YV12. The colorspace is determined by the codec used to decode the video so change it or configure it to output in YV12 (preferably) or YUY2.

The last solution is to add a line "ConvertToYV12()" juste after the line where the source is loaded in the script.
Reply With Quote
  #3  
03-16-2006, 08:41 AM
eugenioturco eugenioturco is offline
Free Member
 
Join Date: Dec 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to eugenioturco
My script is:
0=Addborders(^sinistra,^alto,^destra,^basso)
1=BlindPP(cpu=4)
2=Blockbuster(method="noise",detail_min=1,detail_m ax=3,variance=0.1,seed=1)
3=Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
4=GripCrop(^TargetWidth+^BorderLeft+^BorderRight, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
5=GripSize(resizer="^resizer")
6=Undot()
7=TemporalSoften(2,7,7,3,2)
8=DCTFilter(1,1,1,1,1,1,0.5,0)
9=GripBorders()
10=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^sinistra=0
^alto=0
^destra=0
^basso=0
^overscan=1
^source_ana=false
^dest_ana=false
^resizer=LanczosResize

Where do I add the line exactly?
Thank you very much!!!
Reply With Quote
  #4  
03-16-2006, 09:21 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Before all these lines .
That mean that you have to give to it the number 0, and change all the others line numbers.


Note: D2S is far from being a convenient tool to do KVCD. I dropped it a couple of years ago.
Reply With Quote
  #5  
03-16-2006, 01:50 PM
eugenioturco eugenioturco is offline
Free Member
 
Join Date: Dec 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to eugenioturco
ok....but I am satisfied about my videos.....
what do you advice to me for substitution?
thank you very much!!!
Reply With Quote
  #6  
03-16-2006, 03:57 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The problem is in the prediction that is not accurate at all. And nothing replace the manual method. Absolutly nothing.
Reply With Quote
  #7  
03-16-2006, 05:26 PM
eugenioturco eugenioturco is offline
Free Member
 
Join Date: Dec 2003
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to eugenioturco
ok...infact my problem is in the prediction....but what is manual method?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Erro!!! Blind PP: Work in YV12 colorspace. Ajuda! Petso Conversão e Codificação de Vídeo (Português) 3 05-30-2004 11:32 PM
BLOCKBUSTER E BLINDPP COLORSPACE YV12 ncarlo Conversão e Codificação de Vídeo (Português) 3 12-17-2003 06:49 PM
Script Error - Blind PP: Work in YV12 colorspace? beany101uk Avisynth Scripting 13 12-15-2003 01:53 PM
Capturing Video - YUY2 vs YV12 ? nicksteel Video Capturing / Recording 0 09-26-2003 03:52 PM
Avisynth: YUY2, YV12 error? J-Wo Avisynth Scripting 11 07-03-2003 09:07 PM

Thread Tools



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