Advertisement
Guest User

Untitled

a guest
Nov 8th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def remove_property(n, f):
  2. fout = f.copy()
  3. del fout.props['_FieldBased']
  4. return fout
  5. ...
  6. c.std.ModifyFrame(clip=src, clips=src, selector=remove_property).std.Crop(8,8,2,0).set_output()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement