neutrogenik
6th April 2007, 23:20
Hey,
I'm trying to improve the avisynth script i'm using on the videos that i record from DVB-T (digital TV).
Here is a 30s sample : download here (kev060386.free.fr/www/sample.mpg) (25 mb)
And there's my current script :
LoadPlugin("Tdeint.dll")
LoadPlugin("mpasource.dll")
LoadPlugin("DGDecode.dll")
video=mpeg2source("video.d2v", idct=5 , cpu=4)
audio=MPASource("video.mpa")
AudioDub(video,audio)
Tdeint()
I noticed that the deinterlacing is much better when i use the Nvidia Purevideo decoder when i read the source vid than what i get after encoding, so i'm wondering if there's something i could do to improve it ?
Also do you think i should use a denoiser or anything else that could improve the result ?
Thanks a lot in advance for your advices :helpful:
I'm trying to improve the avisynth script i'm using on the videos that i record from DVB-T (digital TV).
Here is a 30s sample : download here (kev060386.free.fr/www/sample.mpg) (25 mb)
And there's my current script :
LoadPlugin("Tdeint.dll")
LoadPlugin("mpasource.dll")
LoadPlugin("DGDecode.dll")
video=mpeg2source("video.d2v", idct=5 , cpu=4)
audio=MPASource("video.mpa")
AudioDub(video,audio)
Tdeint()
I noticed that the deinterlacing is much better when i use the Nvidia Purevideo decoder when i read the source vid than what i get after encoding, so i'm wondering if there's something i could do to improve it ?
Also do you think i should use a denoiser or anything else that could improve the result ?
Thanks a lot in advance for your advices :helpful: