View Single Post
Old 8th February 2009, 22:20   #6  |  Link
kebulek
Registered User
 
kebulek's Avatar
 
Join Date: Oct 2008
Posts: 40


I tried one test encode with DVB stream (16:9 720x576i@3.5mbit) and this avs script:

Code:
MPGSource("D:\test.dgm", deinterlace=1).Crop(8,4,-8,-4).LanczosResize(624,352)

vs

MPEG2Source("D:\test.d2v").LeakKernelDeint(order=1).Crop(8,4,-8,-4).LanczosResize(624,352)
85-87fps vs 104-106fps, which is not bad. Can we expect some speedup in near future?
kebulek is offline