digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Blindpp: "Need mod 16 width" error (http://www.digitalfaq.com/archives/encode/14284-blindpp-mod-16-a.html)

epuleda 06-06-2006 11:50 AM

Blindpp: "Need mod 16 width" error
 
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?

Dialhot 06-06-2006 11:51 AM

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 ! ;)

epuleda 06-06-2006 11:57 AM

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.

Dialhot 06-06-2006 12:02 PM

No problem.

epuleda 06-06-2006 12:09 PM

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

Dialhot 06-06-2006 12:13 PM

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 = ?".

epuleda 06-06-2006 07:53 PM

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.

:D

epuleda 06-06-2006 08:37 PM

Yo Mr Dialhot, no need to reply. I already understand how to use Addborders function. tq very much

Dialhot 06-07-2006 03:26 AM

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.

rds_correia 06-10-2006 06:25 AM

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.


All times are GMT -5. The time now is 09:49 AM  —  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.