Putting a "picture frame" around an entire video

Hey there! thanks in advance for the help.
I'm attempting to put a "picture-frame" around a video that will be visible throughout the duration of the movie. Is there any way to do this in FinalCut Pro?
Thanks!

There are some great Frames in the Motion Content. Open Motion using same settings as your FCP project and find the one you like in the Motion Library and drag it to your new Motion project.
Size it to your tastes.
Then open Layers (cmd-4) twirl the disclosure triangle and delete the drop zone.
Now export it. When you bring it into FCP you will have a frame you can place over any video and the video will show inside the frame.
Good luck

Similar Messages

  • How do I Add a Picture Frame Around a Flash Video?

    I tried searching for this but "frame" has too many meanings. I have flv videos inserted in several web pages, but they look dull without some sort of fancy border or frame around them. Maybe a picture frame. Maybe the image of a flat screen TV surrounding the image. But how do I add the image "behind" the video so that the video sits perfectly inside the image, regardless of the monitor viewing the image.

    Do a google search for the IE PNG Fix javascript.  Some work better than others.  The one you had didn't work at all for PNG backgrounds in pre-IE7.
    Copy and Paste the following document into a new blank page and see how it looks in all the major browsers.  I changed your document type to XHTML transitional and replaced deprecated <div align> tags with inline CSS styles.  I also ran your Flash code through http://validifyer.com to make it XHTML compliant. 
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Let It Rock</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    body {
         background-image: url(images/bg_blank-01.gif);
         background-repeat: no-repeat;
         background-color: #363737;
    #flash {   
         width: 500px; /**video size 428 x 240**/
         height: 377px; /** +30px **/
         background: url(images/tv-ws-02b.png) no-repeat top;
         text-align: center;
         padding-top: 37px; /**adjust as needed**/
         margin: 0 auto; /**this is horizontally centered div**/
    </style>
    <script type="text/javascript">
    function MM_CheckFlashVersion(reqVerStr,msg){
      with(navigator){
        var isIE  = (appVersion.indexOf("MSIE") != -1 && userAgent.indexOf("Opera") == -1);
        var isWin = (appVersion.toLowerCase().indexOf("win") != -1);
        if (!isIE || !isWin){ 
          var flashVer = -1;
          if (plugins && plugins.length > 0){
            var desc = plugins["Shockwave Flash"] ? plugins["Shockwave Flash"].description : "";
            desc = plugins["Shockwave Flash 2.0"] ? plugins["Shockwave Flash 2.0"].description : desc;
            if (desc == "") flashVer = -1;
            else{
              var descArr = desc.split(" ");
              var tempArrMajor = descArr[2].split(".");
              var verMajor = tempArrMajor[0];
              var tempArrMinor = (descArr[3] != "") ? descArr[3].split("r") : descArr[4].split("r");
              var verMinor = (tempArrMinor[1] > 0) ? tempArrMinor[1] : 0;
              flashVer =  parseFloat(verMajor + "." + verMinor);
          // WebTV has Flash Player 4 or lower -- too low for video
          else if (userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 4.0;
          var verArr = reqVerStr.split(",");
          var reqVer = parseFloat(verArr[0] + "." + verArr[2]);
          if (flashVer < reqVer){
            if (confirm(msg))
              window.location = "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash";
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires a newer version of Adobe Flash Player. Do you want to download it now?');">
    <p> </p>
    <p style="text-align:center"><img src="logo-video.gif" alt="logo" width="608" height="129" /></p>
    <div id="flash">
    <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="FLVPlayer_Progressive.swf" width="428" height="240">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v ersion=8,0,0,0" width="428" height="240">
        <param name="movie" value="FLVPlayer_Progressive.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]-->
    </div>
    <p style="text-align: center"><a href="music-videos.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','back-button2.gif',1)"><img src="back-button1.gif" alt="back" name="Image3" width="93" height="57" border="0" id="Image3" /></a></p>
    <p style="text-align: center">
      <!--[if !IE]> -->
      <object type="application/x-shockwave-flash" data="footer.swf" width="720" height="159">
    <!-- <![endif]-->
    <!--[if IE]>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="720" height="159">
        <param name="movie" value="footer.swf" />
    <!--><!-- http://Validifier.com -->
      </object>
    <!-- <![endif]-->
    </p>
    </body>
    </html>
    Packing up and closing the office door now.  Good luck!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Picture Frame Around Photos

    I have a photo (.jpeg) and would like to put a "picture
    frame" around it. I did it once, but forgot how. Help
    please!

    Hmmm - better check those key words . . .
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    Extending Knowledge, Daily
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    news://forums.macromedia.com/macromedia.fireworks
    news://forums.macromedia.com/macromedia.dreamweaver
    PJR wrote:
    > I thought I'd seen those Jim, but a search on "Picture
    Frame Fireworks "only
    > brought up 2 articles by Kim, the one I posted and his
    polaroidizer one?
    >
    > "Jim Babbage - .:CMX:. & .:Adobe Community Expert:."
    > <[email protected]> wrote in message
    > news:[email protected]...
    > |I did two others, not using the picture frame command:
    > |
    > | Creating a Digital Framed Print in Fireworks
    > |
    http://www.communitymx.com/abstract.cfm?cid=ABFE7
    > |
    > | and
    > |
    > | Creating a Digital Photo Matte in Fireworks
    > |
    http://www.communitymx.com/abstract.cfm?cid=3E29C
    > |
    > | And I've actually come up with a third one that DOES
    use the picture
    > | frame command, but it's yet to be written.
    > |
    > | --
    > | Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    > | Extending Knowledge, Daily
    > |
    http://www.communityMX.com/
    > | CommunityMX - Free Resources:
    > |
    http://www.communitymx.com/free.cfm
    > | ---
    > | .:Adobe Community Expert for Fireworks:.
    > | news://forums.macromedia.com/macromedia.fireworks
    > | news://forums.macromedia.com/macromedia.dreamweaver
    > |
    > |
    > | PJR wrote:
    > | > Didn't you write a tut in CMX on frames, Jim or
    was it Kim?
    > | >
    > | > Peter
    > | > _________________________
    > | > "Jim Babbage - .:CMX:. & .:Adobe Community
    Expert:."
    > | > <[email protected]> wrote in
    message
    > | > news:[email protected]...
    > | > | Alex Mariño wrote:
    > | > | > That's too easy maaan ...
    > | > | > :)
    > | > | >
    > | > | > Jim Babbage - .:CMX:. & .:Adobe
    Community Expert:. wrote:
    > | > | >> b cole wrote:
    > | > | >>> I have a photo (.jpeg) and would
    like to put a "picture frame"
    > around
    > | > | >>> it. I did it once, but forgot how.
    Help please!
    > | > | >>
    > | > | >> Select your image.
    > | > | >> Go to Commands > Creative > Add
    Picture Frame
    > | > | >>
    > | > |
    > | > |
    > | > | Next time I'll devise a more convoluted method
    > | > |
    > | > | --
    > | > | Jim Babbage - .:Community MX:. & .:Adobe
    Community Expert:.
    > | > | Extending Knowledge, Daily
    > | > |
    http://www.communityMX.com/
    > | > | CommunityMX - Free Resources:
    > | > |
    http://www.communitymx.com/free.cfm
    > | > | ---
    > | > | .:Adobe Community Expert for Fireworks:.
    > | > |
    news://forums.macromedia.com/macromedia.fireworks
    > | > |
    news://forums.macromedia.com/macromedia.dreamweaver
    > | >
    > | >
    > |
    >
    >

  • I had completed my iDVD project and burned a disc. It worked great! Then someone messed with the project and put a red frame around the opening screen. Now when I burn the project, it no longer has the opening frame. How can I fix?

    I had completed my iDVD project, a Wedding Slideshow with pictures and music, and burned it on a disc. It worked great! Then someone messed with the original project on my computer and clicked around and put a red frame around the opening screen that has the Wedding theme with music. Now when I burn the project to make more DVDs, it burns but no longer has the opening frame. It immediately opens to the iMovie slideshow. How can I fix so I can burn the entire project with opening frames?

    As Bengt suggested make a disk image of the successfully burned DVD using Disk Utility. Then you can burn copies any time you need one.
    In the future once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    You can then burn it to disk with Disk Utility at the slowest speed available to assure the best burn quality.  Always use top quality media:  Verbatium, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • 'Picture frame' around open window

    After I updated to OS10.4.10 via a download, many applications (including Office) would not open. I reloaded the original disks for my MacBook (OS10.4.6) (not a clean reload) and the applications now work. However, the frontmost (open) window now has a bizarre antique-style picture frame as a border around it that I do not know how to delete!

    Welcome to Apple Discussions.
    I've never seen an antique picture frame around a window.
    Check in System Preferences >> Universal Access >> Seeing
    Also read this Apple support topic.About "Downgrade" installations
    "You should not reinstall an earlier version of the same software over a later version. These "downgrade" installs may seem to work, but Apple does not test nor recommend downgrade installations in most cases. Some installers prevent downgrade installations. If you need to reinstall an earlier version of Mac OS X, erase your disk first or choose the erase option in the Mac OS X Installer. Be sure to reinstall any software updates after reinstalling the operating system."
    -mj
    [email protected]

  • Black "picture frame" around window

    A strange black "picture frame" shows up around windows which are active. Doesn't show up on Entourage. Appears like a non-damaging virus, but I don't know what it could be. Any ideas how to get rid of it?

    Hello teddyloop,
    And welcome to Apple Discussions!
    It looks like VoiceOver was activated. Head to *System Preferences -> Universal Access* and click on the Seeing tab and there is where you should be able to turn it off.
    B-rock

  • Extra a Picture frame from an iPhone Video

    I have several videos where I would like to extract a picture frame from each video and to place into a Digital Photo Frame.  I am not sure if I am making my request to the correct discussion Group, but I needed to begin somewhere.  I am using a G5 iMac desktop with OSX 10.4.11.  I am wondering if this can be done and can anyone explain how this can be accomplished?

    use iMovie or Quick Time Pro - or other video editor is you have one - that is not a feature of iPhoto
    LN

  • How can I put a photo frame around my photo using PSE 9?

    I can't find a way to do this. V8 seemed to have it.

    If you don't find a frame to suit, you can make your own:
    Open picture file in full edit and enhance as usual, and merge layers.
    Go to Select>all
    Open a blank layer at the top
    Go to Edit>stroke outline selection, make stroke wide (25-35px), position inside, color does not matter
    Open the effects palette, go to Layer style>Patterns>Wood>apply
    In effects palette go to Bevels>scalloped edge bevel, or simple inner>apply
    Double click the "f" in the layer with the stroke to bring up the style settings dialog, adjust as necessary

  • Every time i upload music to my video its goes around my entire video how to i separate them ?

    There is no option to split track when i right click

    I did the same when I started. you just need to be careful when you drag the music track to your video. If it goes purple it will cover the whole video - just hold the pointer under the movie/photo you wish to start the track on. If it goes whole purple move the pointer to another spot. keep practicing. It becomes obvious. honest!

  • HT4061 my iphone5 went beserk ..The voice wont shut up, the scroll function wont work, when I push an icon it tells me what the icon is.  In order to minimally use it I have to push the button a gazillion times, or Not.  It puts a dotted frame around any

    I think I pushed assistance touch and now the phone tells me what each button does but I cant get it to do anything without pounding my finger on an icon or letter innumerable times, it wont scroll back and forth and won't quit talking... help

    That's the Voice Over Feature.
    Tap the Settings icon once to select it and then Double Tap on the Settings icon to activate it.
    Use 3 fingers to scroll down to General, tap it once again to select it, and then twice to activate it.
    Again use 3 fingers to scroll down to Accessibility,  again tap once to select, then twice to activate.
    Tap on Voice Over once to select it,  and twice to actvate it and then tap once on Voice Over, and then tap twice to turn it off.

  • Simple frame around pictures

    Hi, I'm trying to simply place a thin border around either a block of text or photo so they stand out as boxed on a white background.  Can anyone help.
    Thanks

    GolfGuru001 wrote:
    Thanks Barbara, what about putting the frame around the entire canvas.
    Here is one way to create a frame outside the picture.
    1. Create new layer beneath the picture layer. Note that if the picture layer is named "Background" (the default name) then you must first rename it to anything else.
    2. Image > Resize > Canvas Size, and increase Width & Height by same amount (but not percent), twice your desired border size.
    3. Fill new layer with the frame color.
    Or you can simply:
    1. Set the Background color chip at the bottom of the toolbar to your frame color.
    2. Image > Resize > Canvas Size, and increase Width & Height by same amount (not percent), twice your desired border size.

  • How to create a fancy picture frame border around an image

    Hi there,
    Does anybody know how to create a fancy picture frame around
    an image that's inside an AP DIV? I want the image to look like
    it's a picture hanging on the wall. Any of your guru's know how to
    do that - eh then?
    Thanks a mill for any help!

    Find or use your graphics program to create an image of a
    frame you like.
    Size it so its inside measurements match your picture.
    Option 1 - Paste your picture image on the frame image and
    insert in your container.
    Option 2 - Place your frame image as a non-repeating
    background for your container and then insert your picture.

  • Black bars around my youtube video - 16:9 issue?

    final cut 10.0.5
    Rookie here, I have created a FCut video using video shot on my Canon Gl-2, and exported it to put it on youtube.
    I simply use the Export Media window and choose default setting to go to quicktime.
    Problem is that the youtube video has the black bars around the entire video.
    How can I export this thing to youtube and get my face full screen?
    I know it has something to do with the format 4:3, 16:9, etc. But can't find any settings for this and the Help menu *****.
    Here is the youtube video with black bars:
    https://www.youtube.com/watch?v=DVvMfL-olKM
    THANKS, Pros!

    The GL-2 shot 4:3. YT displays everything within a 16:9 frame. If you had shot one of the 16:9 resolutions, it would have filled the frame.
    If you want to have FCP automatically fill the frame, in the Inspector>Video, choose Fill for Spatial Conform. The image will be zoomed. After you do that, check the framing to see whether it's acceptable.
    Many (maybe most) people disagree with this, but I personally prefer the bars because it maintains the integrity of the original framing,
    BTW, why are you on 10.0.5? Many serious improvements since.
    Russ

  • Picture frame gets moved/resized during preview with iPad

    Hi Guys:
    This happens to a certain type of layout:
    Add a gallery widget to a page
    add only one image to the gallery widget
    Draw a rectangle shape in the page
    Select the rectangle, open the inspector, and add a picture frame decoration to the rectangle.
    Make the rectangle "Not filled" with any color, therefore we get a picture frame
    Put the picture frame on top of the gallery widget
    The gallery widget looks like an ordinary photo, decorated with a picture frame
    The problem:
    The aforementioned layout looks good in iBookAuthor, but when preivewing the book in iPad, the picture frame gets moved (or resizied), therefore it doesn't match the gallery widget.
    after the preview, widgets in the iBookAuthor remains good.
    My question:
    I think it is a bug of either the preview process, or the widgets. if this is the case. I'd deprecate this layout in my book and won't use it anymore.
    Further thoughts:
    I noticed that some type of picture frames are not in high resolution, when previewing the book in iPad, tap to maximize an interactive image with picture frame decorated, it is kind of obverious that the picture frame doesn't have high resolution.
    Any suggestion will be appreciated, thank you.
    Xing Yun

    What happens if you export an .ibooks file, then move it to iTunes and sync to your iPad (delete all previews of that same book first)...?
    Previews are just simplified PDFs and shouldn't be trusted to layout and work the same as a final book.

  • Small border or frame around picture

    i have photoshop elements 3 i am trying to put a small white border or frame around a picture dont want to use the other frames availabe too thick can someone help me

    > have photoshop elements 3 i am trying to put a small white border or frame <br />> around a picture<br /><br />Here are 3 ways:<br /><br />Use rectangular selection too and select the image. <drag from one corner to <br />the opposite corner><br />Go to Edit / Stroke and choose color by clicking on the color sample.  Click <br />on inside and size at 40 to start<br /><br /><br />If you have enough unwanted area around the picture click on the brush tool<br />Click on the foreground color and change to desired color<br />Size the brush tool <try 40 sharp><br />Click in any corner and don't move the mouse<br />Hold the shift key and move the cursor to the next corner and single click <br />(the shift key makes a straight line)<br />Go to the next corner and do the same and so on until you have the color all <br />around the picture<br /><br /><br />Click on the background color sample and choose the color you want<br />Go to Image resize / canvas size and add .5 to the sizes listed, width and <br />height,  leaving the "anchor" in the center <the default><br />Click ok and the image will resize the canvas by 1/2 inch, or whatever size <br />you added.  The color around the picture will be the color you chose.<br /><br />Trying all three methods will be good practice for new users.  (And make me <br />feel that all this typing was not a waste of time :-)<br /><br />Pete

Maybe you are looking for

  • Creating key figures in report writer

    Hello, i'm making a new report painter/ writer and i find a problem. The process that i've made already is: 1- create a view table with the tables i need. 2- make the corresponding entries into T804A and T804E tables. 3- I create the library for my Z

  • Firefox won't close properly in Vista or Win7

    We (my wife and I) have been dealing with this issue for the last year. It's gotten to the point we are ready to migrate back to IE! Situation: Boot system open FF browser enjoy FF with its addon and browsing ease. leave FF on and leave for a couple

  • Jtextfield and array

    Hi ALL I'm trying to create a Jtextfield but i also want to have an array on the Textfield, is their a simple way of doing this. I have tried but failed so can anyone help please. wen i try i get nopointerexception (frustrating)

  • How do i get my computer to read my itouch for 5th generation

    I tried by just connecting my ipod to my laptop but i don't know how to get itunes to read it. I don't see anywhere that shows that my ipod is in itunes so I'm not sure how to put music from my saved music onto my ipod. I am not good with technology

  • Model and Value node data in one form...?

    Hello, I have a requirement where the adobe form is expected to have model data available and then in the same form teh user provides data, which is maintained in value node. Now the problem we are facing is, we are unable to maintain both value node