mrsnail
3rd June 2004, 11:37
Hi.
I've never really understood all the various deinterlacing methods available and which one to choose etc, even after spending days upon days reading about them.
I have a PAL DVD movie which has a couple of minutes worth of very interlaced hand held video camera footage I would like to convert to mpeg2.
I modified my Avisynth script with ApplyRange to deinterlace the interlaced section of video with the FieldDeinterlace method. It makes a slight improvement, but there is heavy ghostnig and there is still noticeable combing during movement.
I tried the Telecide method and played around with many of the FieldDeinterlace settings which made little or no difference.
The deinterlacing part of my script is:
ConvertToYUY2(interlaced=true)
ApplyRange(3398, 3921, "FieldDeinterlace", true)
I tried with ConvertToYUY2(interlaced=true) and without it and it made no difference to the outcome.
These are some examples of no deinterlacing (http://insoul.net/nodeinterlacing.jpg) and with FieldDeinterlacing (http://insoul.net/deinterlaced.jpg) after being encoded.
I wondered whether that the outcome I have is likely going to be the best I will be able to achieve, or whether there is somethign else to try which may make a difference.
Thanks very much for you time :)
I've never really understood all the various deinterlacing methods available and which one to choose etc, even after spending days upon days reading about them.
I have a PAL DVD movie which has a couple of minutes worth of very interlaced hand held video camera footage I would like to convert to mpeg2.
I modified my Avisynth script with ApplyRange to deinterlace the interlaced section of video with the FieldDeinterlace method. It makes a slight improvement, but there is heavy ghostnig and there is still noticeable combing during movement.
I tried the Telecide method and played around with many of the FieldDeinterlace settings which made little or no difference.
The deinterlacing part of my script is:
ConvertToYUY2(interlaced=true)
ApplyRange(3398, 3921, "FieldDeinterlace", true)
I tried with ConvertToYUY2(interlaced=true) and without it and it made no difference to the outcome.
These are some examples of no deinterlacing (http://insoul.net/nodeinterlacing.jpg) and with FieldDeinterlacing (http://insoul.net/deinterlaced.jpg) after being encoded.
I wondered whether that the outcome I have is likely going to be the best I will be able to achieve, or whether there is somethign else to try which may make a difference.
Thanks very much for you time :)