Blur out multiple objects in a single clip?

I found a tutorial which explains how to blur an object in a frame by having the source clip on track1, a duplicate on track3 with gaussian blur and a shape on track 2 and then you do composite mode travel matte-luna on the clip on track 3, but how do you blur multiple objects in the same clip?

How do you nest them? This is what I got:
http://screencast.com/t/r7wanNGAi
both circles have ADD composite modes.
Result:
http://screencast.com/t/l0nihfdBuV
The left circle is correct but the right circle is white now.

Similar Messages

  • Blur out an object

    Hello,
    Is there any way using imove 09 to blur out on object in the video. I know you can crop the video but I need to know if there is any way of blurring out an object.
    Thanks,
    -Nathan

    Hi
    Not within iMovie'09
    (iMovie HD6 + Plug-ins might do it)
    Plug-ins can not be used with iMovie'08 or 09
    You can export out to QuickTime and here superimpose a black square over the
    sencitive area.
    Else - this needs FinalCut and key-framing so that the blurr/dark area follow
    if object is moving.
    Yours Bengt W

  • Need help (desperately) '^_^ in writing multiple objects in a single file

    For all those Java guru out there please help me,
    I want to write a simple application that can serialize objects in a single file. Currently I know how to serialize one object in one file using the ObjectOutputStream's writeObject () method.But the problem is that if i have 10.000 objects to serialize then I will have 10.000 file in my HD. To simplify things I want to write those 10.000 objects in a single file. But I dont know how to do that, any one can help ??

    You can write any number of objects of any type into a file when you serialize them. You need to realize that once they're written to the file, they're all placed in there as type Object, so there really isn't any distinction between any of them. You don't have a file that contains only Shapes, or only Images. You write them out as Objects, and then you discover their types later as your deserialize them and read them in. You should read into the "Reflection" capabilities that all objects have. You write an Image to a file, and then a Shape, and then a Color, you can later pack these all into an ArrayList as you read them in, and when you use them discover their type using reflection.
    -Jason Thomas.

  • Blurring out MULTIPLE and moving faces-Can this be done?

    Hi-
    I need to work on a project that will entail blurring out the faces of a few people running in and out of a room. So it's the nightmare of multiple moving faces!!!
    Any ideas?
    Oh, and the sequence is about 45 minutes long!!!!!

    What's wrong with Andy's region Blur, Dina?
    The answer is yes, you can mask and blur faces in Motion, however you don't want to create a 45 minute project in Motion - that's not what it's good at. It's made for short segments...
    Patrick

  • Place multiple titles on a single clip and then manually place them?

    Hi all,
    Is it possible to place multiple titles on the same clip in iMovie 09?
    I would also like to manually place those titles to where I want them to be on the frame.
    I know it's possible to "trick" iMovie by adding a title to a clip, exporting it, and then importing it again to add another title but this seems to degrade the quality of the video.
    Thanks very much!
    Mike

    mac shy wrote:
    .. I would also like to manually place those titles to where I want them to be on the frame.
    I guess, that kills iMs built in title features.
    so, Plan B)
    export a still form your project (=just as reference for following procedure)
    use any pic processor (Photoshop Elements/Pixelmator/..) which allows 'layers'.
    use exported still as background
    add as many titles where you want .. (keep in mind, video! no small fonts, no serifs, no too bright colors...)
    replace background layer by pure Green
    export as jpeg
    import to iMovie, use Greenbox effect to add video.

  • How to add aggregation on multiple objects in a single webi table?

    Hi experts,
    I recently face an requirement that show a report table in a specific format.
    Let me show you in a simple example, let's say we have three dimensions and one measure. Product, Region, Quarter and Sales. When put these objects in an vertical table, it display data in this way.
    Product
    Region
    Quarter
    Sales
    TV
    North
    Q1
    37
    TV
    North
    Q2
    6
    TV
    North
    Q3
    4
    TV
    North
    Q4
    89
    TV
    East
    Q1
    81
    TV
    East
    Q2
    5
    TV
    East
    Q3
    32
    TV
    East
    Q4
    99
    Mobile
    North
    Q1
    13
    Mobile
    North
    Q2
    50
    Mobile
    North
    Q3
    95
    Mobile
    North
    Q4
    65
    Mobile
    East
    Q1
    58
    Mobile
    East
    Q2
    80
    Mobile
    East
    Q3
    76
    Mobile
    East
    Q4
    97
    However, we expect to append some aggregation value in this table as this.
    Product
    Region
    Quarter
    Sales
    TV
    North
    Q1
    37
    TV
    North
    Q2
    6
    TV
    North
    Q3
    4
    TV
    North
    Q4
    89
    TV
    East
    Q1
    81
    TV
    East
    Q2
    5
    TV
    East
    Q3
    32
    TV
    East
    Q4
    99
    Mobile
    North
    Q1
    13
    Mobile
    North
    Q2
    50
    Mobile
    North
    Q3
    95
    Mobile
    North
    Q4
    65
    Mobile
    East
    Q1
    58
    Mobile
    East
    Q2
    80
    Mobile
    East
    Q3
    76
    Mobile
    East
    Q4
    97
    TV
    All region
    Q1
    TV
    All region
    Q2
    TV
    All region
    Q3
    TV
    All region
    Q4
    Mobile
    All region
    Q1
    Mobile
    All region
    Q2
    Mobile
    All region
    Q3
    Mobile
    All region
    Q4
    All product
    North
    Q1
    All product
    North
    Q2
    All product
    North
    Q3
    All product
    North
    Q4
    All product
    East
    Q1
    All product
    East
    Q2
    All product
    East
    Q3
    All product
    East
    Q4
    All product
    All region
    Q1
    All product
    All region
    Q2
    All product
    All region
    Q3
    All product
    All region
    Q4
    As you see, we add "All region" and "All product" here, and combine them with real product, region and quarter value to show aggregations.
    Can anyone tell me how to get such table in webi? Can we implement it simply in report level?
    Best regards and thank you,
    Ocean

    Actually, this question is more focus on the report structure. I know the calculation context. In my first thought, I create the report similar with above one. The problem is in that case, there are a lot of duplicate rows. If you don't know what I am talking about, you can just take a little try in a real webi report sample.
    The key of the question is about how to put the aggregated "All product", "All region" rows in the right place with right frequency and in a single table. As I said, it is more about the format/structure problem.
    Any thought?

  • Need same logical path for multiple objects in a Single project

    Dear All,
    I have a requirement where I wish to ensure that whenever an object is created in the LSMW transaction (In a Single Project), that object has to be created always under the same logical path name.
    This logical path I want to define under the transaction FILE.
    Is it possible to get this done?
    Please help,
    Regards,

    Nimish,
    Please tell me how to ensue that for every object created we get the same logical path without entering any value.
    The path i mean is the one defined in the transaction FILE
    Thanks for your input.
    Regards,

  • Showing multiple Objects in a single row in Gantt Chart

    Hi,
    I am wokring on extending the cPro4.5 gantt chart.
    I have a tree hierarchy which I want to display on the Gantt Chart. But my need is to display all the children and its parent in single row i.e. in a new row bove the Poject row in the gantt tree (hierarchy shown on the left side) of existing chart.
    Is it possible with the Gantt chart?
    If yes, then where and how do I pass this information to the transformation I call in the end to convert the abap tables into XML file which is finally shown on the gantt.
    Kindly guide.
    Regards,
    Varun

    Hi Varum,
    Sorry but I think I don't understand your requirement. Do you need see on the left of your gantt project structure?
    Thanks,
    Sara

  • Add Multiple Effects to a Single Clip at Different Times

         Ok, first post here. Just a little history about myself, I am a senior member of the Sony Vegas board, power user of Photoshop, newb of Premiere, and total newb of After Effects. I have looked at every tutorial, PDF, help manual, Google, FAQ, etc. (In other words I have done my due diligence before posting) for the past 6 weeks and feel as though I know next to nothing :/
         So many questions, so few brain cells...........The current problem I am having is; say I have a clip in the time line and I want to add an effect to it 10 seconds in (use 'shatter' as an example). When I add the effect, it begins at the start of the clip, so I found the Ctrl + Shift + D trick and thought that would take care of it, but the effect is still in the same point in time (10 seconds) in the newly created clip. I have tried shortening the clip, but it acts more like slip editing and doesn't seem to help. How can I get this to work, and then heaven forbid if I want to add another effect at a later point on the clip? Over the years, I have helped hundreds of people, and answered thousands of posts, I hope someone will take the time to help me. Thanks

    You picked a complex one to start off.... The simplest way to get the right timing would be to pre-compose and thus isolate all the timing from the main comp. If you want to stick with the effect in the main comp, then you must animate all the force parameters, including the force value, radius and also the gravity parameter. A third option would be to create a gradient map and animate its threshold. Such a map is simply a greyscale and based on the distribution of the brightness can control which pieces explode first, allowing for some interesting effects when combined with the forces.
    Mylenium

  • With multiple events in a single event case, how to associate value with the correct object?

    I am playing with the template where an event structure takes note of user inputs and a main state machine is then used to respond to these inputs. When I only monitor one control I use the 'NewVal' output to read out the changed value. But when I monitor multiple objects with a single case I also have to associate the readout with the correct owner. After some tinkering I was able to extract the label property and use a case to assign them. Are there better ways of doing this? For example maybe there is a way to connect the label text directly to the 'bundle by name'?
    Also this should be easy to accomplish by simply creating local variables of the objects and read from them, but I got the impression that the use of global and local variables is now strongly discouraged?
    Thanks for any suggestions!
    Attachments:
    Untitled.png ‏39 KB

    Well, I don't really like these theroretical discussions. Can you attach a simplified version of some of your code?
    There are many other ways to identify the particular control. You could for example search an array of references for the value of the "ctlref" event data node. This would make the code much more robust (your code will fail for example if you (or some other programmer updating your code in a few years!) notices a mispelling and edits the label without also changing the case structure cases).
    LabVIEW Champion . Do more with less code and in less time .

  • Apply multiple effects to multiple objects with single click box

    I would like to click on a click box and have one object appear and another object disappear. I guess what I'd like to do is apply effects to multiple objects with a single click box. Is that possible?
    Thank you.

    Welcome to our community
    Sure it can be done but you won't use effects to do it.
    When you insert an object in Captivate, you have an option to enable or disable Visibility. You also have an option to name the object. So you would give the object a meaningful name and clear the Visibility option to "hide" it until needed.
    Then you would create an Advanced Action that would hide some objects and show others.
    After that, you would assign the Advanced Action to a Click Box or a Button or some other event.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Pasting multiple objects into frame

    Greetings everyone
    I was wondering if someone could shed some light on how to best paste multiple objects into a single frame.
    Mainly, I'm trying to nest objects that form a part of a newspaper article header; since it's a design element that keeps repeating with each single article I don't want to spend time with manually positioning the elements each time--it's time consuming and prone to sloppiness.
    Unfortunately, the base frame will have about three objects that need to be nested within it. Once I paste one object into a frame, the next time I do `Paste into`--the content (previously pasted object in this case) just gets overridden.
    I've read that, to paste multiple objects into a single frame, one should group the objects first. Now this works pretty well for getting them into the frame, but leaves me with no options to position them relative to the frame. I can't move or position an object individually and I have no option to ungroup them once they've been pasted.
    Here's a small mock-up to depict my peculiar predicament:
    Ideally, I'm aiming to have the main header frame to fit the content of the nested objects and for it to be flexible enough that I can quickly span it across multiple columns as per article requirements.

    !kRON wrote:
    For items that are part of the group, their (X,Y) location coordinates are relative to the document--neither to the group nor the parent frame. The group itself has coordinates that are relative to the parent frame (X+ offset, Y+ offset). I can select the group and the parent frame and use the align to selection options. For individual items, I cannot make a selection of both them and the frame, only between items that are part of a group. I loose options to align an individual item relative to the parent frame, which means I have to drag them around and rely on smart guides.
    I've tinkered around some more and it'd appear it's not possible to lay out the elements as I imagined. So I have to resort to grouping the items that would form a frame and pasting them into a frame. If multiple frames have to be members of a single frame I'd have to group the frames and paste them into the single frame and so on.
    Based on my layout mock-up, I'd end up with 3 frames within the header frame:
    Article header
    Heading
    Article type
    Separator
    Article heading
    Title
    Footer
    Author
    Shape
    Based on experience, should I go with this or stick with the old fashined moving around of loose elements? Will it be a lot of work to maintain resizing and repositioning of the various items and their frames once I start changing the width and height of the header frame or will it save me some time?
    I'm not a working designer or production worker, so anything new takes me longer than I think it should, because I don't have a rich reservoir of quick methods at my fingertips.
    Your description above interested me, because I've been wrestling with the annoying limitations of manipulating and adding compound objects in anchored frames. For many situations, it's probably simplest to assemble each iteration of a compound object, that introduces a new element, outside the anchored frame, then group the elements and paste the grouped object into the anchored frame.
    However, the arrangement of elements in your example made me think that a table might be a workable solution. The answer I arrived at is "Yes, it's a solution, but it takes a while to set up." If it's reusable easily, then it might be worthwhile investing in a few experiments.
    I've attached a zipped idml interchange version of the file, and also a PDF.
    Here are some notes:
    * I created a table with three rows and three columns, no header or footer rows. Three columns because I thought I'd paste a vertical line into an inline anchored frame in the center cell of the top row, for the separator line. Later, I realized that defining the vertical cell rule as paper color would suffice, so I merged the two right cells on the top row to create a two-column row, with text in each cell and the vertical separator between them.
    * I merged all three cells on the second row into a single cell.
    * I merged the two right cells on the bottom row, but later, when I moved the cell rule to position the triangular graphic in the inline anchored frame in the right cell, it moved the vertical cell rule in the first row. So, I had to unmerge (or split) the cells, and cut/paste the triangular graphic's anchored frame into the rightmost cell. To position the anchored frame, I moved the vertical cell rule with Shift+Drag, to keep the table width unchanged.
    * I sampled the purple color with the eyedropper tool while cells were selected and the swatch panel was set to fill the selected object.
    * I didn't spend much time matching the type, as you can see. To position the text, I adjusted the cell margins in some cases, and left/right indention in some cases; I'm not sure which is more efficient in situations where there will be different amounts of text to fit. I didn't create cell styles or paragraph styles (BAH! Bad, bad, bad process) because I won't be repeating this stuff, but you probably will benefit greatly from defining styles for your repeating needs.
    * The triangular cut into the bottom row made it easy to manage creating and positioning the graphic. A non-geometrical object might be trickier. The triangle is a text frame, set to negative space above, so it overlaps the cell above it, enough to avoid a black gap.
    * Except for the vertical paper-colored divider line, all the cells have zero-width strokes.
    * I created the table in a text frame, that I fitted down to the size of the table, but I can't remember if I selected, copied, and pasted the text frame into the text flow to anchor it, or if I selected the table in the text frame, copied and pasted it into the flow. Not sure if it makes a difference in work efficiency.
    If I understand your general needs, this should work well for changing text and adjusting the column widths.
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • Flatten Multiple Objects in a PDF

    Can anyone let me now how to flatten multiple objects in a single Page PDF

    Not sure you understand the definition of "flatten" in PDF:
    Flattening a page means that annotations (comments and markups) are converted into elements on the page, and are removed from the comments list. The page objects (text, vectors, bitmaps etc.) are not altered in any way, not combined and not rasterized.
    If you want to convert an entire page into a bitmap image of a page, then export the file as a series of images (File > Save As > Image) and combine them back into a PDF, making sure to disable OCR. If you want to selectively-combine some page elements and retain others, you will need to do that in the original file, or import the page into Adobe Illustrator and perform the edits there. Acrobat can't do it.
    If you want to flatten comments, in the sense I described above, then you can either open the debug console (Ctrl-J) and type flattenPages() [press ENTER], or use one of the scripted add-on tools which run the command via menu items or panel buttons.

  • Sorting Multiple colunms and carry out multiple Searches

    Hello
    i would like to now i can carry out multiple searches for a single record. I have listed the some below
    Server Name Db Name Schema Name Change Reference Person
    GBCCCL15/16--CSAHEPA---DCDMIN----------46935-------------------
    GBCCCL15/16--CSAHEPA---NCADMIN----------46935-------------------
    GBCCCL15/16--CSAHEPA---BUADMIN----------47775-------------------
    GBCCCL15/16--CSAHEPA--- PPADMIN----------48213-------------------
    i would like to be able 2 carry out multiple searches on for example Schema Name (NCADMIN) and the Person's (Peter Salt) as i have a number of records that are similar i would like the Application to carryout multiple searches on the column reports at the moment all searches are done per column.

    Pritesh,
    Can you please clarify what this means? When you say "multiple searches", to me that implies that you want to issue multiple distinct queries, all executing concurrently. I can't believe my understanding is correct.
    Joel

  • Problem with Multiple Objects

    Greetings,
    I've been experiencing a strange issue when I have multiple objects in a single document.
    From time to time, Pages deletes an image and then replaces it with a duplicate of another image in the document. The first image disappears, and I end up with two instances of the second image.
    The event seems to occur when I close and save. The problem is intermittent. However, I have been able to reproduce it while scrutinizing my design process to make sure that I'm not responsible for the error. I am very sure that this is a software issue.
    I usually work in Word Processing mode, with tiff images inserted as floating objects in a two column format.
    Has anyone else had this problem? Any ideas about how to fix it?
    Thanks!

    Christopher
    The immediate problem I can see is that several of your images have exactly the same name:
    image1.png
    How have you distinguished these on import and kept them apart in Finder?
    I think this is a case of User Error, where you have mixed up identically named files.
    To correct this, gather up all your images and rename them to, preferably, what they are.
    There is however a problem in OSX. It tenaciously hangs onto the original file's name to track it even after you move it.
    So open each file in turn in Preview, make a very slight edit like a small crop and rename it.
    I suggest using 2 naming conventions:
    Example: 01.03 xxxxx.png
    Where that is page 01 image 03 and xxxxxx = the psalm name.
    This way you can easily differentiate the images and place them in order in the file.
    Peter

Maybe you are looking for