Quantcast BlindPP Error - Mod16 Height? - digitalFAQ.com Forums [Archives]
  #1  
09-17-2003, 05:38 AM
zes zes is offline
Free Member
 
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to zes
i'm getting this strange blindPP error. it says 'need mod 16 height'.
my sourcefile is 640x360. i have another file which is 512x368 and which loads fine. does it have anything to do with 360/16 being not a rounded number and 368/16 is?

any solutions to this would be greatly appreciated
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-17-2003, 06:35 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by zes
i have another file which is 512x368 and which loads fine. does it have anything to do with 360/16 being not a rounded number and 368/16 is?
That's what mod-16 means
Reply With Quote
  #3  
09-17-2003, 06:56 AM
zes zes is offline
Free Member
 
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to zes
boulder
i wasn't sure, hehe. well anyway i've tried loading a clip 640x368 and it got accepted. only problem that remains is: how do i resize an avi without having to completely reencode it in virtualdub?
Reply With Quote
  #4  
09-17-2003, 07:30 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
You could crop the file in your Avisynth script before BlindPP is used. See the Avisynth documentation, basically you'll need to add the line Crop(0,4,640,352) after your AVISource line. This means you'll be removing four lines from the top and bottom of the clip.
Reply With Quote
  #5  
09-17-2003, 08:35 AM
zes zes is offline
Free Member
 
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to zes
didn't know there is such a command for avisynth
it worked as u suggested, thanks a lot!
Reply With Quote
  #6  
09-21-2003, 10:43 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've been stuck with this error that TMPgenc gives me when loading my script:

BlindPP: Work in YV12 Colorspace ,
C:\Script.avs, line 3

Im using version 2 of the Optimal scripts for Avi to kvcd That is giving in the dvx to kvcd forum:

This is my Script:

AviSource("C:\DVDrippinG\AVI's\Shaolin Soocer\soceravi.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(640, 352, 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)
GripBorders()


Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


I need help i dont know what to do to fix this problem i tried reading the fourms but i cant found anything

Any help would be appreciated
Reply With Quote
  #7  
10-10-2003, 09:24 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
Quote:
Originally Posted by VaioVcd
I've been stuck with this error that TMPgenc gives me when loading my script:

BlindPP: Work in YV12 Colorspace ,
C:\Script.avs, line 3

Im using version 2 of the Optimal scripts for Avi to kvcd That is giving in the dvx to kvcd forum:

This is my Script:

AviSource("C:\DVDrippinG\AVI's\Shaolin Soocer\soceravi.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(640, 352, 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)
GripBorders()


Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


I need help i dont know what to do to fix this problem i tried reading the fourms but i cant found anything

Any help would be appreciated
I got the very same problem and script, please give us some help

//Wolfi
Reply With Quote
  #8  
10-10-2003, 09:35 AM
Edlund Edlund is offline
Free Member
 
Join Date: Jul 2003
Location: Pazardjik, Bulgaria
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by VaioVcd
I've been stuck with this error that TMPgenc gives me when loading my script:

BlindPP: Work in YV12 Colorspace ,
C:\Script.avs, line 3

Im using version 2 of the Optimal scripts for Avi to kvcd That is giving in the dvx to kvcd forum:

This is my Script:

AviSource("C:\DVDrippinG\AVI's\Shaolin Soocer\soceravi.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(640, 352, 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)
GripBorders()


Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


I need help i dont know what to do to fix this problem i tried reading the fourms but i cant found anything

Any help would be appreciated
So your line 3 must be
Quote:
converttoyv12().BlindPP(cpu=4)
and this:
Quote:
Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##
Must not be in the script unless you are using ToK. Anyway just remove it.
Reply With Quote
  #9  
10-10-2003, 10:07 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
Thanks

//Wolfi
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
BlindPP: Need mod16 height daemon Conversão e Codificação de Vídeo (Português) 19 10-25-2004 09:24 AM
BlindPP mod 16 error Big2hd Video Encoding and Conversion 19 02-26-2004 01:00 PM
BlindPP Error Aielman Video Encoding and Conversion 1 02-24-2004 08:25 PM
Error on script - Blind pp:need mod 16 height? khusru Avisynth Scripting 11 02-18-2004 12:05 PM
getting a mod16 error with the 608x260 resolution? enximex Video Encoding and Conversion 2 11-05-2003 07:08 AM

Thread Tools



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