Put two of yourself in one shot

So how do i put to of me in one shot?

Film the first shot normally. Film the second instance of yourself in front of a green background.
Turn on advanced tools in iMovie Preferences.
Drag the green screen clip on top of the first clip in imovie. You will see a pop up menu. Select "Green Screen".

Similar Messages

  • Can I put two h:dataTable in one page?

    I find that if I put two dataTables in the same page, something goes wrong.
    Any solution to this?
    Thanks in advance.

    userManagement.jsp:
    <%@ page language="java" pageEncoding="GBK"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
         <title>My JSF 'userManagement.jsp' starting page</title>
         <meta http-equiv="pragma" content="no-cache">
         <meta http-equiv="cache-control" content="no-cache">
         <meta http-equiv="expires" content="0">   
         <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
         <meta http-equiv="description" content="This is my page">
         <!--
         <link rel="stylesheet" type="text/css" href="styles.css">
         -->
    </head>
    <body>
         <f:view>
              <f:loadBundle basename="edu.fudan.glee.view.bundle.MessageBundle" var="bundle"/>
              <%@ include file="header.jsp" %>
              <%@ include file="demandHistory.jsp" %>
              <%@ include file="rootCatalogLink.jsp" %>     
                   <p>  </p>
                   <TABLE border="1" width="400px">
                        <TR>
                             <TD>
                                  <h:outputLink value="/Glee/userManagement_favorite.faces" rendered="true" id="favoriteLink">
                                       <h:outputText value="#{bundle.favoriteLink}"></h:outputText>
                                   </h:outputLink>
                             </TD>
                             <TD><h:outputLink value="/Glee/userManagement_personal.faces" rendered="true" id="personalLink">
                                       <h:outputText value="#{bundle.personalLink}"></h:outputText>
                                   </h:outputLink>
                             </TD>
                             <TD><h:outputLink value="/Glee/userManagement_comment.faces" rendered="true" id="commentLink">
                                       <h:outputText value="#{bundle.commentLink}"></h:outputText>
                                   </h:outputLink>
                             </TD>
                        </TR>
                   </TABLE>
                   <%@ include file="footer.jsp" %>
              </f:view>
    </body>
    </html>demandHistory.jsp:
    <%@ page language="java" pageEncoding="GBK"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
         <f:subview id="demandHistorySubView"> 
              <h:form id="demandHistoryForm" rendered="true">
                        <h:dataTable id="demandHistoryTable" var="video" value="#{UserBean.demandHistory}" border="1">
                         <h:column>
                              <f:facet name="header">Recent</f:facet>
                             <h:commandLink action="videoDetail">
                                            <h:outputText value="#{video.chineseName}"/>
                                            <f:param name="videoId" value="#{video.id}"/>
                             </h:commandLink>
                         </h:column>
                         </h:dataTable>
              </h:form>
         </f:subview>rootCatalogLink.jsp:
    <%@ page language="java" pageEncoding="GBK"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
         <f:subview id="rootCatalogLinkView">
              <h:form id="rootCatalogLinkForm">
                   <h:dataTable id="rootCatalogTable" var="videoType" value="#{VideoListBean.rootCatalog}" border="1">
                         <h:column>
                              <f:facet name="header">Video Catalog</f:facet>
                             <h:commandLink action="rootCatalog">
                                            <h:outputText value="#{videoType.name}"/>
                                            <f:param name="videoTypeId" value="#{videoType.id}"/>
                             </h:commandLink>
                         </h:column>
                   </h:dataTable>
              </h:form>
         </f:subview>The problem is dataTable in rootCatalogLink.jsp doesn't work.The commandLink in rootCatalogLink.jsp doesn't work. When I click the hyperLink, no action performed.
    If the change the include sequence to:
    <%@ include file="rootCatalogLink.jsp" %>
    <%@ include file="demandHistory.jsp" %>
    well, the commandLink in demandHistory.jsp doesn't.
    What's the problem?
    Thank you
    Message was edited by:
    zhlmmc
    Message was edited by:
    zhlmmc

  • Can I put two Itunes libraries on one ipod

    Wondering if I can put my husband's itunes library onto my ipod, so that we won't need two ipods.

    to do this you need one itunes library. I understand you have two iPods are they both syncing with hte same itunes library. If so just sync the all content onto one iPod if you have enough space. Some peope have a lot of music and video.
    If you have two itunes libraries that you sync each ipod with then you need to merge them these are your options if itunes are on separate computers
    http://support.apple.com/kb/HT4527
    If they are on the same computer but different logons then copy the music foler from one account to the other.
    Once everything is in the same iTunes you may also need to Authorise the computer with the other persons Apple ID
    Then you should be good to go

  • How to put two cache nodes in one cluster..

    Please provide one sample example file to configure the cache cluster for two cache nodes.. and then where should i keep that XML file...i am suffering with this from last two days... pls help me.......pls..
    I am using coherence for .NET as a client...
    pls...pls..... Thanks in advance.. I am unable to understand what they have given in documents..
    Thanks,
    krishna
    Edited by: krishna_ndlp on Jun 16, 2011 2:55 AM

    Krishna -
    As Steve pointed out, starting a Coherence cache server on multiple machines (or in multiple terminal windows on one machine) will result in multiple node cluster.
    The output from a cache server will show the cluster member set:
    Output from the first cache server (Id=1) starting:
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2011-06-16 10:53:46.231, Address=xxx.xxx.xxx.xxx:8088, MachineId=******,
    Location=site:acme.com, machine:acme-pc,process:5580, Role=CoherenceServer)
    OldestMember=Member(Id=1, Timestamp=2011-06-16 10:53:46.231, Address=xxx.xxx.xxx.xxx:8088, MachineId=******,
    Location=acme.com, machine:acme-pc, process:5580, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2011-06-16 10:53:46.231, Address=xxx.xxx.xxx.xxx:8088, MachineId=29922,
         Location=site:acme.com, machine:acme-pc,process:5580, Role=CoherenceServer)
    Output from the second cache server (Id=2) starting:
    MasterMemberSet
    ThisMember=Member(Id=2, Timestamp=2011-06-16 10:54:36.434, Address=xxx.xxx.xxx.xxx:8090, MachineId=******,
    Location=site:acme.com,machine:acme-pc, process:7952, Role=CoherenceServer)
    OldestMember=Member(Id=1, Timestamp=2011-06-16 10:53:46.231, Address=xxx.xxx.xxx.xxx:8088, MachineId=******,
    Location=site:acme.com, machine:acme-pc,process:5580, Role=CoherenceServer)
    ActualMemberSet=MemberSet(Size=2, BitSetCount=2
    Member(Id=1, Timestamp=2011-06-16 10:53:46.231, Address=xxx.xxx.xxx.xxx:8088, MachineId=******,
         Location=site:acme.com, machine:acme-pc,process:5580, Role=CoherenceServer)
    Member(Id=2, Timestamp=2011-06-16 10:54:36.434, Address=xxx.xxx.xxx.xxx:8090, MachineId=******,
         Location=site:acem.com, machine:acme-pc,process:7952, Role=CoherenceServer)
    Cache server output will also show the cache configuration file used when starting (for example):
    Oracle Coherence GE 3.6.0.1 <Info> (thread=main, member=n/a):
    Loaded cache configuration from "jar:file:/C:/coherence-3.6.0.1/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    "coherence-cache-config.xml" is located in the coherence.jar. It contains prefixed wild-card cache-mappings for 'dist-*' partitioned cache, 'repl-*' replicated cache, etc. A generic wild-card cache-mapping of '*' defaults other caches to partitioned.
    Specific caches need to be configured within the cache configuration xml file specified (-Dtangosol.coherence.cacheconfig=<config-file-spec>) when the cache server is started. These caches are then accessible to all server started with the same cacheconfig.
    /Mark J

  • How do I put two songs together to one?

    ?????????

    The surest way would be to burn the two songs to CD. Then reinsert the CD and let iTunes pick it up. Next, select the two tracks. From the Advanced menu, select "Join Tracks". Then set the album name and artest. Now, import the CD. One file should have been generated.
    If you don't have CD burner and the files are MP3s, there is a handy little program called MP3 Joiner. I used it to combine multiple CDs (one MP3 file per CD) into fewer files. I've computer a 29 CD audiobook into four files with the length of 9+ horus each.
    Hope this helps,
    Steven

  • Put two imovie projects into one idvd project?

    I have been trying for days to do something that seems so simple.
    I have two imovie projects with chapters that I'd like to place as two separate movies into a single idvd project. I have tried everything, seems it should be as simple as clicking and dragging from one to the other. But idvd tells me the imovie project isn't prepared for sharing. If I share them to idvd, I get two separate projects. How do I combine them into one?

    Best place to combine QT movies is in iMovie itself (that or FCP). However, the following link makes reference to combining two or more iDvd slideshows in iDvd. But one may also add multiple QT movies to the slideshow feature w/in iDvd.
    http://discussions.apple.com/thread.jspa?messageID=9368329&#9368329
    http://homepage.mac.com/toad.hall/.Pictures/Forum/iDVD8movieSS.png
    hope this helps but if not just come on back.
    Message was edited by: SDMacuser

  • How do I put two I phones on one Icloud?

    My wife just got a IPHONE and I am trying to use one ICLOUD. Is that possible?

    https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar <br />
    http://kb.mozillazine.org/Toolbar_customization
    Some add-on toolbars aren't made to be merged with the default toolbars or with other toolbars. You'll have to see for your self what is possible with whatever you are dealing with.

  • How can I put two photos in one 6x4 print??

    Hello!! So I want to print out some of my photos for a scrapbook.
    I however do not want them all to be 6x4 sized prints and making smaller ones (scrapbook prints) at the photo shops cost too much.
    There HAS to be a way to just put two separate photos into one photo jpeg type file right? That way I can print them out normally and just cut them in half so some are smaller?
    Any help?
    Much appreciated!

    Your question is not clear
    do you want to
    1 - put two separate photos into one photo jpeg type file
    Or do you want to print two photos on one sheet of paper so you can
    2 - can print them out normally and just cut them in half so some are smaller
    For 1 you need an external editor - you can do it in pages for example
    for 2 you simply select the two photos, crop them so they will fit and print selecting the printer, paper size and print size (slightly smaller than 3x4 since there needs to be a small border around them and between them), if the priview does not show two photos on the page click customize and in setting select multiple photos per page - the preview will reflect this selection and finish printing
    LN

  • Two Tables Contol in One Dynpro.

    Hi to all!!! This time i'm needing to put two tables Controls in one Dynpro. When i created the second table with the wizard i go trough all the steps but finally, no table control is created. A warning appeared on the first step. It says something about the loop of the TControls at the PBO.
    what I am making bad? any suggestion?
    If i can´t use two table controls i would need an alv in my dynpro...then it would be : a Table Control and an ALV in the same Dynpro.
    is this posible with the custom control? how can i do this?
    well, as usual, rewards pòints for Help.if there are example codes, please send me!!
    Thanks in advanced to all!!!!

    here it is...
    <b>Note: the commentaries and the names of the variables are in Spanish because I must do them of that form.</b>
    <b>PROCESS BEFORE OUTPUT.</b>
      MODULE status_1001.
      MODULE grisado_campos.
    *&SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'TC_ITEM'
      MODULE tc_item_change_tc_attr.
    *&SPWIZARD: MODULE TC_ITEM_CHANGE_COL_ATTR.
      LOOP AT   t_item
           WITH CONTROL tc_item
           CURSOR tc_item-current_line.
        MODULE tc_item_get_lines.
    *&SPWIZARD:   MODULE TC_ITEM_CHANGE_FIELD_ATTR
      ENDLOOP.
    <b>PROCESS AFTER INPUT.</b>
    *&SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TC_ITEM'
      LOOP AT t_item.
        CHAIN.
          FIELD t_item-pos.
          FIELD T_ITEM-TIPO_ANIMAL.
          FIELD T_ITEM-CANT_CAB.
          FIELD T_ITEM-PRECIO_VIVO.
          FIELD T_ITEM-DESCRIPCION.
          FIELD t_item-kilos_lmp.
          FIELD t_item-kilos_cmp.
          FIELD t_item-kilos_fab.
          FIELD t_item-pr_rinde.
          FIELD t_item-imp_rinde.
        ENDCHAIN.
      ENDLOOP.
      MODULE tc_item_user_command.
    *&SPWIZARD: MODULE TC_ITEM_CHANGE_TC_ATTR.
    *&SPWIZARD: MODULE TC_ITEM_CHANGE_COL_ATTR.
      FIELD e_1001-zterm   MODULE buscar_descr_cpago.
      FIELD e_1001-mwskz MODULE buscar_descr_indic_imp    ON INPUT.
      FIELD e_1001-tarnr     MODULE buscar_descr_tarifa_flete   ON REQUEST.
      FIELD e_1001-lifint      MODULE buscar_descr_comprador   ON REQUEST.
      FIELD e_1001-liftra      MODULE buscar_descr_transport     ON REQUEST.
      FIELD e_1001-PSERVICE .
      FIELD e_1001-PRECUP .
      MODULE user_command.

  • Ok, I have two itunes library account one for the PC and one for my Mac, I have my first iphone on my PC, but i just upgrade and I would like to use my new iphone on my Mac but all of my apps and other stuff is in the first library.. How do I put my apps

    ok, I have two itunes librarys account, one for my PC and one for my Mac, I use the PC for my iphone, but I upgrade my iphone and all my apps and
    stuff is on the first itunes library. How do I put the apps from one iphone to the otherusing two dirffernt itunes library? please help..

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • How do I put two different apple id accounts on one computer?

    I have my account on my home computer but I have another account that I set my Ipad up with. How do I put two different accounts on to one computer?

    Refer to FAQ 
    http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs. 

  • How to put two ipods on one computer

    how to put two ipods on one computer

    Set up the second exactly the same way as you set up the first. If iTunes is already installed, it doesn't need to be installed again.
    (64746)

  • Can i put two ipods on one itunes

    can i put two ipods on one itunes

    The OP didn't ask how.  They only asked if it was possible, which would consist of either a yes or no answer, which is exactly what Niel provided. 
    If the OP wanted more information, they will respond asking for more information.
    B-rock

  • How do I put two songs in one movie

    I was wanting to know how to put two songs in one movie because I am making a holiday movie so I was wanting to know

    You can only use one audio track per movie. If your movie is shorter than the audio track, then the audio track fades out automatically. If your movie is longer than the audio track, then the audio track loops automatically.
    Also note that only non-DRM music can be added to a project.

  • How to put 58 columns of data into an array in one shot?

    I have a set of data with 58 columns and 5000 rows. However, I need to find offset for all the elements in this 5000x58 set of data. Is there an easier way to put all the data (offset) into an array in one shot other than using build array function? This is because if I use the build array function, I will need to separate all the data into 58 columns by indexing them. This is too time consuming.
    Thanks for the suggestion! Have a good day!

    VanessaWen wrote:
    I have a set of data with 58 columns and 5000 rows. However, I need to find offset for all the elements in this 5000x58 set of data. Is there an easier way to put all the data (offset) into an array in one shot other than using build array function? This is because if I use the build array function, I will need to separate all the data into 58 columns by indexing them. This is too time consuming.
    You need to explain in much more detail, because your problem is not clear.
    Is this a 2D array with 58 columns and 5000 rows?
    What is your definition of "offset"?
    Where does the offset value come from?
    Is "offset" it the same for each row (or column) or does it depend on the data?
    What is the definition of "one shot"?
    Why would you need to seperate all the data into columns in order to use build array?
    It it "too time consuming" to write the program or is the execution slower than expected?
    Is the final output a 1D or 2D array or something else?
    Please attach a VI containing a small 2D array diagram constant with typical data, then show us what kind of output you would expect after applying the described operation.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • DVD Burn Never Finishes

    I am trying to burn a 1 hr 43 minute Quicktime file to a DVD using Compressor 4.0.3 being run on a new iMac with 20 GB of RAM (the QT file is 147 GB in size, but I am assuming this is the point of Compressor and that it will be compressed to fit on t

  • IOS Debug error when embedding non-CFF fonts

    We have a project where we are embedding fonts for some button skins as per Jason's blog (http://blogs.adobe.com/jasonsj/2011/08/embedding-fonts-in-flex-mobile-projects.html) - our skin uses StyleableTextFields for the label. When we debug on the iPa

  • Sent Emails Not Saved

    Please see this screenshot: http://geoffmyers.net/images/mail_screenshot.png Since August 20, none of my sent emails have been saved by Mail (the account is IMAP). If you see the screenshot, you can see that, for some strange reason, Mail shows sever

  • Mini Displayport connected to Thunderbolt-harddrive

    Hi! I have a Mac Mini (mid 2011), server model. I am thinking about buying a Thunderbolt-hardrive (Lacie 2big), which have two Thunderbolt-ports. The Mac Mini have only one. I wonder if I can connect this harddrive to the computer, and then a Mini Di

  • Cancellation of Service order confirmation

    In IW31 we are creating service orders. That service order is posted in 03/24/2008. When i cancel that service order today it is posting into 03/24/2008. But it has to post in Current date. ( 11/25/2008 ).Can any one tell me why it is happening like