Add Tracking Mask to PSD or .PNG Layer in AE CC

Guys, I'm pulling my hair out. Anyway you could give me a quick tip on how to apply a tracking mask to a PSD or .PNG layered on top of a movie file in AE CC? Man i'm going crazy trying to figure this out. Thank you very much in advance.
I see here: http://tv.adobe.com/watch/learn-after-effects-cc/rigid-mask-tracker-in-afte... how to apply tracking mask to an adjustment layer, but the .PSD layer or .PNG layer mask doesn't offer the "right click > tracking mask" option.
Please, what am I over looking? I have an AE comp with a PSD file or PNG file which has some bricks for a building, and I need the mask to track as the movie ever so slightly moves.
Please help me. Thank you.

Nope, that's not how it's done.  It's a little more compolicated than that:
Duplicate the car layer.  Put it above the bricks.
Make a mask around the  car.  Do it just before the car gets in front of the bricks.  Be very careful when masking.  Click the stopwach icon on the mask path property.
Go forward in time until the car is just past the bricks.  Double click on the mask path you made earlier: a box forms around it.  Drag it back over the car and tweak mask vertices as necessary.
RAM Preview and adjust the mask path as necessary.
There you go.

Similar Messages

  • [BUG]PS CC Layer Group add vector mask and disable it,use path selection tool click,always crash!!!

    [Bug] Photoshop CC,Layer Group add vector mask and disable it, use path selection tool click canvas, always crash!!!  Please help me!
    The sample psd file(158KB):
    http://doc.aoyea.com/ps_cc_bug.psd
    My Computer configuration:
    SONY VAIO CA100 Notebook、Intel Core I5 2410 CPU、16GB RAM、AMD Radeon 6600M(1G RAM)、Windows7 x64 SP1(clean)、Scratch disk free space is 100GB
    email: [email protected]

    Hi,
    As far as i know that's a bug that will hopefully be fixed in the next update to photoshop cc.

  • How do add a mask to a layer?

    It may be basic but it seems confusing, please I need help

    Assuming that the variable myLayer is a layer object, the collection of all its masks is: myLayer.property("ADBE Mask Parade");
    and its children are the actual masks groups (which can be renamed). To add a mask to the collection you do:
    var myMask = myLayer.property("ADBE Mask Parade").addProperty("ADBE Mask Atom");
    Then you can set its name, color, rotoBezier attributes etc (optionnal):
    myMask.name = "My mask";
    myMask.color = [1,0,0];
    myMask.rotoBezier = false;
    myMask.maskMode = MaskMode.ADD;
    To set its keyframable properties: the maskPath property has special propertyType (SHAPE).
    You need to create a Shape() object like this before setting the value:
    var myShape = new Shape();
    // set the vertices (coordinates of the vertices in layer coordinates, not comp)
    // + the inTangents (coordinates of the incoming Bezier handles with respect to the the corresponding vertices)
    // + the outTangents (coordinates of the outcoming Bezier handles with respect to the the corresponding vertices)
    // + the closed attributes
    var w = myLayer.width, h = myLayer.height;
    myShape.vertices = [[w/2, 0], [w,h], [0,h]];            // here: array of 3 "points"
    myShape.inTangents = [[0, 0], [0, 0], [0, 0]];        // array of 3 "vectors"
    myShape.outTangents = [[0, 0], [0, 0], [0, 0]];        // array of 3 "vectors"
    myShape.closed = true;
    // now set the value:
    myMask.property("ADBE Mask Path").setValue(myShape);
    In this example all tangents are 0 which gives a mask with straight contour.
    Unless you already have your shape data ready, inserting more complexe values for tangents is not so straighforward.
    Xavier.

  • Psd or png to ai

    Hi,
    A bit of a long list of questions, I have difficulty finding specific answers. As much as I would appreciate specific answers, just giving broad advice on the topics is also very much appreciated.
    I currently need to convert some of my tshirt designs to ai or esp format so they can be printed. I have discovered the trace tool as to fix the problem you get with the lines when you import a psd file to illustrator. What I am still struggling with is keeping transparency of the background.
    I did manage to create a ai file from png with a transparent background, but now I cannot seem to replicate it. Also I find it difficult to see IF the BG is transparent since its always white (instead of the grey blocks). atm I check by adding a layer in illustrator and paint something to look if it shows under the original layer.. seems a bit silly.
    I've read that importing the png files should solve the problem, but I can only manage to keep transparency when saving as a png, which is not what I need. btw (may be the reason of my failure) I import the psd file and select flatten, since the psd files often contain many layers and I couldnt get the trace tool to work.
    So I have a few questions which you might be able to answer; I sort of know the difference between ai and eps, but I dont see any reason to save as eps, is this correct thinking (taking into account I can deliver them in both formats)?
    What would be the easiest way to convert psd or png files all with transparent BGs to ai? Is using the trace tool efficient and a good choice to fix the problems with the picture caused by importing psd to ai? should I 'always' use the "place" function to import? Is there anything else I should concern myself with?
    Those are a lot of question, hopefully you are willing and able to answer some or point me in the right direction, if you have any idea what I am talking about, cause I only barely understand myself. I thought illustrator was much like photoshop, but it certainly isnt.
    in any case thanks
    cheerz
    Tom
    PS I dont dare to ask anymore, and I did not research it yet myself, but what is meant with "text to curves" and "line thickness to paths"?

    thank you all, I am now converting the images and it goes well. the terms are thrown at me by the printerstore that is going to sell my designs.
    I do have a follow up question though. I have this one design which i want in 4 colors. it has white lines in it. If I enable ignore white, then those lines are removed after tracing (I dont want this), but if I do not enable ignore white, then illustrator will fill the background with white and lose transparent BG. How can I solve this? Plus when I use auto trace and select the number of colors, e.g. 4, then illustrator might still choose to only depict 3 colors, which seems really strange

  • I pick a photo, make a copy, add a mask and when I use a brush nothing happens to the mask or the picture. White or black?

    I pick a photo, make a copy, add a mask and when I use a brush nothing happens to the mask or the picture. White or black.

    If I understand you correctly, you have
    Opened an image, and copied the background layer. 
    Added a layer mask, and finding that painting in the mask makes no difference whether you paint with black or white.
    That is what you would expect to happen if both layers are identical.  To demonstrate, make a change to the copied layer.  Either change the blend mode to Multiply, or lower the opacity, or paint big red stripes across it.  Now when you paint with black, the red stripes will disappear where the mask is black, and be visible where the make is white.

  • Track Mask Tool Not Available in AE CC 12.0.0.404?

    I am trying to use the Track Mask tool in AE to do a simple track on a sign in my footage. But, after watching several tutorials, it seems that the track mask tool simply is not available in this version.
    I have tried command clicking with mask path selected, looked under Animation for an option, and command clicked the mask layer itself on the footage, and have not seen the track mask option.
    Like I said in the title, I am running 12.0.0.404. Does anyone know what version the Track Mask tool became available?
    I need an Administrator to update, which I am willing to take care of if it means this tool will become available.
    Thanks

    I can understand not going to 13.1 in case you don't like the new interface (which is improved somewhat in 13.2, by the way), but you should definitely be on the latest version of 12 for all the bug fixes and new features! (Although, in my experience the latest version of 13 runs really nicely.)

  • Add vector mask to smart filter

    You can apply a mask to smart filters, but I can't find a way to apply a vector mask to smart filters.
    As a workaround I make a selection from a path and make a filter mask from that selection. That works just fine, but I'm still wondering if it's possible to apply the vector mask directly to the smart filter.

    I don't believe you can add a vector mask directly to smart filters but you could add a vector mask from path to the layer.

  • Can't add tracks to queue

    I can't add tracks to my queue. I find an album, highight every track, and then right click 'add to queue'.  The tracks used to show up after some delay but now they don't show up at all! The last time I restarted my Mac, Spotify updated and deleted my entire saved queue.  Now I can't replace the tracks that were deleted. Help!  Help!  Help!  Thanks so much!  -Katie

    I figured out how to get around this glitch.  Play a single track.  This single track will show up in your queue and so will your added tracks!   They only issue now is that the number of visible tracks in my queue is limited to 50.  I have more than 50 tracks queued but I can't see all of them.  When a track is finished playing and goes into my 'history' list, another new track will replce it at spot 50.  So I know Spotify recognizes all my queued tracks but for some reason, only shows the top 50. All these changes and bugs are annoying!  Each update is something new and different.  Arg!!!  Katie

  • How do I add track marks to a continuous mix?

    I purchased an album from iTunes that contains one track that is a continuous mix of music for over an hour. How do I add track marks to the mix when burning it to a cd? I would like to seperate it into smaller pieces while still preserving the continuous mix. Is this possible?
    MacBook   Mac OS X (10.4.8)  

    You can not do it in iTunes. Well I should say, you can not do it very easily. You basically need to break the file up into many files, one for each chapter. If the files can have gaps between them (they are not continuous live a live show) you can put those files back into iTunes and then burn them to a CD. If you need them to run together seamlessly, then you may need an outside application (like Toast) to put them on a CD with no gaps. I know iTunes now supports gapless playback, but I don't know if that includes when burning to a CDR or now. I still use iTunes v6, so no experience with it.
    Patrick

  • Export cliping mask as PSD from Illustrator

    Hello, i'm trying to export Illustrator cliping mask as PSD file, but when i import file into Photoshop i my cliping mask is not cropped, so it imports the borders of the rest of illustration artwork. I tryied to expand the cliping mask, getting same result. So need help how to prepare cliping mask in Illustrator to export for Photoshop with same borders as mask have? Thank you everyone.

    I have a lot shapes like donut or "O" when i release mask i loosing the shape, and becose i working on map i have hudge number of shapes like this one it will take too long time spend to release all mask and prepare them with shape builder or patfinder each one. Is there any easyer way to export clipping mask to PSD from Illustrator with etitable separate layers? All i get is an image without cropped egdes when i export. I tryed diferend color mode and lots of stuff but somewhere i missing something...

  • I am trying to add tracks which I have on my library on my computer to my ipad. I have done this manually but teh status bar never gets beyond "preparing to update". I have used itunes for years but never had this problem before

    I am trying to add tracks which I have on my itunes library on my pc to my ipad. I have done this manually but the status bar never gets beyond "preparing to update". I have used itunes for years but never had this problem before

    When I restart my iPad the connect to iTunes comes up and stays on until it shuts down again, I have read a report from Apple support suggesting I reinstall iTunes so I might try that again and also your suggestion which i shall also try, but thanks again - rg1547

  • How can I feather the vector mask (path) of a shape layer in CS6?

    How can I feather the vector mask, i.e. path of a shape layer in CS6?
    The corresponding slider in the properties pallette is alway grayed out and unmovable for me when dealing with shape layers. Is there a trick to it, or ist it really not possible at all? (In CS5 you can feather any vector mask via the mask pallette, although the mask's behavior is most of the times quiet buggy after doing so.)
    Or is there any other way to non-destructably blur a shape in CS6? (I know I can create a smart object and use a blur filter on it, but that's not really what i'm after.)
    Thanks in advance for any help on this.
    Reiz

    Start from the beginning
    - Select the Rectangle Tool - go to Options Bar, ensure 'Shape' options is on from the the Pick a Tool Mode drop down list.
    - Draw Rect. This should create a vector Shape Layer.
    - Select it in the Layers Panel: The Properties Panel then should highlight the Density and Feather options.
    What happens here when you drag the Feather slider? On my end it feathers the vector shape as a whole.
    If you need further masking capabilities, then apply a Layer Mask to the Shape and proceed with the Properties Panel Density/Feather options.
    h

  • Ovi unable to add track to music library i cant tr...

     any solution to this bug ....ovi suit downloads music via pc with latest ovi software but unable to tranfer to device nor play in ovi mucic player
    here is a screenshot
    Attachments:
    untitled.jpg ‏340 KB

    the song downloaded automatically comes to local disc C:/ but its DRM protected so i cant manually copy/paste it to my mobile it has to be done via ovi suite options but ovi displays "unable to add tracks" i tried reinstalling all nokia softwares but the problem persist ...plz help

  • How to add tracks to playlist

    how to add tracks to playlist

    Assuming the track you want to add already resides in your Library, one way is to navigate to that song, right click on the name of the song you want to add, select Add To Playlist. and choose the playlist you want to add the song to.  (iTunes 12.1, OS 10.9.5)
    Good luck
    srb

  • Right-click add track to playlist doesn't do anything

    About 90% of the time (iTunes 12) trying to add tracks to existing playlists via right-click doesn't do anything.  No error message, but the track just doesn't get added.  I think this mostly happens when adding multiple tracks at once, not sure.  Clicking on the little circle and adding to playlist that way, on the other hand, seems to work for the one track but ignores all the other tracks you have selected and only adds that one track.
    Is this a known bug?  Does it only happen to me?
    I have to resort to always selecting all the tracks I want to add, then choose 'create new playlist from selection'.  This always works. Then I have to copy (drag-and-drop) the entries from that new playlist to the playlist I actually wanted the tracks in, and then delete the new unnecessary playlist.  It's an unnecessary amount of work.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

Maybe you are looking for

  • Error while installing Windows server 2008 R2

    Hi, I am trying to install Windows server 2008 r2 (7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso). While installing i am getting the below error. Please help.

  • Reliable unlimited multi-reco​rd acquisitio​n

    I am attempting a multi-record acquisition in NI-SCOPE following the pattern of MultiRecordFetchMoreThanAvailableMemory.  The system is, in general, working for numRecords up to 10,000 (which in this case corresponds to 600 MB of data in total).  How

  • Displaying XML Namespaces in JTextArea

    Hi, I want to add the Namespaces to a XML element in the below given way, Please tell me how to do it.... <process name="meritprocess" xmlns:lns="http://www.w3.org/TR/wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLo

  • How to set colors in cells depending the conditions  in alvtree

    Hi All, Could you please provide me idea or sample program how to set colors in cells depending the conditions  in alvtree. Thanks, Suresh

  • Cisco Works "Devices not configured in ACS"

    Hi! I have instaled Cisco Works ver. 4.3.1 I have added using the Device Discovery, my devices. Some of them where not configured already on ACS with the loopback address, that was the one on the discovery configurations. Because of that, i could not