Allo
I've just purchased some DVDs that were badly edited and I am trying to find out a way to make them visualy better. There is a lot of artifacts mainly in dark areas and I wonder if there's is anything to do about it.
So far this script give me some acceptable results. But I wonder, you guys as pros, what do you think of that video and what kind of approch would you have on it ? Any recommandations would be highly appreciated.
Adding grains seem to covers some of the artifacts in dark areas, mainly after compression, but it just covers the problem...SetMemoryMax(512)
SetMTMode(5,3)
Mpeg2Source("C:\Users\VTS_01_5.d2v", cpu2="oooxx")
SetMTMode(2,0)
TFM(order=1, mode=1, slow=2)
TDecimate()
HQDeringmod()
MosquitoNR(strength=16, restore=128, radius=2, threads=0)
super = MSuper(pel=2, sharp=1)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_v ec2,thSAD=300)
MergeChroma(last, aWarpSharp(depth=10))
LSFmod(strength = 20)
AddGrainC(var=1.5, uvar=0.0, hcorr=0.0, vcorr=0.0, seed=-1, constant=false, sse2=true)
Here's a sample of the video. It's not compressed, it's a zone 2 dvd but comes out as a ntsc video ? The sample is a bit big, but I wanted to show different aspect of it, with different kind of artifact. On a PC screen it's hard for me to see the artifacts, on vcl or mpc-hd the video come out much darker than on my TV so artifact are less visible but so are many of the details (ex. on my pc I don't see anymore the clouds in the dark sky). ON tv screen details come out alright, but artifacts are very bad.
I don't know much about avisynth nor it's filters. I base my self on try and error, so excuse my lack of knowledge...
Thanks for your help
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
size of commercial DVD's
By pasja in forum Newbie / General discussionsReplies: 13Last Post: 11th Feb 2018, 08:59 -
Commercial DVD Playback confusion
By macpaladin in forum Newbie / General discussionsReplies: 10Last Post: 3rd Jan 2018, 10:39 -
SUPER NEWB: Burning commercial dvd's to Bluray. Possible?
By Averyaces in forum Newbie / General discussionsReplies: 7Last Post: 17th Jan 2015, 05:55 -
non-commercial Bluray to DVD conversion including menus?
By boostdemon in forum Video ConversionReplies: 2Last Post: 6th Jan 2015, 18:30 -
Copy commercial VHS to DVD not allowed
By Nextstop60 in forum Newbie / General discussionsReplies: 21Last Post: 15th Jul 2013, 10:24