Originally posted by: Moth3r
To check the AR, right-click on the VirtualDub preview window and select "16:9".
AVISource("C:\fallofachampion_led.avi")
Lanczos4resize(720,480)
Panorama(strength=2)
... should do it. Lanczos4resize(720,480)
Panorama(strength=2)
To check the AR, right-click on the VirtualDub preview window and select "16:9".
I did it this way
AVISource("C:\fallofachampion_led.avi")
Lanczos4resize(720,480)
function Panorama(clip clp, int "medium")
using Panorama(strength=2)
said it had an error in line3
Looks like it is working
