I'm trying to archive a copy of the first animated batman movie, but the source is so horrible...
I usually don't mind a grainy source (usually prefer it), but this either seems like it has an excessive amount of grain or has artifacts underneath/accompanying it and no matter what I do nothing seems to really work on it. I've tried various filters like FFT3D, TemporalDenoise, dfftest, MDegrain2 and some others... It also seems to be really blurry and seem to have some edge enhancement which is especially noticeable when the grain starts disappearing. I've tried Dehalo_Alpha but I only seem to be able to clean up a little amount before the filter starts wrecking chaos on everything else.
Here is a sample clip if anybody could offer some assistance: https://mega.co.nz/#!Bd5XiLrK!lc0qICtmzWPX6YQNzerCaGGvFeOvxlGAb8MIPrHDVOs
+ Reply to Thread
Results 1 to 8 of 8
-
-
That was digitized from analog video tape and has over sharpening halos. They can be reduced with dehalo_alpha(). Try something like
Code:dehalo_alpha(rx=2.0, ry=0.01, brightstr=2.0, darkstr=1.0)
Code:Mpeg2Source("batman_clip.d2v", CPU2="xxxxxx", Info=3) dehalo_alpha(rx=2.0, ry=0.01, brightstr=1.5, darkstr=1.0) TemporalDegrain(sigma=4, SAD1=200, SAD2=150) MergeChroma(aWarpSharp(depth=10), aWarpSharp(depth=20))
Last edited by jagabo; 15th Jul 2015 at 18:07.
-
Thanks! With the cpu2="xxxxxx" I think the cleared up all the artifacts, so the grainy look actually doesn't look too bad now.
-
After encoding I noticed that dehalo_alpha() caused a lot of flickering in the vertical stripes of the skyscrapers in the fist shot. And in the "Casino Parking" sign.
-
I'll check how it looks without dehalo_alpha, the MergeChroma might fix it enough.
Edit: There seems to be something like ghosting on the source in various spots, using TemporaCleaner makes it much more apparent, here is an example: https://forum.videohelp.com/images/imgfiles/jtCgUwI.pngLast edited by Akai-Shuichi; 17th Jul 2015 at 14:11.
-
try this for halos maybe better
BlindDeHalo3(rx=3.0, ry=3.0, lodamp=25.0, hidamp=25.0, sharpness=100, strength=150, interlaced=false) -
Similar Threads
-
DVD to HDD assistance
By efiste2 in forum Video ConversionReplies: 6Last Post: 31st Jan 2015, 17:07 -
Panasonic DVD Recorder - Spindle needs cleaning
By lacywest in forum DVD & Blu-ray RecordersReplies: 30Last Post: 20th Oct 2014, 23:20 -
Recommendations for cleaning up DVD rip
By rocknrolla115 in forum RestorationReplies: 4Last Post: 29th Jun 2013, 17:21 -
New to converting, need some assistance please.
By ChipChipperson in forum Video ConversionReplies: 3Last Post: 26th Jul 2012, 23:54 -
DVD Recorder Cleaning
By Maldez in forum DVD & Blu-ray RecordersReplies: 49Last Post: 2nd May 2012, 06:42