digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   DVD2SVCD: BlindP, Only YV12 and YUY2 colorspace supported? (http://www.digitalfaq.com/archives/encode/14162-dvd2svcd-blindp-yv12.html)

eugenioturco 03-15-2006 02:20 PM

DVD2SVCD: BlindP, Only YV12 and YUY2 colorspace supported?
 
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!!!!

Dialhot 03-15-2006 05:28 PM

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.

eugenioturco 03-16-2006 08:41 AM

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!!!

Dialhot 03-16-2006 09:21 AM

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.

eugenioturco 03-16-2006 01:50 PM

ok....but I am satisfied about my videos.....
what do you advice to me for substitution?
thank you very much!!!

Dialhot 03-16-2006 03:57 PM

The problem is in the prediction that is not accurate at all. And nothing replace the manual method. Absolutly nothing.

eugenioturco 03-16-2006 05:26 PM

ok...infact my problem is in the prediction....but what is manual method?


All times are GMT -5. The time now is 05:09 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.