View Single Post
Old 13th October 2012, 03:49   #2  |  Link
gyth
Registered User
 
Join Date: Sep 2011
Posts: 86
Quote:
For some reason it looks fine up until frame 1661.
It looks fine other places too.
Where the fields line up/are duplicated it looks fine.
But resizing mismatched fields is messy.

This might clean up your source a bit, but a good source is probably better.
Code:
ffvideosource("Do A Barrel Roll.mp4")
pointresize(1280,960)
separatefields.assumeframebased
separatefields.assumeframebased
separatefields

a = last.selectevery(8, -7,3)
b = last.selectevery(8, 1,3)
stackhorizontal(a,b)
weave
gyth is offline   Reply With Quote