How to do picture in picture in multicam ?

Hi there, I have done a multicam using 6 original clips/angles.
I have done all the rough cut & I think I know how to refine the cut.
But the problem is some where at the middle, I want to show some 4 clips/angles (out of the 6) simultaneously (something like picture in picture).
Any ideas from experts here on how to do the above ?
Thank you

Ian R. Brown wrote:
No I don't know how to do it as I don't know exactly what you envisage.
However, here is a suggestion that may accomplish what you want, in a roundabout sort of way. 
Export your finished multiclip sequence  as a finished video.
Then import it and add the PIP effects as normal.
Thanks Ian, what i wanted to do is very simple. I wanted to select 4 out of the 6 clips/angles to be played simultaneously.
That is to say I want to display the video in a 2 x 2 rectangle with each rectangle playing one of the clip/angle.
I thought that since in Angle Editor, FCPX has already arranged all the 6 clips on top of each other, so isn't there a way we can reduce the size of each rectangle & arrange them in 2 x 2 manner ?
Or, is it really true that we cannot do PnP in multicam ?
Thanks

Similar Messages

  • Good morning, i would like to know how to take pictures from iphoto and put them in a folder on desktop

    Good morning: would like to know how to take pictures from my iphoto and put them in a folder on my desktop

    To take photos from iPhoto and put them onto a folder on Desktop, first create a folder on Desktop. Right-click on Desktop and create a new folder.
    Then, open iPhoto, and you have two ways to export photos:
    1. Select the photos you want to copy to Desktop with Command key (or go to Edit menu > Select All, if you want to copy all photos), and then, drag them to the folder on Desktop.
    2. Select the photos you want to copy to Desktop with Command key, go to File menu > Export, and follow the steps.
    You can choose the one you prefer

  • How to save picture from an iPad on someone else computer

    how to save picture from an iPad on someone else computer.

    Why don't you save pictures to Dropbox?
    You don't have to save it on someone's computer
    http://i1224.photobucket.com/albums/ee374/Diavonex/b90c9d4d.jpg

  • I need to know how to copy pictures to a cd with the captions showing, elements 8 and windows 7

    I need to know how to copy
    pictures to a cd with the captions showing, elements 8, windows 7

    Here are some suggestions.  Perhaps others will have even better ideas.
    1 -- for viewing on a Windows computer,  you can experiment with making a PSE Organizer slide show creation in which you specify to show the captions. Then save the Output of the slide show as a WMV file that the recipient could play on a computer with Windows Media Player.
    If you have a DVD burner on your PC, you can also use that WMV file as input to the Windows 7 DVD Maker program for making a TV playable DVD. And if your recipient(s) who will view on a computer have DVD readers, you could make video DVDs playable on computers or TV DVD players instead of using CDs.
    The limitations of this approach are that this wmv file you create is really a video file so
    -- it advances photo slides at the rate specified when you create the slide show
    -- the choices to save a wmv file are not very high resolution so that recipients who have high resolution monitors will not see the photo images are not getting the benefit of seeing the photos at their best
    -- your recipients can't print from this video slide show
    2 An entirely different approach is to
    -- For each individual photo, make a copy of the photo file and depending on how high resolution your originals you might want to resize down to monitor viewing sizes.
    -- Then use the PSE Editor Text Tool to place the caption on a layer above the photo. (I think that you could display the existing caption and then do a copy and paste so that you don't need to retype everything.)
    -- You should save this photo copy with the text as a uniquely named JPEG file. Use the file names to control the sequence in which you want the viewer to see the photos.  (Don't save as a PSD because others probably can't read the PSD format).
    -- Then use your computers CD burning software to burn a folder containing all those jpeg files with the captions to CD
    This approach is a bit of work for each photo and you did not say how many photo files you will be doing. However,
    -- computer users should be able to display  the jpegs as high resolution photos on their computer as well as optionally print from those photo files
    -- many TV DVD players can play (display) jpg files from a CD disc which also gives recipients the opportunity to view the photos on their larger TV screen
    Process 2 may seem complicated but once you get started I think it will be more of a production line.
    ADDITION
    Do you have any portrait orientation photos included with those you wish to send ? If yes, we might need to discuss some additional processing for them.

  • How to transfer pictures from iphoto on macbook pro to iPad. I have the transfer app on both devices.

    How to transfer pictures from iphoto on macbook pro to iPad. I have the transfer app on both devices.

    Connect the iPad to your MBP and open iTunes.  In the photos section of your iPad in iTunes you can choose selected albums, Events or the entire iPhoto library to sync to your iPad.
    OT

  • How to view pictures sequentially?

    I have a Nokia E71 phone and would like to know how to view pictures in a folder one after the other (that is, without having to press the back button). it seems like the built-in app won't do that. I'd also like the similar capability with video files too. Are there some recommended apps? Please suggest. Thanks.

    use navigation key left and right
    If this post helped... Add some kudos!!

  • How to delete pictures in ipad air

    how to delete pictures in ipad air

    Hello daisyvu,
    Thank you for using Apple Support Communities. 
    The following article explains how to delete photos from your iPad.
    iPhoto for iOS (iPad): Delete photos from iPhoto
    Regards,
    Jeff D. 

  • HT1688 how to delete pictures in photo album??

    how to delete pictures in photo album?

    Where are you selecting the photos you want to remove from the Photo Stream?
    This should work:  See: How to delete photos from Photo Stream
    On a Mac using iPhoto 9.2.2 or later, or Aperture 3.2.3 or later:
    Select a photo or group of photos from the Photo Stream (or My Photo Stream) view in iPhoto or Aperture.
    Press the Delete key.
    Click Delete.
    iCloud: Photo Stream troubleshooting

  • How to upload pictures from laptop to iphone

    Dear friends,
    i have iphone 4 with IO6, could you please help me with tools how to upload pictures from my laptop to my Iphone?
    Best wishes.

    Use iTunes to sync them to your iPhone... http://support.apple.com/kb/HT4236

  • How to include picture in report

    Hi
    My report having 4 fields like
    2005total  trend  2006 total   difference  like
    9%    pic  4%      -5%
    7%    pic   7%      0%
    21%   pic   28%     7% 
    depending upon the value in difference field,
    i have to show the picture color
    means if it is 0% then blue circle
               if it is leesthan 0% then greencircle
               if it is greaterthan 0% then redcircle.
    Please give me solution. how to add picture? how to change color based on condition?
    Thanks.

    Swetha,
    You could add a blanco picture and edit the properties. On the second tab (Picture? I am not sure, I have the Dutch edition), the location of the picture can be set using the formula editor.
    An example of using different pictures for different values:
    IF {Percentage} = 0 THEN ".\blue_circle.png" //meaning: The file blue_circle.png in the same folder as the report will be shown if the percentage is 0%
    ELSE IF  {Percentage} > 50 THEN ".\green_circle.png" //meaning: The file green_circle.png in the same folder as the report will be shown if the percentage is between 0 and 50 %
    ELSE ".\red_circle.png" //meaning: The file red_circle.png in the same folder as the report will be shown if the percentage is between 50 and 100 %

  • How to Import pictures in iphoto on ipad with original name

    How to import pictures into iphoto on my ipad air with the original filenames.
    IT now Seems my pictures get a new name.

    When I sync my photo album (from Aperture or iPhoto) to my iPad using iTunes, the filenames remain the same in iPhoto on the iPad, when I browse synced album. Have you tried syncing with iTunes?
    See this link: iTunes: Syncing photos

  • Does anyone know how to sort pictures into albums on the iphone 3g. many thanks

    does anyone know how to sort pictures on the iphone3g. many thanks

    This will explain how: 
    iPhone, iPad and iPod touch: Syncing photos via iTunes, http://support.apple.com/kb/HT4236

  • How to do picture in picture

    how to do picture in picture

    Drag two clips into the movie editor. Click on Adjust. You should see a new toolbar appear with the leftmost icon being Video Overlay Settings. Change video overlay style from Cutaway to Picture in Picture.

  • How to paste pictures into email account signature

    How to paste pictures into email account signature. I cannot get the pic to be visible. I have an iPhone 6 Plus

    I think I got it to working, IMbatman13folllowing the directions from that thread.
    I created a signature on my laptop.  Included a png in it. 
    Sent an email with that signature to myself on my iPhone. I did not put a message in the body.
    Opened it up on iPhone. Selected entire 'body'.  Copied all.
    Went into Settings, Signatures, Selected a different email account, pasted in what I had copied.
    And it worked.

  • Can any one tell me how to delete pictures on a 3G IPhone?

    Can any one tell me how to delete pictures on a 3G IPhone?

    The same way you put the there.  The sync process.
    Deselect them in itunes and sync.

  • How to put pictures in a table

    I am seeking how to store pictures in a table
    Could you help me please?
    thanx
    bye

    Look into BLOB datatypes. They allow the storage of large binary objects (like pics). If you have the 8i Web Dev book there is a great example of dealing with images stored in a table.
    -A
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Fabien PREUD ([email protected]):
    I am seeking how to store pictures in a table
    Could you help me please?
    thanx
    bye<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Macro should only be executed for periods of current month

    Hello Experts, I am using fiscal year variant (FW) in which 4 periods exist for any month. Whenever I open the planning book, I will have to see only these 4 periods of the current month and Initial bucket. I have a macro, that should be executed for

  • Arabic characters appear as empty squares when using certain HTML tags or font styles

    Only when HW acceleration is on. Arabic characters appear as empty squares when using "italic" or "oblique" font styles or when using <i> or <em> html tags. Try this code to replicate the problem <pre> <p>مشكلة ظهور المربعات الخالية بدل الحروف</p> <p

  • How do I disable the wireless on my Photosmart C410?

    Windows 7. Pushing wireless button does not work. No menu option for turning off or disabling. This question was solved. View Solution.

  • Cannot install realserver plugin

    I'm having problems getting the realserver intermedia plugin to work properly. I have downloaded both the 7.0 and G2 plugins from technet and put them into the Plugins directory of the realserver but when I start the realserver I get the following er

  • Sun Ray (VDI) integration woith Genesys CTI

    Hi All, I'm searching for info regarding integration between SRSS, a physical VoIP-phone and Genesys CTI but I can´t find anything. I know integration with SR, a VoIP-phone and Cisco call manager has been done earlier. Has anyone any info about this