VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member maek's Avatar
    Join Date
    Jan 2004
    Location
    Arizona
    Search Comp PM
    I know how to create a resized motion clip using AVISYNTH. Is there a way to have a resized clip actually move? In other words, is it possible to have a resized clip play back and move around on the screen simultaneously?
    "What? Huh?!? WHAT will come out no more?!?" Jack Burton -- BIG TROUBLE IN LITTLE CHINA
    Quote Quote  
  2. Yes with crop, addborders and animate. If you don't get it to work i will post an example.
    Quote Quote  
  3. Member maek's Avatar
    Join Date
    Jan 2004
    Location
    Arizona
    Search Comp PM
    Actually, I WOULD appreciate an example, if you have one. I'm quite new to scripting and have never done any C++ programming (I hear that's it's similar - in either case *WHOOSH*).

    Thanks in advance!!
    "What? Huh?!? WHAT will come out no more?!?" Jack Burton -- BIG TROUBLE IN LITTLE CHINA
    Quote Quote  
  4. Free Flying Soul liquid217's Avatar
    Join Date
    Feb 2002
    Location
    United States
    Search Comp PM
    here is a boring example of using the animate function, combined with applyrange, to 'bounce' a thumbnail around the screen.

    Code:
    colorbars(720,480).killaudio()
    
    clip=avisource("sample.avi").bilinearresize(144,96).addborders(2,2,2,2)
    
    applyrange(0, 200, "animate", 0, 200, "overlay", clip, 0,0, clip, 572, 200)
    
    applyrange(201, 400, "animate", 201, 400, "overlay", clip, 572, 200, clip, 300, 380)
    
    applyrange(401, 1000, "animate", 401,  500, "overlay", clip, 300, 380, clip, 0, 200)
    Quote Quote  
  5. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    There is also a zoom plugin that can move stuff around. Quite slow though.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!