Log in

View Full Version : Old Movie, very bad Source! ... Need Help!


maulfurf
14th March 2010, 11:02
Hi everyone,

I found on my Harddrive a really nice (very rare) Slasher Movie, that i recorded from TV a couple Years ago.
Saidly the Airing/Source was really, really bad.

I'm not so familiar with Avisynth so i need your help/advise!
Is there much i can do to improve the Picture Quality???

Thanks a lot.

EDIT:
Here is a Sample of the Movie. (Source TS-File)
http://fisierulmeu.ro/2945SA470V99/source-ts.html

Emulgator
14th March 2010, 12:08
More could be said if you could post your source.
The already deinterlaced, blurred, cropped, blocky encoded outcome is already damaged too much.

maulfurf
14th March 2010, 12:53
@Emulgator

Thanks for your fast reply!

I added the Source File and removed the encode.

scharfis_brain
14th March 2010, 13:54
try this:
loadplugin("DGDecode.dll")
loadplugin("tivtc.dll")
loadplugin("ttempsmooth.dll")
loadplugin("depan.dll")
loadplugin("depanestimate.dll")
loadplugin("vinverse.dll")
loadplugin("removedirts.dll")

mpeg2source("[www.fisierulmeu.ro] source.demuxed.d2v")#,cpu=6)

tfm(pp=0).tdecimate().vinverse()

e=depanestimate(pixaspect=0.911)
depaninterleave(data=e, prev=3, next=3, pixaspect=0.911)
ttempsmooth(maxr=2, lthresh=10, cthresh=15, lmdiff=8, cmdiff=10)
removedirt()
selectevery(7,3)

maulfurf
14th March 2010, 15:38
@scharfis_Hirn
the Movie looks indeed much better with your Script Great THX!! :)