Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st December 2011, 16:07   #1  |  Link
whiteshark99
Registered User
 
Join Date: Dec 2009
Posts: 26
Can't get Deblock() to work

can some one tell me if this is looks on. Deblock() can not get it to apliy to my file thanks to all.

using vbubmod.


MPEG2Source("C:\Users\Graeme\Desktop\Al.d2v",cpu=0)

ConvertToYV12()
Deblock()
Crop(0,8,- 0,-8)
Lanczos4Resize(624,336)
whiteshark99 is offline   Reply With Quote
Old 21st December 2011, 18:13   #2  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
The script is correct, and the deblock() filter *does* apply.

- Perhaps your video is interlaced? (Deblock is only for progressive content)

- Perhaps you need stronger setting? (like deblock(quant=40) - default is "30", maximum is 51 or 64 depending on implementation)

- Perhaps you're looking for the wrong thing? ("Banding" in flat areas often gets confused with "blocking" - but a deblocking filter will not help against banding)
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Old 21st December 2011, 18:37   #3  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
From DGDecode Manual v1.5.8 (YV12 Only)
Code:
quant: 0 to 51 (default: 25)
From DeBlock() plugin manual v1.2 [YV12 + YUY2, Use DeBlock_Deblock() to use it instead of DGDecode version]

Code:
quant : the higher the quant, the stronger the deblocking. It can range from 0 to 60.

aOffset : quant modifier to the blocking detector threshold. Setting it higher means than more edges will deblocked.

bOffset : another quant modifier, for block detecting and for deblocking's strength. There again, the higher, the stronger.

Defaults are quant = 25, aOffset = bOffset = 0. If quant + aOffset is inferior to 16, the filter does nothing at all. The same goes for quant + bOffset.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 21st December 2011, 21:27   #4  |  Link
whiteshark99
Registered User
 
Join Date: Dec 2009
Posts: 26
Quote:
Perhaps you're looking for the wrong thing? ("Banding" in flat areas often gets confused with "blocking" - but a deblocking filter will not help against banding)
i have this problem that fillters can i use thanks for the help.

Deblock(60) no good any outher fillter thanks.
whiteshark99 is offline   Reply With Quote
Old 22nd December 2011, 00:10   #5  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
There is a thread lower down on the current (at time of this post) 'Avisynth Usage' page:-

"Color banding and noise removal"

or via this link:
http://forum.doom9.org/showthread.php?t=153589
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 22nd December 2011, 19:24   #6  |  Link
whiteshark99
Registered User
 
Join Date: Dec 2009
Posts: 26
Not having much look here is there any more filters that mint work thanks.

ps
that os are you all using to do this sort of thing thanks.
whiteshark99 is offline   Reply With Quote
Old 22nd December 2011, 20:18   #7  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
Sure. There are hundreds of filters that might work.

Post a short video sample. Without that, everything is just blabla.
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Old 22nd December 2011, 22:21   #8  |  Link
whiteshark99
Registered User
 
Join Date: Dec 2009
Posts: 26
Quote:
Post a short video sample
Code:
https://rapidshare.com/files/3695937752/1.avi
thanks for the help.
whiteshark99 is offline   Reply With Quote
Old 23rd December 2011, 19:42   #9  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
Aaaah, now I remember.

It's THAT time of the year again, your annual popping-up with the ever-same, ever-poor, 10-years-old 700kbps Xvid rip of Aliens.

Shall I buy the DVD for you?
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.