alexVS
9th September 2007, 16:13
The video source is sport captured from TV (720x576 PAL, 25i)
The result is 512x384 (4:3) mpeg4 50p (50FPS)
Here is my avysinth script
mpeg2source("D:\Capture\file.d2v")
SeparateFields()
Bob(0.0, 1.0)
Crop(32,8,-32,-16)
LanczosResize(512,384)
Undot()
Cnr2()
ConvertToYV12()
Are the some errors in consequence of lines? The result picture is a bit lack of sharpness. Should I use lanczosresize or other? There is some very small flicker of the image so I'm not sure if bob filter applied correctly. At least TMPeg encoder does double frame rate deinterlace without flicker at all. Well, and I'm not sure if denoisers work right, cause I don't see any improvements in the picture with and without them.
I'm glad that this script works at all :) , cause I'm not very good at video encoding. Could you give some recommendations to get the better result?
The result is 512x384 (4:3) mpeg4 50p (50FPS)
Here is my avysinth script
mpeg2source("D:\Capture\file.d2v")
SeparateFields()
Bob(0.0, 1.0)
Crop(32,8,-32,-16)
LanczosResize(512,384)
Undot()
Cnr2()
ConvertToYV12()
Are the some errors in consequence of lines? The result picture is a bit lack of sharpness. Should I use lanczosresize or other? There is some very small flicker of the image so I'm not sure if bob filter applied correctly. At least TMPeg encoder does double frame rate deinterlace without flicker at all. Well, and I'm not sure if denoisers work right, cause I don't see any improvements in the picture with and without them.
I'm glad that this script works at all :) , cause I'm not very good at video encoding. Could you give some recommendations to get the better result?