mahsah
24th November 2007, 17:15
short Video sample here (lagarith lossless codec):http://www.sendspace.com/file/xnaqh3
I'll upload a bigger sample a little later when I have more time.
Here is my script (filtering included, but even if I remove all filtering the artifact is still there) I am using this guide: http://avisynth.org/mediawiki/VFR
mpeg2source("VTS_01_1.d2v",cpu=6,info=3)
colormatrix(hints=true,interlaced=true)
TFM(mode=1)
TDecimate(mode=5, hybrid=2, dupthresh=1.0, input="stats.txt", tfmin="tfm.txt", mkvout="timecodes.txt")
crop(4,0,-4,0)
spline36resize(720,480)
hqdn3d()
fastlinedarkenmod()
LimitedSharpenFaster(Smode=3, strength = 120)
removegrain(mode=1)
I have also tried removing this myself using tcomb(yes, I used it before tfm)--even at max settings the effect remains. I also tried antialiasing, which helps somewhat but still leaves a shimmering effect around the edges.
Anyone have an idea of what this artifact is or how to remove it? Or is it caused by TFM or Tdecimate, and how could I tweak their settings so this does not happen?
I'll upload a bigger sample a little later when I have more time.
Here is my script (filtering included, but even if I remove all filtering the artifact is still there) I am using this guide: http://avisynth.org/mediawiki/VFR
mpeg2source("VTS_01_1.d2v",cpu=6,info=3)
colormatrix(hints=true,interlaced=true)
TFM(mode=1)
TDecimate(mode=5, hybrid=2, dupthresh=1.0, input="stats.txt", tfmin="tfm.txt", mkvout="timecodes.txt")
crop(4,0,-4,0)
spline36resize(720,480)
hqdn3d()
fastlinedarkenmod()
LimitedSharpenFaster(Smode=3, strength = 120)
removegrain(mode=1)
I have also tried removing this myself using tcomb(yes, I used it before tfm)--even at max settings the effect remains. I also tried antialiasing, which helps somewhat but still leaves a shimmering effect around the edges.
Anyone have an idea of what this artifact is or how to remove it? Or is it caused by TFM or Tdecimate, and how could I tweak their settings so this does not happen?