View Single Post
Old 1st December 2011, 13:01   #1  |  Link
Fah10
Registered User
 
Join Date: Aug 2011
Posts: 5
Problem - Interlaced

Hello, first of all I'm Portuguese and excuse me for the bad English.
When I try to deinterlace the following video, looks like this:
It seems like ghosts when the characters move.

Original:
http://www.mediafire.com/?jseydgmb6t4qcom

With encode:
http://www.mediafire.com/?k2b6qjm4w126yla

Script im using:

video = MPEG2Source("DORAEMON RIP 1.d2v", cpu=0, info=3)
audio = BassAudioSource("DORAEMON RIP 1 Tc0 L2 2ch 48 224 DELAY -232ms.mp2")
AudioDub(video,audio)
ColorMatrix(interlaced=true, d2v="DORAEMON RIP 1.d2v")
Spline36Resize(720,540,9,0,-23,0)

#Deinterlace
QTGMC( Preset="Slower", NoiseProcess=1, NoiseRestore=0.0, Denoiser="dfttest", DenoiseMC=true, NoiseTR=2, Sigma=2 )
SRestore(25)
AssumeFPS(25000,1000)

SpressoX()
NirMalam()
HQDering().DeHalo_Alpha_MT(darkstr=0.3, ss=1.0)
rainbow_smooth(2)
eDeen(7,7,14,1,2)
#VagueDenoiser(threshold=6, method=3, nsteps=6, chromaT=2.0)
naa3mod()
MSharpen(threshold=8, strength=10,mask=false, highq=true)
unsharpmask(strength=8,radius=3,threshold=2)
ColorYUV(gain_y=0,cont_y=0,gain_v=0,gain_u=-0,off_u=-0,off_v=-0).levels(16,1.0,240,0,255)

Last edited by Fah10; 1st December 2011 at 13:17.
Fah10 is offline   Reply With Quote