How I make my BLURS move in the video?

I want to know how I make "Blurs" move in the video. The image in the video has obviously movement and I need to put a Blur in some part and I want that blur keep moving along that clip go off.
???

In the Viewer check out the Motion Tab.
Place your blur where you want it in the frame. Double click it in the Timeline. This will open it in the Viewer. Go to the Motion Tab and then click the little Diamond shaped thing to the right of Center. This will place a Keyframe.
Move forward in your Timeline, adjusting the placement of your blur in the Canvas. This should add more keyframes as you reposition the blur.
That's really basic overview. Hope it helps!
~Luke

Similar Messages

  • How do I search for movies in the videos app

    We just got an iPad 2 and I can't see how to search for a movie in the videos app.
    We do not have any movies on the iPad, but wIth home sharing running I can see our extensive movie library. However the only navigation is swiping up and down through a list of cover art. With 400+ movies in iTunes it can take a while to scroll down to Zombieland or Zulu... Spotlight doesn't search the home sharing stuff.
    I don't even see movie names in text under the cover art, or the normal quick scroll letter down e side of the page like you see in other iOS apps. It just seems very un-Apple and un-iOS.
    I feel like I am missing something, some setting to make the movies interface more user friendly.
    I'd appreciate any help or advice here
    - Rick

    I don't see any way either, but it is a Version 1.0 of Home Sharing.
    Tell Apple you want a search capability here: http://www.apple.com/feedback/ipad.html

  • How to make 2 balls move at the same time

    I am working on an app in xcode and I need to make 2 balls move at the same time. When I try to use the same code for both of the balls, the 2 CGPoints interfere. Here is my code in the .m file.
    @synthesize ball, ball2;
    -(void) onTimer {
            ball.center = CGPointMake(ball.center.x+pos.x,ball.center.y+pos.y);
            if(ball.center.x > 295 || ball.center.x < 10)
                pos.x = -pos.x;
            if(ball.center.y > 435 || ball.center.y < 35)
                pos.y = -pos.y;
    - (void) onTimer2 {
    ball2.center = CGPointMake(ball2.center.x+pos.x,ball2.center.y+pos.y);
    if(ball2.center.x > 295 || ball2.center.x < 10)
    pos.x = -pos.x;
    if(ball2.center.y > 435 || ball2.center.y < 35)
    pos.y = -pos.y;
    [self collision];
    - (void)viewDidLoad
              [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer) userInfo:nil repeats:YES] retain];
        [[NSTimer scheduledTimerWithTimeInterval:0.04 target:self selector:@selector(onTimer2) userInfo:nil repeats:YES] retain];
        [super viewDidLoad];
        // Do any additional setup after loading the view from its nib.
    Here is my .h file
    @interface game : UIViewController {
        IBOutlet UIImageView *ball;
        IBOutlet UIImageView *ball2;
    @property(nonatomic,retain) IBOutlet UIImageView *ball;
    @property(nonatomic,retain) IBOutlet UIImageView *ball2;

    What do you mean by the 2 CGPoints interfere?
    You're changing the location of the balls by pos.x and pos.y, where is the code for those? what is it doing?
    Why have two timers?  One timer would work , just have the code move both balls.
    The refresh rate for the screen is 60hz. (60 time a second) You'll get better animation if you stick as close to this value as you can.

  • After rotobrush, how to make background picture appear in the video when exporting it to PremierePro

    I seem to have problems saving/using it with premiere pro. it's a 10 second video of myself with 3 pics: 2 that I put in front of the video and one as a background. In after effects, in the bottom left corner box, the 2 pics are above the video file and the background picture is below it. Still in after effects, the background pic is there behind me and the 2 other pictures are in front of my video which is where everything should be, great. When i save it, then export it to premiere pro, the 2 pics in front are there but not the background pic, the background is just my full video as if I didn't rotobrush it.  Help??
    Also, how can i export the project as a file in Avi, mpeg, mp4...?
    Thanks in advance

    Hello Mylenium, i do apologize about my ambiguous question. I'm starting to learn how to use it and in some way, i didn't even know what i was talking about myself. But thanks to your help, i now got it.
    "When you export an After Effects project as an Adobe Premiere Pro project, Adobe Premiere Pro uses the settings from the first composition in the After Effects project for all subsequent sequences. Keyframes, effects, and other properties are converted in the same way as when you paste an After Effects layer into an Adobe Premiere Pro sequence."
    so as it says above, it only uses the initial video. What i did was only render using the rotobrush and i didn't "render queue" the whole project afterwards simply because i didn't know i had to do that. I thought rendering it from rotobrushing it and adding the background effects would be enough.
    Again, thank you. and i also learned how to save it in different format, since AVI outputs a huge file size.

  • How to make a gallery move using the mouse location

    Hey, I got a containers gallery whitch I made and I want the containers down outside the screen to come up when the mouse goes down.
    I hope you guys understand me. (If not please contact me in private and I will show you my flash).
    Thanks, Stav.

    hmmmm, I am running into a problem.
    There in use of the event inside my function.
    Problem:
    TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::Event@4efa561 to flash.events.MouseEvent.
    Function:
    function checkMouseLocation(evt:MouseEvent):void {
    if (files_total > 24) {
      x_counter = 0;
      y_counter = 0;
      minY = 0;
      maxY = (Math.ceil((files_total-24)/6))*157.5 - 50;
      minMouseY = 0;
      maxMouseY = 800;
      for (var i:uint=0; i<files_total; i++) {
       if (mouseY >= 100 && mouseY <= 750) {
        precentMouseY = (mouseY-100)/700;
        contOldLoc = 100 + y_counter*157.5;
        tl["myMovieClip_" + i.toString()].y = contOldLoc -(maxY * precentMouseY);
       } else if (mouseY < 100) {
        tl["myMovieClip_"+i.toString()].y = 100 + y_counter*157.5;
       if (x_counter+1 < 6) {
        x_counter++;
       } else {
        x_counter = 0;
        y_counter++;

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • I recently brought a new HP laptop and I downloaded the newly updated iTunes on it; however I have an old Aver laptop with iTunes version 10.7 on it or the one before iTunes 11 came out. How can I transfer my movies from the old version to the new one?

    I recently brought a new HP laptop and downloaded iTunes 11 on it. My old laptop which is a Acer has iTunes version 10.7, I believe. I wanted to know, How can I transfer 18 movies from the old iTunes onto my new Itunes? It only shows the most recent two movies when I look at the purchases in my account. I had a lot of moves downloaded last year from the old version and would like some assistance on how to get all those movies into my iTunes 11 library. Thank you.

    you should starting with copying the iTunes folder from your old laptop to the new one.
    the iTunes folder is in your user profile Music folder.
    it should go to the same location on the new laptop.
    Provided that you have your media, music and movies in the default location, and you sign in to your apple ID and authorize your new computer (all in iTunes)
    you should have all intact.
    Post if any problems.

  • How do I delete a movie from the iTunes-cloud?

    How do I delete a movie from the iTunes-cloud? I don't want to hide it I want to delete it even if it means I can't download it again..

    Oh sure you can delete it from the computer. I thought that you wanted to permanently delete it so that you can never access it again. In fact, in some countries, you can delete movies and then download that again at no charge as long as you use the same Apple ID.
    Launch iTunes on your computer and click on the movies tab under the Library heading, find the movie and right click on it and select Delete.

  • How to make a photo STAY in the assets panel for future use for In browser editing?

    How to make a photo STAY in the assets panel for future use for In browser editing?
    When I delete a photo from a page, it does not stay in the assets panel. My client uses in browser editing daily. Once a week he changes a photo just for a day, then needs the previous photo to replace it. The original photo is not in the asset panel (or folder) for him to choose.
    When you upload a photo, it has an arrow in the asset panel. How do you use this as an asset?

    Sure ... right mouse click on  your page and choose 'Exclude Page from Menus' :-)

  • MOVED: how to make a good flow in the case?

    This topic has been moved to Off Topic Technical.
    how to make a good flow in the case?

    Browser variation is something we must all deal with.  For best results, begin projects with a clear idea of what type of layout you need (1-column, 2-column, 3-column or Multi-column grid).  Then get a CSS Layout that meets your requirements.
    PVII CSS Templates are rock solid & thoroughly tested to perform well in all browsers (commercial product)
    http://www.projectseven.com/products/index.htm
    CSS Layout Magic (commercial extension for Dreamweaver)
    http://www.projectseven.com/products/templates/pagepacks/cssmagic/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • After copying a movie to the harddisk of my MacBook I wanted to also copy it to my iPad, but for this you first have to copy it to the library in iTunes, but this doesn't seem to be working. So how can I get this movie to the library ? And to the iPad ?

    After copying a movie to the harddisk of my MacBook I wanted to also copy it to my iPad, but for this you first have to copy it to the library in iTunes, but this doesn't seem to be working. So how can I get this movie to the library ? And to the iPad ?

    How is it not working?  And how are you doing it?  Drag the movie onto the iTunes icon on the Dock...  what happens?

  • How do I move just the Video to the timeline in Premiere cs6, not the audio?

    how do I move Just the Video to  the timeline in Premiere, not the audio?

    Hi there! I'd try posting this over in the official Premiere Pro forum: http://forums.adobe.com/community/premiere/premierepro_current?view=overview
    The Premiere experts over there are more likely to help you out with your problem

  • How to make a hard copy of the OS mountain lion that i downloaded

    How to make a hard copy of the file ofthe OS mountain lion downloaded from apple

    Follow the directions in this link to make a Mt. Lion USB thumb drive:
    http://www.macworld.com/article/1167857/how_to_make_a_bootable_mountain_lion_ins tall_drive.html
    Ciao.

  • How do I add another movie to the project area to work on without it being attached to a previous project?

    How do I add another movie to the project area to work on without it being attached to a previous project?

    No.  I have a number of items in the Event Library.  I am trying to move some of them to the Project Library and when I do it attaches itself to the other project I have there.

  • Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hier kun je er meer over lezen; http://www.wikihow.com/Use-the-Cameras-on-Your-iPad-2
    En hier kun je meer informatie vinden over de iPad;  www.iPadforum.tk

Maybe you are looking for