View Single Post
Old 29th May 2010, 11:40   #1  |  Link
SaintDeath
Registered User
 
SaintDeath's Avatar
 
Join Date: May 2008
Posts: 16
Problems encoding Blassreiter R1

I am having issues encoding Blassreiter R1 ep 1..There seems to be some alising.

First 2 image is with no command to fix dat error at all.While second 2 image try to fix it.But fixing image 2 cause errors in video




These is wat i used

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
temporalCleaner (ythresh=5, cthresh=10)
DeGrainMedian(limitY=4,limitUV=6,mode=1,interlaced=false,norow=false)
Tweak(sat=1.1,cont=1.1,bright=-5)

---------------------------------




these is the othwe script

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
Deen("w3d",3,3,5)
SangNom(aa=8)
AAA(720,480,20,20,1,2,chroma=true)
LimitedSharpenFaster()
temporalCleaner (ythresh=5, cthresh=10)
DeGrainMedian(limitY=4,limitUV=6,mode=1,interlaced=false,norow=false)
__________________
SaintDeath is offline   Reply With Quote