Graham Hickling
March 23rd, 2006, 08:29 PM
Graeme Natress commented in a recent thread that one advantage of the Sony cameras vs. the JVCs is that one can easily do a full-frame deinterlace to 720p60. I just gave that a try via Avisynth and a deinterlacer I hadn't used before, Kurt Prunner's LeakKernelDeint (available here: http://gast3.ssw.uni-linz.ac.at/~kp/AviSynth/).
With simply the default settings, the results are really rather impressive - both for computer playback and as a WindowsMedia9 file played on my Linkplayer2. (The kernal deinterlace seems to provide some subtle denoising and sharpening.) For those interested, here's a basic avs script:
Avisource("Cineform1080i30.avi")
LeakKernelBob(order=1)
lanczosresize(1280, 720)
Just as an aside, am I correct in understanding there is no valid MPEG2 encoding option for p60 footage? - i.e. that the MPEG2 spec maxes out at p30?
With simply the default settings, the results are really rather impressive - both for computer playback and as a WindowsMedia9 file played on my Linkplayer2. (The kernal deinterlace seems to provide some subtle denoising and sharpening.) For those interested, here's a basic avs script:
Avisource("Cineform1080i30.avi")
LeakKernelBob(order=1)
lanczosresize(1280, 720)
Just as an aside, am I correct in understanding there is no valid MPEG2 encoding option for p60 footage? - i.e. that the MPEG2 spec maxes out at p30?