Problem with mask

I am currently editing a video of a play in which the cast dropped fake snow which looked great for the audience but, unfortunately, is not visible to the camera. I have added snow using Particle Playground's Cannon exploder which looks great but it should not be falling on the audience's heads ! I have added a mask to the snow layer but is not hiding the snow. I can't understand why not. I've tried leaving the condition at "add" and ticking the "inverted box and leaving the "inverted" box empty and changing the condition to subtract; but the snow is still visible inside the mask. Does anyone know what I'm doing wrong ? I have used masks before without any trouble...help ! btw I am using CS5 on Win 7.
Regards,
TL.

Your screen shot has been reduced in size so much that I cannot read anything on this computer but I'll give this a shot. I think that you didn't move the snow effect into the pre-comp. If you reveal the Effects Control Panel do you still see Particle World?
Here's what I would do.
Duplicate your footage
Add a black solid above the top copy of the footage
Change the blend mode of the black solid to screen
Draw and if necessary animate the mask so that it follows the audience movement
Set the black solid as a track matte for the top copy of the footage
Add a new solid to the comp and put it just above the bottom audience footage
Apply your snow effect to that footage.
Now you've got a layer of just the audience over a layer of snow effect over the original footage. Experiment with blend modes for the snow layer and you should be done.

Similar Messages

  • Problem with Masked Buttons

    As it stands i have a button called Start, when this button is hovered over, three more buttons appear at its side (all masked)
    I'm having trouble actionscripting the buttons, ive tried putting the AS on the button
    on(release){
    gotoAndStop(2);
    seen as everything so far is done on the first frame on various layers i just need it to go to frame 2. but this doesn't work.
    the code that's on the start button is
    on(rollOver){
    Startmenu.play();
    Start menu is the invisible movieclip which has the masks and rollout buttons in.
    anyone got any ideas?

    start button does overlay the other buttons and it is on the main timeline. as is the movieclip which activated the 3 buttons when the start button is rolled over with the mouse.
    Date: Fri, 26 Mar 2010 08:39:42 -0600
    From: [email protected]
    To: [email protected]
    Subject: Problem with Masked Buttons
    does your start button overlay the other buttons?
    is your start button on the main timeline?
    is the movieclip with the 3 buttons on your main timeline?
    does that movieclip respond to the mouse (and thereby intercept mouse events intended for the buttons it contains)?
    >

  • Problem with Mask don't cover at 100%

    Hello I am from Rome and Carmine are a graph. Using Photoshop since version 2.5 and I have not stopped! I have a problem with layer masks. applying a simple gradient from black to white gradient, I realize that this is not coopre interamnete the image to be masked before the beginning of the side though to be covered. Only by enlarging the picture you notice the defect and only one additional mask on the group fades as it should be. Has it ever happened to you?
    thanks 

    as you can see in the image despite the mask would be perfect were the contours of the underlying image on the face of the child. Even if I was going to mask with a brush manually changed nothing.
    the brush was the basic one and the oipacità to 100%. Only by grouping and masking with a new level disappeared!
    Carmine

  • Problems with masks after sending sequence back from SpeedGrade to Premiere (CC)

    Hello,
    I'm colour grading a clip in SpeedGrade  CC using the new direct link function. For the colour grading I used  different layers and also masks. Once I'm done I sent my sequence back  to Premiere Pro CC.
    I see, Premiere shows me exactly the colour correction I did in SpeedGrade except of one thing:
    The places where I used masks in SpeedGrade to light them for instance a bit up are now full of pixeled lines...
    I thought it's just a problem with the Preview, so I exported it. The pixeled lines stayed.
    Again: In SpeedGrade is everything fine, but when I'm sending the sequence back to Premiere there are these pixels.
    It's  really irritating because one day before it worked very good without  any problems and I was practically doing the same as now.
    Please help me, if you can! Thank You!

    Thank you but my masks are not animated. Premiere just can't reflect the colour correction I did for these masks. Here's an example...on the right edge I created a mask in SpeedGrade. And that's what Premiere is showing me when I send the sequence back from SpeedGrade to it:
    Does anybody know the solution?

  • Cs4, publishing to fp9 as2, problem with mask

    hello;
    I have a tf on the stage, with character embedding;
    the tf is masked;
    I have publish setting on flash player 9, AS2;
    when I play swf in flash player, the tf is not visible;
    if I publish to fp7, as2, no problem;
    any thoughts?
    thanks,
    Shannon

    Hi,
    Try exporting your file with the following settings to get a high quality GIF
    Dimensions   : Match movie
    Playback       : Animated
                        : Loop continuously
    Options         : Optimize colors
                        : Smooth
    Transparent   : Opaque
    Dither           : None
    Palette Type : Adaptive
    Max colors   : 99999
    Thanks!
    ps: please mark this post as Answered if this of any help to you

  • Problems with masking and colours  in CC2014 - not in CC -  see screenshots!

    Does anyone know this problem? Since a few weeks masking and using colors in CC2014 doesn't seems to work that well anymore. When masking 100% the masked layer still shows. When I use a colour (with pen or mouse) PSD changes the colour a little bit.  I attach two screen prints to show you what I mean. Did the same in  PSD CC and there was no problem at all.

    When you measure in the Layer Mask what is the value? 
              I don't exactly get what you mean
              I see colour space at 40%
    Has the Density been changed in the Properties Panel?
              no, it is 100%, the feather is at 0 %
    When you open the CC 2014 file in CC does the issue persist?
              No, in CC the same file works fine

  • Problems with masks compiled on win2000.

    Hi all,
    if I compile masks on win2000, these are not displayed correctly in winnt. The patchset is the same on both systems (6.0.8.16.1 for forms builder and runtime). on win2000 the form is displayed correctly. But on winnt the bars (toolbar, navbar) are not visible. The second problem is the mask not open in full screen in forms runtime but as a window in a windows.
    best regards, steven

    I found the other DevZone discussion you reffered to with gesa.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=50650000000800000056160000&ECategory=LabVIEW.LabVIEW+General
    You might try the suggestion that was made there. Since the error message is complaining about the 9th argument of the property node, we can try removing it; that is, delete the constant connected to the last input and shrink the property node so that there is no DTR input. Alternatively, you can change the flow control mode to . I think what is going on here is that in the original VI, the VI set the flow control to DTR/DSR (hardware flow control) and then asserted the DTR line so that it would be in the proper state for
    the communication to begin. This may have been allowed in an older version of VISA, but I think in the new VISA, if you use hardware control, it won't let you manually change the state of that line. The line state should be controlled automatically by the low level drivers. The result is the error you are seeing which is basically telling you that you do not currently have access to that line. If you use a flow control mode that does not use that line, you are allowed to assert it manually.

  • Problem with masked SSID and network connect

    I recently purchased, and am discussing the HP Photosmart 6510 All in one product.
    I have read, and verified that your product does not permit connection to masked (non broadcast) SSID networks.
    I would appreciate you making a software change to support masked SSID networks. It seems unreasonable for me to be forced to lesson my security (it's hard to attack or connect if you don't know it is there) posture to enable wireless printing. The printer software allows you to enter an network SSID manually, so the only change needed is to enable connection to a masked SSID in the same way that a computer, or a gaming console (WII) does.
    Masking the SSID is a standard bit of functionality for network routers, so much so that every device (smart phones, gaming consoles and laptops) that I have connected all support the recognition and connection to a manually entered, masked SSID.
    Your software/firmware should support all standard functionality for wireless use if it is advertised as a wireless device.

    Let's try again. I wasn't asking for anyone's opinion regarding the efficacy of using a standard, provided bit of Wireless network functionality. It would be a mistake to assume that this is the only security method I employ, but masking simply makes it so that the other 3 networks on my block are the ones with a "welcome sign" out.
    ALL my other network supporting appliances support SSID masking.
    When will you change the software/firmware to support this standard feature (regardless of how you feel about it)?

  • Problem with masks, the shape don't select the right area.

    I was working all day with Premiere Pro and After Effects linked on and I snet another video fron Premiere to After and when I tried to create a mask it selcted an area different like in the image. I checked everything on the mask panel and It was all nomal, please help.@

    This usually happens because you have an effect on layer, that distorts the image. Some effects are applied after the masks like this. If you want the ability to use a mask ontop of the distortion, you could solve it be precomposing the layer.

  • Low frame rate with mask

    I added a mask to a mpeg1 .mov file to remove the letterboxing, and now it plays at like 6-7 fps. I had no trouble with the original file, and my computer should obviously have no problems keeping up (the file is only 320x176). Any ideas on what the problem is or if this is common?

    That is not an inherent problem with masking mpeg1 files. I just did it in QT 6 to a similar sized 29.97 FPS mpeg and it didn't slow down the FPS playing rate. Perhaps you should try it with a different mpeg and see if the problem is unique to that first one. If it is a general problem with mpeg then try it with a .mov file. If the slow down remains when masking then it probaably should be reported to the QT team at the feedback page:
    http://www.apple.com/quicktime/products/contactqt.html

  • Problem with cp and ACL default entry for mask

    I am having a problem with the cp command, copying to a directory with default ACL entries.
    I don't think it is creating the ACL's of the resultant files correctly.
    I have two users (let's call them mark and john).
    As john I create a directory and give it ACL privledges to mark, as well as setting defaults to give john writes to anything mark creates.
    john> mkdir for-mark
    john> setfacl -rm 'user:mark:rwx,default:user::rwx,default:user:john:rwx,default:group::r-x,default:mask
    :rwx,default:other:r-x' for-mark
    john> getfacl for-mark
    # file: for-mark
    # owner: john
    # group: john
    user::rwx
    user:mark:rwx #effective:rwx
    group::r-x #effective:r-x
    mask:rwx
    other:r-x
    default:user::rwx
    default:user:john:rwx
    default:group::r-x
    default:mask:rwx
    default:other:r-x
    As mark I copy files to that directory:
    mark> cp myfile /home/john/for-mark
    mark> getfacl /home/john/for-mark/myfile
    # file: /home/john/for-mark/myfile
    # owner: mark
    # group: staff
    user::rw-
    user:john:rwx #effective:r--
    group::r-- #effective:r--
    mask:r--
    other:r--
    The mask is incorrectly set to r-- instead of rwx.
    This leaves john unable to write to myfile (although, strangely he can delete it).
    I am NOT using the -p option on cp. I would expect this behavior if I did.
    Mark can create a file with touch or vi and the mask is incorrectly set to rw-, which is a little better. Compiles are definitely created correctly with rwx.
    Is this a bug? Or am I doing something wrong.

    You are having issues in client 000 rite ?
    I dont think login/no_automatic_user_sapstar = 0 will help you , This parameter will help you to login newly created client ( other than 000/001) with sap* and passowrd PASS.
    login/failed_user_auto_unlock = 1 , will enable automatic unlock off locked user at <b>midnight</b>
    Did you use the correct Maxdb sql command ?
    Thanks
    Prince Jose

  • Problem with date format mask 'D'

    I am experiencing an extremely thorny problem with the date format mask ‘D’. I am trying to use it to check whether today is a Monday. The variable v_temp_day is set to sysdate. For the last 4 weeks the code has behaved erratically – giving a different result at 02:00 than at 10:30 even though it is only taking account of the date. In desperation I inserted a debug statement formatting the date in a variety of ways – with interesting results. Oracle is somehow managing to tell us that today is simultaneously Monday and Tuesday depending on which format mask you choose. Anyone got any thoughts or suggestions?
    PROC_ID TO_CHAR(STAMP_TIM
    EVENT_SQLERRM
    RRHKP010 17092007 02:00:00
    TO_NUMBER( TO_CHAR( v_temp_day, D ) ) = 2. TO_CHAR( v_temp_day, D ) = 2. TO_CHAR( v_temp_day, DY ) = MON. TO_CHAR( v_temp_day, DAY )
    = MONDAY . TO_CHAR( v_temp_day, Day DD-MON-YYYY HH24MISS ) = Monday 17-SEP-2007 020000. TO_CHAR( v_temp_day, D ) = 2.
    SQL> select to_char( sysdate, 'D' ) from dual ;
    T
    1

    My book says the trunc(d,'iw') will return "same day of the week as Jan 1st of that year"It's bad book.
    Please read about [url http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a96540/functions176a.htm#80159]TRUNC & 'IW' Format Model and [url http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a96529/ch3.htm#50331]Database Globalization Support Guide: First Calendar Week of the Year in the manual.

  • Problems with creating a mask in AE 4.1

    Hi all,
    Yes, I'm using After Effects 4.1... not CS4... that's version 4.1 from 13 years ago.
    I'm having a problem creating a simple mask and I can see from a more current AECS5 tutorial that creating a mask on a layer is similar to creating one in AE4 based on a comparison to an old AE4 tutorial.  I've read instructional material and it seems simple enough, but for some reason its not working for me... I know I'm doing something wrong.  I'm an advanced Photoshop user and I know the concept of layer masks and how to create them.
    I create the mask on a layer and I can see and adjust the bezier points to adjust the shape of the mask... adjusting the shape of the mask by the bezier points is a little tricky since it stretches in both directions when you grab a single point, but that's okay,
    But no matter which mask mode I try, Add, Subtract, Intersect, Lighten, Darken or Difference, it is not masking the layer that it is attached to even when I preview the timeline.
    I don't want to just create a color layer on top of the layer I want masked to simulate a mask (which I can otherwise do) because I want to stack layers with masks and have the unmasked parts showing through (like in Photoshop), without rendering separate layers and re-importing them with blue screening or black screening... I should just be able to mask the parts that I don't want to show up on each layer and only have the unmasked parts of each layer show through each other for my final render.
    Thanks for any input,
    digi

    Thanks for writing back Dave and Rick,
    I think there is something in what Dave said about opening a new layer window, but it still isn't working right.  Please see the screenshot of two full project windows below.
    One thing that could be giving me problems is my layer content... it is a numbers layer attached to a solid layer, as you can see.
    In the comp window at the top of each screenshot below, you can see the bezier points from my original mask that I created by clicking on 'Shape' next to 'Mask' on the left in the timeline window after selecting 'Layer>Mask>New Mask'... but I can see that this isn't the right way to do it because (1) it isn't masking, it only shows bezier points. (2) When I try to adjust those bezier points in the comp window it only stretches the numbers. And (3) when I'm in the comp window, I don't have access to the layer shape square and oval tools... they are grayed-out.
    So in the layer window after double-clicking on my numbers layer, in screen #2 below, you can see that it isn't showing anything... just black, but you can see the bezier points from my original masking attempt that also show up in the comp window.  But in that layer window I do have the square and oval tools available to me and you can see that I tried creating a new experiment with a triangle mask, but that only shows bezier points and no masking effect.  When I close that window, as Dave said, after making the new triangle mask, it only broadens out my original mask besizer points in the comp window to encompass both masks now, but does not reflect either masks actual shape, nor is it actually masking anything.
    Let me know what you think.
    Thanks again,
    digi

  • Problem with quick mask selection appearence

    Hi,
    I am having a problem with the quick mask view (red) selection. When i press the \ key to see the selection i get a red rectangle in a random place of the screen instead of the red selection. Before the last update i had no such problem. Any solution to this ?
    I am working on 64bit cc version Win8

    No I tried to disable the Graphics Processor but no result.  It is as it tries to aply the mask but crushes. if i leave it for about 10 sec photoshop crushes also...

  • Problem with Refine Mask (Edge) Tool (+Refine Radius Brush)

    Hey all,
    I'm a teacher at Vancouver Film School in Canada.
    Having some major problems with the Refine Mask tool in Photoshop CS5 (+5.1)
    Especially when using the Decontaminate colours check box.
    it eliminates smart objects
    it leaves artifacting (especially in areas where I use the Refine Radius tool.) see posted image
    these are consistent problems.When I uncheck decontaminate colours, the artifacting doesn't happen and smart objects stay in tact.
    Is anyone else having problems with this?
    Also having this problem
    sometimes the radius will only increase INSIDE the selection  and not in the center like it should. This is the most frustrating  because it's not consistent but happened on 4 systems yesterday while teaching a class.

    Hi Notsosimpleton,
    You most likely already know this stuff.
    I have been experimenting with two images with Photoshop.  I agree that masking is a non destructive method of editing your image, but when you choose to use the decontaminate color option the refine edge feature automatically changes from new mask to new layer with mask indicating that the decontamination is destructive.
    Smart objects by there nature prevent pixel level modification. From my (general) understanding of the decontaminate color feature, Photoshop is attempting to replace edges which contain colors from the non selected area with colors from the selected area, in turn your smart object needs to be rasterized to allow this process to take place.  This then creates artificating because Photoshop is painting on to edges with color, leaving undesired rubbish around your selection. The majority of this is hidden by the mask.
    Changing your selection method or using clone stamp with the blend mode set to color and replace edges using selections from inside the selection area.  Affectively doing what Photoshop would do, but manually.
    I am not sure this really helps?, but I always try using other masking methods to achieve the result i.e. channels, paths.  I would be happy to experiment and share the results.

Maybe you are looking for

  • A/R Extractor, Validation, and Enhancement......

    Hello ALL Need HELP in undesrtanding A/R extraction and validation.  Also need your help in LOGIC for Enhancement: 1.  We use 0FI_AR_4 to pull in data into ODS.  As a Std. BC data surce and cube, the mapping includes 0DOC_NUMBER      (SD Document Num

  • Error while posting the IDoc for Customer Invoice.

    hi, I m posting Customer Invoice through LSMW using IDocs. Basic type is FIDCCP02 and message is FIDCC2. While posting the Idoc I m getting error as: 'Document or line item does not exist for invoice reference'. I m not getting the error why it is as

  • Time Machine can no longer complete backups? How to fix it?

    I aborted a download of Maverick after reading reviews and problems. I have an older imac intel. Since then any attempts by time machine to perform backups fail. Help!

  • High level of transactions...

    I have an app that will need to support a high-level of concurrency. What aspects should I incorporate in my JDBC code when performing updates to the database? Thanks in advance!

  • Please help. download error

    hi, Intially i downloaded an ebook on my old pc with the same adobe username. I since got a new pc as the old one crashed and when I download the same book I get a registered to another user msg. how is the possible? how do i fix it? the user is the