Spudwiser
15th October 2007, 23:13
I have a video file and it was over compressed to say the least. From the looks of it, it was converted from one format to another a couple of times. Anyway I am new when it comes to avisynth, but i have used it enough to know it rocks.
Here is what I am using as a script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Avisource("C:\videot.avi")
ConvertToYV12()
BilinearResize(720,480)
BlindPP(quant=12)
Deblock()
DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false)
ChromaShift(U=-6, V=-6)
It is working, but it is still exceptionally blocky (but i can live with it). I was wondering if there is anything else I could add/subtract? The ultimate goal is to get to mpeg2 to author a dvd. I did search by the way.... before i am hung up by my toes :p
Thanks in advance
Spudwiser
Here is what I am using as a script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
Avisource("C:\videot.avi")
ConvertToYV12()
BilinearResize(720,480)
BlindPP(quant=12)
Deblock()
DeGrainMedian(limitY=4, limitUV=6, mode=1, interlaced=false)
ChromaShift(U=-6, V=-6)
It is working, but it is still exceptionally blocky (but i can live with it). I was wondering if there is anything else I could add/subtract? The ultimate goal is to get to mpeg2 to author a dvd. I did search by the way.... before i am hung up by my toes :p
Thanks in advance
Spudwiser