

Anno-san wrote:mirkosp wrote:I don't think editing the title/first post is really needed...
The title says "Deinterlacing problem" when that's not the main issue; the main issue with the Berserk trailer is the noise/grain, chroma jaggies and apparently bitrate. The title about deinterlacing seems far too specific seeing how many other problems there are. Could I just make a new thread?
Anno-san wrote:What is the discoloration in the below image and how can I remove it?




FLAC is good for you. No need to encode to anything else.
DGDecode_mpeg2source("C:\Users\?\Videos\Berserk Trailer.d2v")
source = last
Tfm(pp=7)
TDecimate(mode=1)
FFT3dgpu()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\program files (x86)\avisynth 2.5\plugins\removegrain.dll")
LoadPlugin("C:\users\?\downloads\warpsharp.dll")
EE()
DGDecode_mpeg2source("C:\Users\?\Videos\Berserk Trailer.d2v")
TFM(mode=1,slow=2,micmatching=2,pp=5,clip2=tdeint(mode=2,type=3)).TDecimate()
source = last
FFT3dgpu()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\users\?\downloads\warpsharp.dll")
EE()
DGDecode_mpeg2source("C:\Users\?\Videos\Berserk Trailer.d2v")
TFM(mode=1,slow=2,micmatching=2,pp=5,clip2=tdeint(mode=2,type=3)).TDecimate()
source = last
Frfun7()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\users\?\downloads\warpsharp.dll")
EE()
gradfunkmirror()
AAA()
DGDecode_mpeg2source("C:\Users\!\Videos\Berserk Trailer.d2v")
TFM(mode=1,slow=2,micmatching=2,pp=5,clip2=tdeint(mode=2,type=3)).TDecimate()
source = last
Frfun7()
filtered = last
ContraSharpening(filtered,source)
LoadPlugin("C:\users\!\downloads\warpsharp.dll")
EE()
gradfunkmirror()
AAA(Xshrp=20, Yshrp=20)
dgdecode_mpeg2source("C:\blah\dvd rip\ed edd n eddy episode 1.d2v")
DGDecode_mpeg2source("C:\Users\?\dvd rip\Berserk Trailer.d2v")
LoadPlugin("C:\program files (x86)\avisynth 2.5\plugins\removegrain.dll")
LoadPlugin("C:\program files (x86)\avisynth 2.5\plugins\yadifmod.dll")
AnimeIVTC(mode=2,ifade=true,killcomb=1,aa=4,SharpAAMCmod(aatype="EEDI2",dark=.3,smooth=-1),e1=4143,p1=4734,omode=1,credconv="mocomp")
TemporalDegrain(GPU=true,degrain=3)
gradfunkmirror(strength=1.5)
Users browsing this forum: No registered users and 1 guest