Gauss
5th March 2005, 19:08
So far I have seen three different methods for converting PAL video to NTSC using Avisynth. AssumeFPS(29.97), ConvertFPS(59.94)and ChangeFPS(59.94), just as NuMenu does.
The first one I tried do not cause the horrible interlacing, but the video is accelerated since every second it renders 4.97 frames more, then I do not see an easy way to make the video as long as it was. This method works as fine as if I were just reencoding without any conversion. When the source is interlaced I've been satisfied so far with Decomb 5.2, I use Avisynth 2.5.
The second method and third method I think separate fileds and add frames, I don't know the main difference, but it generates the most horrible interlacing I've seen. However after making the frame conversion I load the decomb plugin and make deinterlace, that really eliminates interlacing, but the video ends with a lot of noise. If I load decomb prior to the frame conversion deinterlacing doesn't work, so I do deinterlacing at the end of the script. When the source is also interlaced I run 2 times deinterlacing, one before the frame conversion and a second after. The work is fine but I don't like the final noisy video.
Do someone know which method would work best for me? I'm trying to convert a PAL DVD to NTSC, I'm now just fighting with the Ifos, but still don't like how the video looks. I'm looking for experience here, which plugin would deinterlace in the best way the frame conversion?
Thanks guys! :)
The first one I tried do not cause the horrible interlacing, but the video is accelerated since every second it renders 4.97 frames more, then I do not see an easy way to make the video as long as it was. This method works as fine as if I were just reencoding without any conversion. When the source is interlaced I've been satisfied so far with Decomb 5.2, I use Avisynth 2.5.
The second method and third method I think separate fileds and add frames, I don't know the main difference, but it generates the most horrible interlacing I've seen. However after making the frame conversion I load the decomb plugin and make deinterlace, that really eliminates interlacing, but the video ends with a lot of noise. If I load decomb prior to the frame conversion deinterlacing doesn't work, so I do deinterlacing at the end of the script. When the source is also interlaced I run 2 times deinterlacing, one before the frame conversion and a second after. The work is fine but I don't like the final noisy video.
Do someone know which method would work best for me? I'm trying to convert a PAL DVD to NTSC, I'm now just fighting with the Ifos, but still don't like how the video looks. I'm looking for experience here, which plugin would deinterlace in the best way the frame conversion?
Thanks guys! :)