digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   BlindPP error - mod16 height? (http://www.digitalfaq.com/archives/encode/5636-blindpp-error-mod16.html)

zes 09-17-2003 05:38 AM

blindPP error - mod16 height?
 
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 :)

Boulder 09-17-2003 06:35 AM

Re: blindPP error - mod16 height?
 
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 :wink:

zes 09-17-2003 06:56 AM

;)
 
boulder 8)
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?

Boulder 09-17-2003 07:30 AM

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.

zes 09-17-2003 08:35 AM

worked
 
didn't know there is such a command for avisynth :o
it worked as u suggested, thanks a lot!

VaioVcd 09-21-2003 10:43 PM

BlindPP: Work in YV12 Colorspace , C:\Script.avs, line 3
 
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 :)

Wolfi 10-10-2003 09:24 AM

Re: BlindPP: Work in YV12 Colorspace , C:\Script.avs, line 3
 
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

Edlund 10-10-2003 09:35 AM

Re: BlindPP: Work in YV12 Colorspace , C:\Script.avs, line 3
 
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.

Wolfi 10-10-2003 10:07 AM

Thanks :)

//Wolfi


All times are GMT -5. The time now is 10:56 PM  —  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.