logo Sign In

Post #277079

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/277079/action/topic#277079
Date created
13-Mar-2007, 11:22 AM
How do I get this to work in virtualdub?
I'm used to using virtualdub but have never used any type of scripts with it.

Tell me if this is right
Example of test I am doing

AVISource("C:\fallofachampion_led.avi")

function Panorama(clip clp, int "medium")

and I left the rest of the script the same

I then open up virtualdub, and goto File, Open video file. I select the .avs script and it loads up the video just fine. What do I do from there?

If this helps i am using sample 4:3 avi from this page http://www.100fps.com/
near the bottom

http://www.100fps.com/fallofachampion_led.avi


*edit*
I think I found what is wrong
The source has to be 720x480
I'll try to find a video sample of that size and try again.