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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 18th June 2010, 00:08   #1  |  Link
nibus
Telewhining
 
Join Date: Mar 2010
Posts: 272
Need some denoise/degrain help

Hi guys, I could use some help denoising my Wolverine bluRay. It's very grainy and what I usually use isn't cutting it.

I usually just apply a light MVdegrain via this SMDegrain script:

http://forum.doom9.org/showthread.ph...ight=smdegrain

It does a great job at light denoising and is also pretty fast.

Code:
LoadPlugin("C:\Apps\Multimedia\Video\MeGUI\tools\dgavcindex\DGAVCDecode.dll")
AVCSource("F:\Encode\BluRay\X4\X4.dga")

crop( 0, 132, 0, -132)

Spline36Resize(1280,544) # Spline36 (Neutral)

SMDegrain(tr=1, thSAD=200)

Most of my BluRays have worked fine with a value of 200, but this one is particularly grainy and could use a higher value:


Code:
SMDegrain(tr=1, thSAD=200)


But unfortunately when I raise the value higher than 200 it adds blockiness to the picture during fast motion scenes (present with 1080p and resized 720p):

Code:
SMDegrain(tr=1, thSAD=400)


I don't want to obliterate the grain and detail, but I would like to be able to increase the denoising higher than the thSAD=200 screenshot shows.

I don't know a whole lot of denoising techniques so I'd really appreciate some help from you encoding wizards.

Here is the 1080p clip from which those screenshots were taken:
http://dl.dropbox.com/u/5637223/wolverine.demuxed.264

Any help would be much appreciated!
nibus is offline   Reply With Quote
 

Tags
1080p, 720p, degrain, denoise

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:06.


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