yua does it. can't remember off the top of my head whether it downscales to the lowest or upscales to the highest but i would be a little surprised and disappointed with myself if it were not the latter.
well I did this:
and drag and dropped it into VirtualDub (note that it's taken me about half an hour to open it in VirtualDub because it doesn't open avs scripts natively L))) )
maybe not ultra elegant but working
I used lagarith as compressor with RGB colour space (there were also YUY2 and YV12 but didn't know what to choose exactly and left default)
now I'm compressing this with anri to see if it works and is not out of sync
still waiting...
Code:
# -- cut a1.avs -- # 800x600 -> 1024x768 video1 = "E:\tmp\wideo\fraps\Blade_2014-06-04_02-16-02-28.avi" avisource(video1) lanczos4resize(1024, 768) # -- EOF a1.avs --
and drag and dropped it into VirtualDub (note that it's taken me about half an hour to open it in VirtualDub because it doesn't open avs scripts natively L))) )
maybe not ultra elegant but working
I used lagarith as compressor with RGB colour space (there were also YUY2 and YV12 but didn't know what to choose exactly and left default)
now I'm compressing this with anri to see if it works and is not out of sync
still waiting...