Quantcast Script Error - Blind Pp: Work in YV12 Colorspace? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
10-11-2003, 11:29 AM
beany101uk beany101uk is offline
Free Member
 
Join Date: May 2003
Location: UK
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
This is the script I am using converting a divx film. The film is encoded using the Microsoft MPEG 4 V2 codec.

AviSource("C:\Program Files\eMule\Incoming\film_A.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
GripCrop(704, 576, overscan=2, source_anamorphic=false, dest_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
converttoyuy2()
Sampler(Length=15)

I get the following error when I view it in VirtualDub:

Blind PP: Work in YV12 colorspace.

Any help would be greatly appreciated, thanks.
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  
10-11-2003, 12:09 PM
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
Look at this thread

http://www.kvcd.net/forum/viewtopic.php?t=6292
Reply With Quote
  #3  
10-11-2003, 12:43 PM
Markymoo Markymoo is offline
Free Member
 
Join Date: Aug 2003
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Hiya

You need to insert ConvertToYV12() after AVISource line before BlindPP
Reply With Quote
  #4  
10-11-2003, 02:14 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
NO ! You need to UPDATE your codecs !

Last Xvid codec and Divx one since 5.05 decode movie directly in YV12. So you NEVER need to use a "convertToYV12" line.
Reply With Quote
  #5  
11-26-2003, 06:29 AM
mistermickster mistermickster is offline
Free Member
 
Join Date: Jul 2003
Location: Blighty, PAL Land
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil,

I'm getting the same error.

What codecs should I use
__________________
MisterMickster
Reply With Quote
  #6  
11-26-2003, 07:04 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by mistermickster
Hi Phil,

I'm getting the same error.

What codecs should I use
I personally use Nic's Xvid codec and Divx 5.05.

You can find both here :

www.codec-download.com/

Be carreful : you have to confiugure them to provide YV12 (by default they do YUY2). In Xvid confguration panel you have to set "output colorspace" to "force YV12", and in divx5.05 you must check "enhanced YV output" (something like this).
Reply With Quote
  #7  
12-03-2003, 07:50 AM
mistermickster mistermickster is offline
Free Member
 
Join Date: Jul 2003
Location: Blighty, PAL Land
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Be carreful : you have to confiugure them to provide YV12 (by default they do YUY2). In Xvid confguration panel you have to set "output colorspace" to "force YV12", and in divx5.05 you must check "enhanced YV output" (something like this).
Sorry Phil

How do I get the Xvid and divx configuration panels
__________________
MisterMickster
Reply With Quote
  #8  
12-03-2003, 08:29 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
If you installed the codecs manually, there is a configuration link somehwehre in the windows menu.

If you use a codec pack, you can open the config panel while looking the video with zoomplayer (right clock -> filter information).

Or you can use the tool dxman from analogx.
Reply With Quote
  #9  
12-12-2003, 08:13 AM
mistermickster mistermickster is offline
Free Member
 
Join Date: Jul 2003
Location: Blighty, PAL Land
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
I've cured it


Quote:
If you use a codec pack, you can open the config panel while looking the video with zoomplayer (right clock -> filter information).

Or you can use the tool dxman from analogx
Couldn't get these to open any configs

Installed the Gordian Knot pack, changed the "enhanced YV output" setting on Divx 5.05.

Had to uninstall Divx 3.11 though for the avi to use the new codec

If GSpot says there is more than one compatible codec installed, can you choose which one to use
__________________
MisterMickster
Reply With Quote
  #10  
12-12-2003, 08:31 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by mistermickster
If GSpot says there is more than one compatible codec installed, can you choose which one to use
You can but it so difficult I wouldn't recommand it to you.

If you want to have a look on that, use zoomplayer and go to the "Graphedit filter configuration" panel" You will see that each codec is referenced under windows with a "merit number" that tells to the system wich codec should be use according to the format of the media.
Reply With Quote
  #11  
12-12-2003, 09:23 AM
mistermickster mistermickster is offline
Free Member
 
Join Date: Jul 2003
Location: Blighty, PAL Land
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Thnx m8,

Helpful as always
__________________
MisterMickster
Reply With Quote
  #12  
12-15-2003, 06:58 AM
mistermickster mistermickster is offline
Free Member
 
Join Date: Jul 2003
Location: Blighty, PAL Land
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil,

Ok, so now I don't get a script error, but what I do get is people with blue faces

Do I need to add a 'ConvertToxxxx()' line at the end of my script? How do I know what to convert to ?
__________________
MisterMickster
Reply With Quote
  #13  
12-15-2003, 11:52 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
After your
AviSorce(xxxx.avi)
line put
SwapUV()
line.
Reply With Quote
  #14  
12-15-2003, 01:53 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Abond advice is okay but is far better to ipdate your Xvid codec.
This blueish face is corrected wince some release now.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: BlindP, Only YV12 and YUY2 colorspace supported? eugenioturco Video Encoding and Conversion 6 03-16-2006 05:26 PM
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
Error on script - Blind pp:need mod 16 height? khusru Avisynth Scripting 11 02-18-2004 12:05 PM
BLOCKBUSTER E BLINDPP COLORSPACE YV12 ncarlo Conversão e Codificação de Vídeo (Português) 3 12-17-2003 06:49 PM
Avisynth: YUY2, YV12 error? J-Wo Avisynth Scripting 11 07-03-2003 09:07 PM




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