Highlighting an image in a movie

Does anybody know how (or if) you can highlight one person continually in a movie? For example, if it was of a basketball game you'd see the whole game, but one player might have a lighter image around him.

It's a little tricky in FCP. Put one copies of the clip on the timeline on V1.
Using the proc amp filter to darken the clip.
Put another copy of the clip on V3.
Between the two on V2 add a Shape from the Generators, probably an oval.
Make the oval about the size and shape you want.
To the clip on V3 apply Modify>Composite Mode>Travel Matte - Luma.
Animate the shape as needed to move about the screen using keyframes to follow the subject.

Similar Messages

  • Imported image's position moves when updated in Indesign CS6. Why??

    After modifying an imported image from illustrator, the imported image's position moves within the frame of Indesign CS6 when the link is updated.

    You have not provided any relevant information, so nobody can know. you can simply have added content that expands the bounding box. Well, whatever, ask in the relevant forums and be much more specific.
    Mylenium

  • How can i highlight an image when mouse over an image in c#?

    I want to highlight an image when mouse goes there on image. The backcolor of image should change. Give a solution.

    Its for button. I need to highlight image. I have attached screen shot. I want to create like that in windows form.
    Hello,
    Based on my understanding, it just changes the background for that image to highlight them.
    So we could change the background for the control hosts these images, and in addition, the size mode should not be autosize, because we should keep some area to display the background.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • CS3: mouse over, highlight only image

    Hi,
    I try to make the effect like in the attached file. I don't exactly know how to discribe it in english so I just made it in After Effects real quick :-)
    At a mouse over only the image should be highlighted.
    Hope you understand what I want to do.
    Can someone please explain me how I can create this effect.
    Greetings from Germany
    Christoph

    Just define the button so that the image is part of it. To do this, simply put all the layers you want into the button layer set. Then make the highlight layer so it covers only the image. When you mouse over the button, it will highlight the image.

  • Images merging and movies merging

    Hello!
    I am new to Java Media Framework and I'm sorry about my English is really poor.
    I read articles , like :
    [Generating a Movie File from a List of (JPEG) Images|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/JpegImagesToMovie.html]
    [Merging Tracks from Multiple Inputs|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/Merge.html]
    I'm at Unbuntu 9.04 i386 Desktop , using JDK 1.6.0_16 , and [JMF 2.1.1e Software|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/download.html].
    [ Question 1 ]
    I want to merge images into a mov file per 2 images
    $ java JpegImagesToMovie -w 320 -h 240 -f 1 -o file:1.mov file:foo1.jpg file:foo2.jpg
    $ java JpegImagesToMovie -w 320 -h 240 -f 1 -o file:2.mov file:foo3.jpg file:foo4.jpg
    $ ...
    the result of 1.mov and 2.mov is work correctly, and then, I want to merge 2 mov files into 1 mov file
    $ java Merge -o file:result.mov file:1.mov file:2.mov
    the file size of result.mov is almost the sum of the 1.mov and 2.mov , but i cannot play it correctly, the result.mov is only show the content of the 1.mov.
    the real cmd :
    $ java -classpath jmf.jar:. JpegImagesToMovie -w 691 -h 299 -f 1 -o file:a.mov /images/1.jpg /images/2.jpg
    $ java -classpath jmf.jar:. JpegImagesToMovie -w 691 -h 299 -f 1 -o file:b.mov /images/3.jpg /images/4.jpg
    $ java -classpath jmf.jar:. Merge -o file:result.mov file:a.mov file:b.mov
    [ Question 2 ]
    I use [Writing AVI videos using pure Java|http://blog.hslu.ch/rawcoder/2008/08/12/writing-avi-videos-using-pure-java/] to merge images(jpg) into a avi file, and it works correctly. the type is MJPG/MJPEG.
    like [Question 1] , 1.avi and 2.avi made, and then , I can use the avimerge tool to merge them into the result.avi , and it works correctly.
    but I cannot merge them by [Merging Tracks from Multiple Inputs|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/Merge.html] even if I change the code of Merge.java :
    @49 : String videoEncoding = "MJPG";
    @51 : String outputType = FileTypeDescriptor.MSVIDEO;which is according to [Class VideoFormat|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/javax/media/format/VideoFormat.html] and [Class FileTypeDescriptor|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/apidocs/javax/media/protocol/FileTypeDescriptor.html] .
    the real cmd :
    $ java -classpath jmf.jar:. Merge -o file:result.avi file:a.avi file:b.avi
    but I cannot play it correctly.
    Thanks for your help !!

    hello.there wrote:
    hi shadowLife ,
    I am also a newbie to this filed.Curently i am working on Video conference tool using JMF. I also need to merge the mulitple audio files and i found, it is possible.
    One of my friend tried to merge the two video files, but the problem is that when you play them it plays only first video. As these videos are stored as multiple tracks so only one trakc is played at a time. If you want to see the other video then there should be a option of seeing video track in your player like it is in VLC player.
    So i don't know whether merging of two video tracks as a single video track is possible or not (i feel it is not possible), because video stream is different from audio stream.Merging two video streams together doesn't make sense the way it does with an audio stream. Thus, if a video has more than one video stream running concurrently, it'd be for something like "alternate angles" on a DVD, or perhaps security camera software would combine all of the video feeds into a single file like that.
    The OP was wanting to concatinate video files, not merge them. One right after the other. This concept makes a lot more sense for most applications.
    One way to do this is to play both video on some panel and capture the screen ( i heard that is is possible in java) then create a video from this captured images.It is possible to do that, but you would never want to do something like that... There are more problems with that idea than I can count, just stemming from the fact that that is a very, very hacky solution.
    Certainly there are instances where this might be necessary, but anything like that would absolutely be a last-ditch effort and could never be included in any sort of publishable software...
    Hope this information will help you.
    May be, i can be wrong so hoping for others reply on that. this will help me also for making my fundamentals and knowledge strong.Can be wrong and mostly were ;-) But it's a learning experience for everyone, eh?

  • Initial postion of image changed but now image does not move

    hi can any one solve this problem please, i have been trying to change the initial position of my image when i run it 1st on java textpad......
    i seem to have moved the initial position of the image by the following >
    public void paint(Graphics g) {
              g.drawImage(CurrentImage,xPos = 10,yPos = 100,this);but now the image does not move when i press the keys in its new position
    does anyone one know how to solve this?? if you do please reply THANK you.
    the original code is below >
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    import java.awt.geom.*;
    import java.io.File;
    import java.io.IOException;
    import javax.sound.sampled.*;
    import javax.sound.midi.*;
    import javax.swing.*;
    import java.awt.Image.*;
    public class Man3 extends Applet implements KeyListener {
         int xPos, yPos;
         Image man1;
         Image man2;
         Image man3;
         Image man4;
         Image man5;
         Image man6;
         Image CurrentImage;
         Image offScreenBuffer;
         AudioClip tune;
         public void init() {
              setBackground(Color.white);
              xPos = this.getSize().width/2;
              yPos = this.getSize().height/2;
              man1 = getImage(getCodeBase(),"man1.gif"); // right hand up
              man2 = getImage(getCodeBase(),"man2.gif"); // straight
              man3 = getImage(getCodeBase(),"man3.gif"); // right hand down
              man4 = getImage(getCodeBase(),"man4.gif"); // left hand up
              man5 = getImage(getCodeBase(),"man5.gif"); // straight
              man6 = getImage(getCodeBase(),"man6.gif"); // left hand down
              CurrentImage = man2; // man facing right
              addKeyListener(this);
              requestFocus();
              tune = getAudioClip(getCodeBase(), "Track.wav");
         public void paint(Graphics g) {
              g.drawImage(CurrentImage,xPos,yPos,this);
         public  void checkXmin()
                   if (xPos == 0) xPos = 500;
         public  void checkXmax()
                   if (xPos == 500) xPos = 0;
         public void checkYmin()
                   if (yPos == 0) yPos = 350;
         public void checkYmax()
                   if (yPos == 350) yPos = 0;
         xPos+=1;
         if (xPos>500) xPos=0;
         if (xPos==0) tune.play();
         // man walks right
         public void checkCurrentImageRight()
                   if((CurrentImage == man6)||(CurrentImage == man5)||(CurrentImage == man4))
                        CurrentImage = man2;
                   if(CurrentImage == man3)          CurrentImage = man1;
                   else if (CurrentImage == man1)     CurrentImage = man3;
                   else if(CurrentImage == man2)     CurrentImage = man1;
         // man walks left
         public void checkCurrentImageLeft()
                   if((CurrentImage == man3)||(CurrentImage == man2)||(CurrentImage == man1))
                        CurrentImage = man5;
                   if(CurrentImage == man6)          CurrentImage = man4;
                   else if (CurrentImage == man4)     CurrentImage = man6;
                   else if(CurrentImage == man5)     CurrentImage = man4;
         public void keyPressed(KeyEvent evt) {
              int offset;
              int x = evt.getKeyCode();
              if (evt.isShiftDown()) {
                   offset = 20;
              else {
                   offset = 10;
              switch (x) {
                   case (KeyEvent.VK_UP):                     // man goes up
                             checkYmin();
                             //checkCurrentImage(2);
                             yPos -= offset;
                             break;
                   case (KeyEvent.VK_DOWN):
                             checkYmax();
                             //checkCurrentImage(2);          // man goes down
                             yPos += offset;
                             break;
                   case (KeyEvent.VK_LEFT):               // man walks left
                             checkXmin();
                             checkCurrentImageLeft();
                             xPos -= offset;
                             break;
                   case (KeyEvent.VK_RIGHT):               // man walks right
                             checkXmax();
                             checkCurrentImageRight();
                             xPos += offset;
                             break;
              repaint();  // display image
         public void keyTyped(KeyEvent evt) {
         public void keyReleased(KeyEvent evt) {
        public void update(Graphics g)
            // Will hold the graphics context from the offScreenBuffer.
            // We need to make sure we keep our offscreen buffer the same size
            // as the graphics context we're working with.
            if ((offScreenBuffer==null) || (offScreenBuffer.getWidth(this) != getWidth()) || (offScreenBuffer.getHeight(this) != getHeight()))
                xPos = getWidth()/2;
                yPos = getHeight()/2;
                offScreenBuffer = this.createImage(getWidth(), getHeight());
            // We need to use our buffer Image as a Graphics object:
            Graphics gr = offScreenBuffer.getGraphics();
            gr.setColor(getBackground());
            gr.fillRect(0, 0, getWidth(), getHeight());
            paint(gr); // Passes our off-screen buffer to our paint method, which,
            // unsuspecting, paints on it just as it would on the Graphics
            // passed by the browser or applet viewer.
            g.drawImage(offScreenBuffer, 0, 0, this);
            // And now we transfer the info in the buffer onto the
            // graphics context we got from the browser in one smooth
    }

    Not only is this your 7th or 8th posting on this topic, you can't even wait 15 minutes before bumping the posting.
    Your question is no more important than anyone elses on the forum and continually posting, starting new threads on the same topic is one sure way to get your posting ignored.

  • HP Touchsmart IQ775 Crashes When Clicking On A Photo, Image, Video or Movie

     HP Touchsmart IQ775
    Vista Home Edition
    32 bit
    Bought it new almost 3 years ago
    Wireless Keyboard & Mouse never worked
    Geek squad worked on it (4-29-09) can't fix it
    Office Depot worked on it (7-?-10) can't fix it
    This first started around January of 2009.  Every time I click on one of my photos, an image, video or movie, the screen turns pink.  There are horizontal and vertical lines all over the screen.  Sometimes, immediately after this happens, the screen will go black.  Nothing will work and I have to push the power button in order to shut it down.  After rebooting, everything will load and work, that is until I click on a photo, image, video or movie. 
    Does anyone know what might be causing this to happen and if it can be fixed?

    Sounds like a video card problem.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Will there be an Ipad portal for images and amateur movies?

    Will there be an Ipad portal for images and amateur movies?

    Not sure what you mean by portal. You can import pics and videos using the camera connection kit.
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
    Pad2, the new iPad Supported Video Formats & Movie Formats
    H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats;
    Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format
     Cheers, Tom

  • How can I insert an image into an mov file in iMovie while keeping the background music?

    I have a short MOV file movie clip that has background music but one of the images (it's a static element with text) is incorrect. How can I replace the image but keep the backgroup the same? Also what size would the image need to be to properly fit?
    Thank you!

    Hi hyue,
    Thanks for visiting Apple Support Communities.
    If you would like to add an image to a project in iMovie for iOS, see this article for helpful steps:
    iMovie for iOS (iPad): Add photos to a project
    http://support.apple.com/kb/PH3171
    All the best,
    Jeremy

  • How can I choose the target image in Magic Move?

    Hello,
    I'm trying to use Magic Move to transition between slides. There are multiple shapes that are the same size and color on the target slide. Is there a way to control what the "target" shape is in Keynote?
    Here's what I mean (please pardon my corniness):
    Could I make it so that this image "shrinks" into the box on the far right ("Already")?
    Right now, it's defaulting to the third box from the left each time.
    Thank you so much for any help!

    Hello HanktheCat,
    Thank you for providing the details of what you are trying to do with Magic Move in Keynote.  I found a couple of resources that I think might help. 
    To use Magic Move, you set a target location by moving the original object to a new location or changing the size on the following slide.  I found an article with some tips on how to set this up:
    The Magic Move transition uses graphics and text that appear both on the current slide and the following slide. During the transition, the objects are moved into their new position and size on the following slide. This transition only works when you use an identical image, shape, or text box in a different location or with a different size on the next slide. Magic Move doesn’t work with tables, charts, or movies.
    For best results with a Magic Move transition, duplicate the slide and apply the Magic Move transition between the original and the duplicate.
    To set up a Magic Move transition:
    Create a slide and place the objects (text, shapes, images) where you want them.
    Select the slide in the Slide Navigator and press Command-D to duplicate the slide.
    On the copy of the slide, reposition and resize some or all of the text, shapes, and images on the slide.
    Add any additional text or graphics you want to add to the copied slide, and delete any objects you don’t want on it.
    Select the first slide of the pair and apply the Magic Move transition. For detailed instructions on how to add a transition between slides, see Adding Transitions Between Slides.
    You can find the full article here:
    Keynote '09: Tips for Creating a Magic Move Transition
    http://support.apple.com/kb/PH6129
    You can also watch a video of implementing Magic Move in this article:
    Keynote '09: Animate Objects Between Slides with Magic Move
    http://support.apple.com/kb/VI119
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Looking for a way to combine audio and images together into movie file

    I am using JMF to make a tiny movie.
    The thing is that I've done making sequential images (.jpeg) into a .mov(quicktime) video file, but I am not sure how to add audio (in this case in a .wav file) into this .mov . Does anybody has any idea?
    Thanks.
    P.S. this is the file that I am using to generate .mov, which is an example from SUN.
    http://www.java2s.com/Open-Source/Java-Document/Graphic-Library/apollo/org/apollo/jmf/test/JpegImagesToMovie.java.htm
    Edited by: 877113 on Aug 3, 2011 6:29 PM
    Edited by: 877113 on Aug 3, 2011 6:30 PM
    Edited by: 877113 on Aug 3, 2011 6:31 PM
    Edited by: 877113 on Aug 3, 2011 6:31 PM

    877113 wrote:
    Does anybody has any idea? Merge the video track and audio track and write it to a file using a DataSink.
    Here's an example:
    http://web.archive.org/web/20080216001555/http://java.sun.com/products/java-media/jmf/2.1.1/solutions/Merge.html

  • Images in Table move on Mouse Over

    I made a simple table-based photo gallery.  
    On mouse-over, a coloured bar appears at the bottom of the selected image.  At the same time the image moves upwards slightly, presumably the same distance as the width of the coloured bar.  
    Depending on the position of the image within the table, either one or more rows within the table move at the same time.
    I received some feedback from a viewer that they do not like this movement of the table
    Can you suggest any way to make the table more stable, i.e. remain still during mouse-over.
    See: http://www.eyta.org.uk/photos.html

    First, I don't like table-layouts.  They're last century's layout approach.  Nobody uses table-layouts anymore.  We use CSS floats now.
    Photo Layout example:
    Alt-Web Templates :: CSS Semi-Liquid, Photo Proof Sheet
    Secondly, if you're adding a border on hover, you need to add similar same sized border for the non-hover state.  Otherwise the jumping is inevitable owing to how the CSS box-model works.
    Example CSS:
    a {text-decoration:none; border-bottom: 1px solid #FFF}
    a:hover {border-bottom: 1px solid #000}
    Nancy O.

  • Images enlarge and movies play in iweb, but not when published

    Everything works fine in the program, but when published to site or folder, photos are there, but won't enlarge. The movie thumbnail shows with the little movie icon in the corner, but clicking does nothing.

    On all of your pages  you have an image that appears to cover the photos preventing them from being clicked on.
    Move it to the back via the Arrange menu or get rid of it.
    How did you add the videos to the page?  If you just dragged them onto the page or used the movie page then iWeb will have to upload them when it publishes the page and all will load when the page is accessed which can cause long loading time for the page. 
    Also thre are some files missing for the TV page as seen in the Activity window (Command+Option+A) for the page. Publish the site to a folder on your hard drive and open it there.  Check to see if the movies play OK (after you fix that overlaying image issue). If they do then the problem lies in the uploading of the files.
    If those files are Quicktime then the viewers must have Quicktime installed on their computer in order to view them.  See this page on Roddy's iWeb for Musicians site for methods of presenting movies that will let all computers view them: Player-Showcase.html.  See the list at the right for different players you can use.

  • Why can't I see the changes in my image when I move the sliders in LR's Develop Module

    When I use the quick develop tools in the LR 5.3 Library module, I see the changes in the selected image. When I switch to the Develop Module, when I move the sliders for the different tools, nothing happens to my image. When I go back to the Library module, I see the changes, but not in the Develop Module. Why is this happening? I have a PC running Windows 7. I have 30 gigs of space on my C drive. I recently updated my LR to 5.3 and subscribed to CC. I uninstalled the LR program and reinstalled it from the cloud. Same problem.

    Hello lakota85usa, the [http://kb.mozillazine.org/Profile_folder_-_Firefox#Mac profile folder is hidden Mac OS X 10.7 and above], not in your version(10.6.8), see if the "Showing hidden files and folders on Mac OS X" in the next link is helpful: http://kb.mozillazine.org/Show_hidden_files_and_folders#Mac_OS_X
    thank you

  • Moving an image-  defining the movement speed

    Alright. I have the whole code set up to display the tiled image, and move the tiled image when you click. The only problem is that It moves however far it is told to instantly. I need it to move at a fixed rate of around 20~40 pixels a second. I haven't been able to figure out the exact numbers. Would I use a sleep timer for this? I'm completely lost at this point. Here's the important parts of the code, the rest isn't necessary for you to see what I mean.
    Frame.java code -
    public final void mousePressed(MouseEvent evt) {
              ix = evt.getX();
              iy = evt.getY();
              ux += midX - ix;//ux is static
              uy += midY - iy;//uy is static
         }Applet.java code -
    public void drawApp(Graphics g) {
              for(int i = 0; i < 14; i++) {
                   for(int j = 0; j < 23; j++) {
                        Image IMGTEMP = Toolkit.getDefaultToolkit().getImage("images/realtiles/tile_"+Map.map[i][j]+".png");
                        Map.mapX = ((j*24)+tileX)+Frame.ux;
                        Map.mapY = ((i*24)+tileY)+Frame.uy;
                        g.drawImage(IMGTEMP, Map.mapX, Map.mapY, this);
                        redraw(true);
         }When i click say, at 400px, 200px, it subtracts that from the midpoint, which is 250,175, and returns the x value of -150, y value of -25. Then it moves each tile -150x and -25y, making the point you clicked at the midpoint.

    You need to define xspeed and yspeed
    When you click, your speeds are gonna be
    xspeed=(mouse_x-x)/30;
    yspeed=(mouse_y-y)/30;Then in your run() method (assuming you have a run method) you do
    public void run(){
    while(true){
    x+=xspeed;
    y+=yspeed;
    Thread.sleep(30);
    repaint();
    }

Maybe you are looking for