Rarok
4th April 2009, 18:13
Hi, I'm trying to do a decent filtering to a DVD, you can download some samples here (http://www.megaupload.com/?d=T06OSNM3)
It's a letterboxed DVD and I'm sending you some samples extracted with the dgindex with Force Film in Field Operation.
The video it's a letterbox 1.85 so for filtering I'm using:
video=MPEG2Source("mari.d2v")
audio=DirectShowSource("mari T89 DELAY -195ms.mka")
AudioDub(video,audio)
ColorMatrix(mode="Rec.709->Rec.601")
Crop(2, 2, -2, -2)
bicubicresize(888,480)
FFT3DFilter(sigma=2.0,beta=2.0,sharpen=0.3,ncpu=2)
I'm not sure if I'm handling ColorMatrix correctly, I see the differences with and without it and I know it's for correct the colors, but I don't undertand it :(
The thing it's worries me more it's denoising, as you can see in the second sample it has MANY noise and grain, but I feel like a very strong denoising lets the image "less warm" and also in the first clip the denoise damages the snow (also there are others moments in the film with rain).
What do you thing?
PS: Sorry for my English :(
It's a letterboxed DVD and I'm sending you some samples extracted with the dgindex with Force Film in Field Operation.
The video it's a letterbox 1.85 so for filtering I'm using:
video=MPEG2Source("mari.d2v")
audio=DirectShowSource("mari T89 DELAY -195ms.mka")
AudioDub(video,audio)
ColorMatrix(mode="Rec.709->Rec.601")
Crop(2, 2, -2, -2)
bicubicresize(888,480)
FFT3DFilter(sigma=2.0,beta=2.0,sharpen=0.3,ncpu=2)
I'm not sure if I'm handling ColorMatrix correctly, I see the differences with and without it and I know it's for correct the colors, but I don't undertand it :(
The thing it's worries me more it's denoising, as you can see in the second sample it has MANY noise and grain, but I feel like a very strong denoising lets the image "less warm" and also in the first clip the denoise damages the snow (also there are others moments in the film with rain).
What do you thing?
PS: Sorry for my English :(