Quantcast BlindPP: "Need Mod 16 Width" Error - digitalFAQ.com Forums [Archives]
  #1  
06-06-2006, 11:50 AM
epuleda epuleda is offline
Free Member
 
Join Date: Apr 2006
Location: Borneo Island
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Based on dialhot "Sticky: Latest optimal script for AVI to KVCD"

and i alter the script depend on my situation:

Here are my script:

LoadPlugin("*.*\atc.dll")
LoadPlugin("*.*\blockbuster.dll")
LoadPlugin("*.*\Convolution3DYV12.dll")
LoadPlugin("*.*\DctFilter.dll")
LoadPlugin("*.*\Deen.dll")
LoadPlugin("*.*\GripFit_YV12.dll")
LoadPlugin("*.*\UnDot.dll")
LoadPlugin("*.*\MPEG2Dec3.dll")

AviSource("*.* 2.avi",false)
Addborders(0,32,0,32)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop( 720, 480, 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)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()


Can someone tell what is the problem?
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  
06-06-2006, 11:51 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
All the explanations are in the sticky post where you found the script.
And the "search' button above is fully operational in case of further doubts.

Note: why the hell are you adding a 32 pixels border after the avisource ? It will be removed by gripcrop !
Reply With Quote
  #3  
06-06-2006, 11:57 AM
epuleda epuleda is offline
Free Member
 
Join Date: Apr 2006
Location: Borneo Island
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
All the explanations are in the sticky post where you found the script.
And the "search' button above is fully operational in case of further doubts.

Note: why the hell are you adding a 32 pixels border after the avisource ? It will be removed by gripcrop !
Yeah itys my fault, forgive for my blindness.
Reply With Quote
  #4  
06-06-2006, 12:02 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
No problem.
Reply With Quote
  #5  
06-06-2006, 12:09 PM
epuleda epuleda is offline
Free Member
 
Join Date: Apr 2006
Location: Borneo Island
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
All the explanations are in the sticky post where you found the script.
!

THe warning keep coming though i change the addborders but when i divided
720/16 = 45 --> 4.5
480/16 = 30---> 3
that mean i need to put addborders(0,0,4.5,3)

for info: my source dimensional is 580*242
Reply With Quote
  #6  
06-06-2006, 12:13 PM
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 epuleda
Quote:
Originally Posted by Dialhot
All the explanations are in the sticky post where you found the script.
!

THe warning keep coming though i change the addborders but when i divided
720/16 = 45 --> 4.5
480/16 = 30---> 3
that mean i need to put addborders(0,0,4.5,3)

for info: my source dimensional is 580*242
Read again, and read carefully. There is no indication that you have to divide the target size, but the source one. And there is no indication that if you find "45" then you have to consider "4.5" insteed. [edit] Okay ! I just understood this part ! . You don't have to read "use 4 because 640/16 = 40" but "use 4 because the next number that is divisible by 16 after 636 is 640, so you have to add 4 pixels".

I explained that a lot, and other people did after me. I can't explain better than what I put in the sticky post. Search "blindpp AND mod16" and you will hopefully find the answer.

Note: to have a starting point "580/16= ? ; 242/16 = ?".
Reply With Quote
  #7  
06-06-2006, 07:53 PM
epuleda epuleda is offline
Free Member
 
Join Date: Apr 2006
Location: Borneo Island
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Note: why the hell are you adding a 32 pixels border after the avisource ? It will be removed by gripcrop !
I try using "Crop(4,2,576,240)" function instead of addborders function and it is successful
Do gripcrop will removed the crop i just applied?

I still cracking my head on how to use addborders function as mention on your sticky.

Reply With Quote
  #8  
06-06-2006, 08:37 PM
epuleda epuleda is offline
Free Member
 
Join Date: Apr 2006
Location: Borneo Island
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Yo Mr Dialhot, no need to reply. I already understand how to use Addborders function. tq very much
Reply With Quote
  #9  
06-07-2006, 03:26 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
To answer to your other question : no, grippcrop won't remove a crop. To crop is to cut / remove a part of the picture. It's hard to undo that .

But if you add a border before the gripcrop command, then this border will be removed.
Reply With Quote
  #10  
06-10-2006, 06:25 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
It sounds like epuleda wants to cut the borders instead of keeping them...
No can do: you gotta keep the borders if you want a properly encoded movie.
__________________
Rui
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Error with DVD2SVCD BlindPP: Need mod 16 width eugenioturco Video Encoding and Conversion 3 03-03-2006 04:37 PM
TMPGenc DVD Author, "Stream writing error" Indestrutivel Conversão e Codificação de Vídeo (Português) 3 10-04-2004 06:01 PM
Script error : there is no function named "Sampler" Satanachist Conversão e Codificação de Vídeo (Português) 1 06-29-2004 01:16 AM
"Script error, there is no function named Gipcrop" edouard Conversion et d'Encodage de Vidéo (Français) 6 11-07-2003 09:16 AM
Problema con acp, "error, check settings and files" stoker Convertir y Codificar Video (Español) 0 08-16-2003 02:22 AM

Thread Tools



 
All times are GMT -5. The time now is 05:11 AM  —  vBulletin © Jelsoft Enterprises Ltd