Background video in animated menu.

Have searched around the forums but can't find a definite answer to this.
I created an animated menu in After Effects with a background motion loop video.
Total length of 30 secs with button highlight appearing after 13 secs.
If I set the loop point in Encore for approx 14 secs the animated menu and button highlightetc all works ok
but the motion video in the background also stops at this point.
I assume this is probably correct but if not can anyone tell me what I might be doing wrong?
Alternatively, if it is correct, are there any tricks which would allow the background video loop to continue for the full 30secs?
Hope I have explained this clearly enough.
Thanks .

Did you use any of these? If not, take a peek to see if you did it right. (I'm wondering if your still menu is covering the motion in AE.)
Here's encore help:
http://help.adobe.com/en_US/encore/cs/using/WSA5513911-0AD1-440c-BDAD-2E0E806B425E.html
Here's an adobe tutorial on using AE for EN menus:
http://www.adobe.com/designcenter/video_workshop/?id=vid0258
From the After Effects help:
http://help.adobe.com/en_US/aftereffects/cs/using/WS3878526689cb91655866c1103906c6dea-7e45 a.html

Similar Messages

  • Help centering background video in fluid grid layout inside div

    Hopefully this all makes sense. I am trying to center the background video (the animation on the website towards the bottom)... I have tried all sorts of things to try and center this. If it can't be done, it can't be done. The banner on top works as should. If all else fails I will just not use a fluid grid page and that will be that. I self taught myself  Adobe After Effects to make that animation (took me a month and 1/2) and I have self taught myself Dreamweaver.. coming from Frontpage and Expression Web.
    Here is the website (thank you in advance for your input):
    http://a1customcomputers.com/Web%20Development/A1CC/Main.html
    I just tested it and it's not playing how it should.. I'll figure that out later but where it says "Enter", that is what I need centered. Thanks
    My html so far:
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="boilerplate.css" rel="stylesheet"/>
    <link href="assets/style.css" rel="stylesheet"/>
    <script src="respond.min.js"></script>
    <script type="text/javascript" src="assets/jquery-1.5.1.js"></script>
    <script type="text/javascript" src="jquery.videoBG.js"></script>
    <script type="text/javascript" src="assets/script.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
    <div id="div1" class="fluid">
      <div align="center"><img src="A1_Banner.jpg" /></div>
    </div>
    <p> </p>
    <p> </p>
    <div id="div2" class="fluid"></div>
    </div>
    </body>
    </html>
    my style.css so far:
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 90%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile:  5;
    dw-num-cols-tablet:  8;
    dw-num-cols-desktop: 12;
    dw-gutter-percentage: 15;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    .fluid {
    clear: none;
    width: 400px;
    float: left;
    display: block;
    padding-left: auto;
    padding-right: auto;
    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;       
    /* Mobile Layout: 480px and below. */
    .gridContainer {
    width: 100%;
    clear: none;
    float: none;
    height: 100%;
    margin-top: 20px;
    padding-left: 0.7851px;
    padding-right: .7851px;
    #div1 {
    width: 100%;
    #div2 {
    width: 400px;
    height: 400px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    .zeroMargin_mobile {
    margin-left: 0;
    .hide_mobile {
    display: none;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
    width: 100%;
    padding-left: 0.7581%;
    padding-right: 0.7581%;
    clear: none;
    float: none;
    margin-top: 20px;
    height: 100%;
    #div1 {
    width: 100%;
    #div2 {
    width: 400px;
    height: 400px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    .hide_tablet {
    display: none;
    .zeroMargin_tablet {
    margin-left: 0;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
    width: 100%;
    margin-top: 20px;
    clear: none;
    float: none;
    padding-left: 0.7581%;
    padding-right: 0.7581%;
    height: 100%;
    #div1 {
    width: 100%;
    margin-bottom: 13%;
    #div2 {
    width: 400px;
    margin: 0 auto;
    .zeroMargin_desktop {
    margin-left: 0;
    .hide_desktop {
    display: none;
    /* DEMOS */
    #div2 {
    width: 400px;
    margin: 0 auto;

    Not trying to argue with you and I know you are only trying to help and I know that you know ALOT more about this than I do.. you do... I don't know if background was the correct "place" to call it.. but nevertheless.. what I beleive it is, is in the background.. and maybe that is part of the problem. It is supposed to be called from a JQuery plugin, and where I have it now is in a "div [div2]" in the "gridcontainer". It was working and my latest attempts it was working great.. but wasn't centered. But I've changed a bunch of code around lately and so that is why it is not working right now... The "Enter" that you see on the link I provided is the "poster". When I get a chance I will work on it and get the animation working again.. or back to normal.. just not centered. At first I was thinking "centered vertically".. and so for like a week, maybe longer.. everthing that I was searching for and trying was for "vertically center a div".. then it hit me.. you jacka$$.. you want to horizontally center it... Haha! Again, thank you for your input.

  • Background Video In Idvd

    I made a dvd and was able to export a clip from imovie to use as the background
    video in idvd. I burned the dvd and it looks great. I then updated most of the
    Imac software from apple. And now I can not find the settings for exporting a clip.
    The settings have changed and I have tried three or more times on my next dvd
    but the background video still looks terrible.
    The frist time I used Imovie to export it as a .dv clip and then I dragged it on to the
    background video in idvd menu. I Then tried to export the clip as a QuickTime file as
    full quality and only clips selected. The clips still looks bad. I have tried ecpert settings
    where I have it set to the clip as move to dv stream and I left the options on default.
    The last time I replayed the video tape and imported a small 3 min clip to use as the
    background video. I then copy the clip on to the desk top and then into Idvd.
    I burned the dvd and the background video still look bad.
    Im using a Imac 10.4.11(85165)
    Imovie HD 6.0.3 (267.2)
    Idvd 6.0.4.(797)
    Thanks Mr Golf.

    You may have done this already, but whenever you do updates you should follow with a permissions repair, and then delete preferences for iMovie and iDVD.
    If you haven't done it before: Delete preferences by closing iMovie and trashing the file com.apple.iMovie.plist found in User (the House icon)/Library/Preferences. Then do a permissions repair using the Utilities/Disk Utility App on your Mac. Open the Disk Utilities window and select the Mac hard drive icon at the top of the side pane at the left. Then click on the Repair Permissions button. When you have repaired permissions and deleted preferences, restart your computer and launch iMovie. iMovie will replace the .plist file that you deleted. Be sure also that you have sufficient free disk space on your hard drive for iMovie to function correctly. 20GB often is recommended by users of this forum. After doing all of the above, relaunch iMovie and see whether you still have the problem.

  • How do I add mpg background video behind a psd menu in Encore?

    How do I add mpg background video behind a psd menu in Encore? The psd file is transparent and it still comes out as pitch black behind the menu. I'm inexperienced with these products so any help is greatly appreciated.

    If you have done what Russ describes and it does not work...
    Encore replaces the background layer with your motion video. So make sure you have a) a layer at the bottom (in Photoshop layer order) that is named "background," and b) no other full layer above that (for example, an image in another layer you've used instead of the original background layer).
    Also keep in mind that setting transparency in Photoshop is overridden by various Encore processes.

  • Menu problems - changing background video length to fit audio

    Hi,
    I've been struggling for hours (feels like weeks!) trying to adjust the background video length to match the audio length on my encore menu to prevent the white screen appearing once the background video has finished.
    Having read through some previous questions on here I see the general advice is to adjust the audio length to match the video length but is there really no way of doing it the other way around?
    I tried editing the background video in premier pro, and managed to do that effectively so it was identical in length to the audio track, however then I couldn't work out how to export it back into encore so it would use it as a menu.
    I'm still getting to grips with all the software so any help would be greatly appreciated!
    Thank you!!
    Liz

    Hi jsbman,
    Thanks for your reply, I'm not sure I was totally clear about what I am trying to do. Basically I have a menu image with background video that currently runs on a loop of 16 seconds, and I have an audio file (song) that lasts 3 minutes and also loops. I can put the audio on the menu fine as long as I have menu with no background video but if I try and have both it runs but then goes to a white menu screen after the 16 second loop while the audio continues to the end.
    I understand from what I have read that the audio track and video background need to be the same length (I guess so they can loop together or something) and to edit the audio track down to 16 seconds makes it pretty pointless in using. This is why I have been trying to increase the background video to the same length as the audio track. They will then both loop until play is pressed on the remote for the DVD to start.
    I forgot to say in my original post I am using CS4, with Windows 7 - I'm not sure if that makes a difference.
    Any ideas welcome!
    Thanks
    Liz

  • Menu-Background Video starts again, when choosing Menubutton

    I've recently changed from WIN Encore CS3 to MAC Encore CS4 and am now facing some Problems...
    My newest challenge: When trying out my menu in preview mode,
    the video which is supposed to play peacefully in the background of the menu starts new - every time i select another menubutton (via keyboard or mouse)the background video starts from the beginning... normally as i know it, it should continue until looping point (which it does, when no control is touched)
    I have no idea - is there another feature in the MAC version i do not know or is it a "new feature" in CS4 which renders my CS3/WIN experience worthless?
    I am thankful for any hint, i'm clueless where to look
    Greeting from Hamburg, Martin

    >a reliable preview helps a lot...
    I agree, but in general, a preview in any DVD authoring software is just a simulation of a DVD player, and not the real thing.
    It is always best authoring policy to burn a rewritable disc and test it in a player. That is the most reliable testing method.

  • How to create background video in a persistent menu template

    I'm working on an Extras project which requires a background video to be played in the menus. I can start the background video as suggested in this post https://discussions.apple.com/thread/5276546?tstart=0 but I can't get the video to play after returning from playing the feature. I think the event "iTunes Video Did Close" should be used to implement this action but I have no luck using it with the background layer. The event works fine if used in a normal page. Any input on this problem would be appreciated
    Note:
    The problem can be solved if I can somehow access the background video in the background layer using JavaScript (so I can fire the event in a normal page and start the playback using JavaScript) but I don't know how. Can anyone help me with this too?

    This is very simple. It's two copies of the layer. The bottom (back) one has been scaled up with a blur effect.
    Start here to learn After Effects:
    http://adobe.ly/AE_basics

  • Consistent jump from animated menu to a transition clip in DVD Studio 4

    Hi there,
    did anyone know a possibility how a consistent jump out to a short transition clip in DVD Studio Pro 4 could be made?
    My problem is, that there is a animated video background clip running as loop in a menu. If the button to the next sub-menu is activated a short transition clip should be played. But to get a consistent and smooth transition between the menu an the clip, the jump out should be done when the video is at the loop point. Only there the end and the start frame of the following transition video are equal.
    I have searched solutions and tried different scripts but did not figure out any one with the expected function...
    Did anybody have solved a similar problem before, or is there maybe a simple solution for it?
    Thanks in advance

    Thank you for reply to it.
    Just to be shure...is there no way that when a user presses the button at any time, that I could trigger the jump to the next menu or clip to a fixed point (best the loop point) of that menu.(maybe by a GPRM used as counter)
    A delay time between activating the button and the next action is the result and would be depending on the length of the animated menu. But that's OK if at the end a good transition will come up.

  • How can I fade in menus with background video?

    Hi there,
    I'm new to this forum (and to DVD SP) and have searched without being able to find out how to get my menus to work in this scenario:
    I have a short (6s) background video that does not loop and ends on a still frame.
    There are two drop zones, both with semi-transparent areas so that I can see the video play underneath. One drop zone has my title (as text in DVD SP) and the other has my "play" button.
    I want my video to play for 5s and then have all the other elements fade in over the last second.
    Here's what I've tried (thanks to suggestions from here and dvdstudiopro.digitalmedianet.com--which uses js that really bogs down Firefox, BTW):
    A. I created a custom patch using PS that's a 6s .mov file that's simply a black mask that fades to white.-->this causes my drop zones (which are layered psd files with a mask of their own) to fade up, BUT the custom patch overrides the drop zone mask and causes the drop zone to become completely opaque.
    B. I tried separating the background video and menus into separate menus in DVD SP. The first menu plays the video, then jump to the second menu which contains the last frame of the video as a still with the drop zones and button on top.-->this works but there is a noticable delay going from menu 1 to menu 2 and it looks horrible.
    C. I created a 6s .mov file in FCP that does exactly what I want, but when I bring it into DVD SP, the quality suffers.-->I exported without compression from FCP and with, same bad results (especially in text).
    Is there a way for me to get this to work gracefully?
    I put a still of my menu with callouts at this url if it helps:
    http://infactfilms.com/dvdmenu/
    Thanks very much and I appreciate the wealth of info in this forum.
    Cheers!
    misho

    Hi
    Read this note about Menu rendering in DVDSP:
    If you edit all your elements in FCP, adding the graphic fade in/outs, texts, etc and then export it directly with Compressor to MPEG2, and use that file/s as Menu backgrounds, DVDSP will not re-encode these menus.
    If you add in DVDSP text, graphic for buttons, drop zones, etc it will need to render and encode the background again to add those graphics.
    Take care of what video format you choose in FCP for your background edit. DV codec works really bad with graphic elements; you better choose DVCPRO50 sequence settings and export directly from FCP through Compressor. That way FCP will use the raw info from each frame and not the render files as if you export as Quicktime Movie.
    Hope that helps !
      Alberto

  • Position Background Video

    I think I know the answer to this question from googling, but I'd like to confirm that...
    I would like to have a background video playing on in a window/viewport on one side of my menus. So far as I can tell, that's not possible in Encore CS5; if you attach a video file to a menu, it gets centered in the menu and you can't independently position it.
    I was working around this problem by creating a background video that takes up the entire menu's area, but crops the video (actually a slideshow) into the area I want it to play in. That gets me the visual effect I want, but the size of the background video coupled to the number of menus I'm using it on runs afoul of the 1 GB menu size limitation for DVDs.
    Has anyone figured out how to do this in a (disk) space efficient way? For example, could I use a video button with no action set as a placeholder for the "background" video?
    - Mark

    Create the video in premiere or after effects so that the "video" is offset and scaled as you wish.  You can add the still background there or as a superimposed layer in  the menu (but not menu background).  However, the movie you export from premiere or after effects will be full screen (size to the DVD size), and if it is too long (or too many menus), you will exceed the 1 gig limit.
    You might be able to thumbnail it, but where is the advantage?
    Possibility that you can use that to place a smaller movie, but I don't know if it works that way.  Worth testing.

  • Background video shows up black after burning.

    Hi,
    I added a video to one of my blank menus. In the preview it shows up correctly. But after I burned it to Bluray I could hear the audio only. The rendered .m2v-file in my encore projekt folder is just black, too. So I tried the same in an encore dvd-projekt and all worked fine. The rendered .m2y-file is absolutely correct. Why does encore render my backgroundvideo wright in a dvd projekt but wrong in a bluray projekt?
    Thanks for your answers,
    junk.box

    Your background video ay have an issue:
    Select the "wedding" group of the library templates. Bring in "Floral." This is a motion menu. Make it first play. Render motion menus. Does the background video play? If so, use the motion background for this one (NTSC_Floral Menu.m2v) in your other menu. Render motion menu. Does it play in yours? If so, you have a problem with your background video.
    This was from this thread that explored some other issues if that doesn't work.
    http://forums.adobe.com/thread/962166?tstart=0

  • Adobe Encore - Background Video Rendering & 'Photoshop File Error - 1'

    Hi, I am having serious problems with Adobe Encore at the moment, and really need help fast.
    I am currently making a DVD project where:
    I have used Photoshop to create the buttons (It's just the two buttons/options created in groups with the text and their highlights. There is no background).
    Once that was done, I created a spearate animation in After Effects that allowed images to change from one to the next.
    I exported this as an MPEG so that it could be inserted as a background video in Encore.
    So I went back to Encore, inserted the buttons and my background video, created the motion properties so that the video would play behind the buttons (and I did the same for audio). Then I went to preview it, and clicked 'render' and it wouldn't! It just pops up 'Photoshop File Error-1'.
    I read that other people have the same problem and have tried editing the psd with the buttons, but still nothing has helped!!!
    Can someone please help me??
    I would really appreciate it. Thank You
    By the way, I am using MAC OS X Version 10.9.2 (Mavericks), if that matters.

    >alert them to the problem, and fix it?
    Will never be fixed... CS6 is done
    CS6 is the final Encore http://www.adobe.com/products/encore/faq.html
    -see #8 here for why http://forums.adobe.com/thread/1337952?tstart=0
    >So how exactly do you 'create a small partition on my drive just for the old OS X'?
    That would be a question to ask Apple, or in an Apple forum

  • How to put a person from a video in front of an other backgrounded video

    really i can't describe the problem but i want to make a person from a video in front of an other backgrounded video
    here is an exempte Anime Mix [AMV] - On My Own - BANZAI [ 2014 ] ᴴᴰ - YouTube
    does premiere pro can do this ? or i need after effects ?

    Search the help file or user guide PDF for blue screen

  • Video intro before menu

    Does anybody know how I can create a video intro that plays first thing when a DVD is inserted into the player and then leads to the first menu on the disc?
    In other words, this video would come on as soon as the DVD starts playing, then possibly pause on its last frame, and that frame would become the background of the first menu. Then the buttons and links would appear when the video ends and the menu begins.
    Any idea how I can create this? And possibly make the music be continuous between the video and the menu?
    Thanks,
    Fernanda.

    Few approaches
    1.) First set first play for the disc to either the track you want or the menu
    2.) If a track is first play (better form) then have the last frame be the background of the menu you are going to and set the jump from the track to the menu
    or
    3.) http://dvdstepbystep.com/motion.php and http://dvdstepbystep.com/useelements.php (still a good idea to have the first play be a short track even of a couple of seconds of black then set end jump to the menu)

  • Presenting video clips as menu items

    Hi,
    I can't seem to find the answer to this question in the forums so here it goes. I have a bunch of video clips that I would like to place in iDVD. My idea is to have a menu that lists each clip and when you select a menu item, the project plays that selected video full screen like a typical photo slideshow. When it ends, the DVD would return the user back to the menu from which you came.
    It sounds simple but I cannot seem to find a way to do that. The only way to create a menu item is either by having a folder or slideshow of images. Am I missing something?
    Thanks,
    Matt

    Well I beg to differ a little. It is in the help and getting started files, but I agree it seems a little counter-intuitive, and many users run into this. Just remember the drop zones are for the menus only, not the main feature.
    In iDVD help, if you type movie in the search box, you'll find Adding a movie to your iDVD Project where it says Drag a movie file from the Finder to the background of a DVD menu.
    http://manuals.info.apple.com/en/iDVD5GettingStarted.pdf
    http://www.kenstone.net/fcphomepage/idvd_5stone.html
    G5dual2GHz, 550TiBook, 9600>G3Upgraded   Mac OS X (10.4.3)   1TB+ Storage

Maybe you are looking for

  • Link between Delivery and Sales Order Schedule Line

    Hi Gurus, I have a requirement in which i need to display quantity and amount at schedule line level and also the delivery and delivery item for each schedule line. For example, if there is a sales order O1 and item 10 for which we have 3 schedule li

  • Hinge is breaking on my laptop!

    I bought my HP a few years ago, and I am led to understand this is a common problem. The right screen hinge is breaking, and I now cannot close the laptop without it straining as if to look like it would snap the screen plastic and damage the screen.

  • Repeat post pls help

    Hi friends, I am using dreamweaver 8 and asp/vb/access for my intranet application I am developing purchase order application where ihave following tables : Order table order_id po_no po_date sup_id etc Order_detail table orderdetail_id order_id prod

  • Problem about character set

    I read data from excel using oracle com automation feature in plsql program and insert them into tables, but all chinese in the excel file was "?",how should I do? thanks.

  • Upon opening Firefox, all tabs start connecting without any websites, the proccessing grey circle on each tab periodically turns green and back to grey.

    When I start firefox the normal page doesn't open and instead the tabs start connecting and connecting without any website and the grey circle that each tab has turns green and then grey and the process repeats itself. And If I try to type an address