logo Sign In

Post #277095

Author
Zeromancer
Parent topic
Panorama() - an AviSynth function for converting 4:3 into 16:9
Link to post in topic
https://originaltrilogy.com/post/id/277095/action/topic#277095
Date created
13-Mar-2007, 12:25 PM
Originally posted by: Moth3r
AVISource("C:\fallofachampion_led.avi")
Lanczos4resize(720,480)
Panorama(strength=2)
... should do it.

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