09-17-2003, 05:38 AM
|
Free Member
|
|
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
09-17-2003, 06:35 AM
|
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
|
09-17-2003, 06:56 AM
|
Free Member
|
|
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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?
|
09-17-2003, 07:30 AM
|
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.
|
09-17-2003, 08:35 AM
|
Free Member
|
|
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
didn't know there is such a command for avisynth
it worked as u suggested, thanks a lot!
|
09-21-2003, 10:43 PM
|
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
|
10-10-2003, 09:24 AM
|
Free Member
|
|
Join Date: Oct 2002
Location: Sweden
Posts: 489
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 
|
I got the very same problem and script, please give us some help
//Wolfi
|
10-10-2003, 09:35 AM
|
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.
|
10-10-2003, 10:07 AM
|
Free Member
|
|
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks
//Wolfi
|
All times are GMT -5. The time now is 11:24 AM — vBulletin © Jelsoft Enterprises Ltd
|