Stripe Subtitle Fade In and Out Issue

After upgrading to iMovie HD 6, I found the Stripe Subtitle to fade in correctly, but when it begins to fade out, it will abrubtly disappear. In iMovie HD 5, the Stripe Subtitle would fade in and out smoothly. It does this when I preview a stripe subtitle, as well as in finished DVDs and Quicktime movies. I have tried adjusting the speed and pause, but that has no effect on this issue.
You can see an example of this in one of my videos. Just watch the first minute and you'll see it happen when I introduce the first speaker:
http://homepage.mac.com/jasonellis/iMovieTheater5.html
Has anyone else seen this behavior? Does anyone know of a work around?

Jason,
You're welcome.
Just don't ask me to explain why it works that way!
Matt

Similar Messages

  • IPhone 5 voice call quality fade in and out. Noise Cancellation interference?

    I've been having this huge problem with the iPhone5. The evidence i've collected seems to indicate this is a problem with all iPhone5's.
    On calls in certain places both indoors and outdoors, the callers voices over the iPhone5 fade in and out. Their voices occasionally completely fade completely away, and only come back momentarily. The low volume for 50% of the time forces me to raise the volume, but raising the volume does not help because when the voice does come back, the volume is too loud for my ears.
    I went back to the Apple store and they are not able to help me. They suggested a clean restore, which I did. They offered to replace the phone, which I did, but it is the same problem.
    - iPhone 5 vs. iPhone 4S, the fading does not occur. I make the call to the same voice mail system I have, and the sounds from the other side are consistently the same volume for the 4S, but fades in and out for the 5.
    - I connected up a 8mm jack between my iPhone 5 and my mac in an attempt to record this problem. In that instance, the sounds from the voice mail DO NOT fade in and out. I did find out that the dynamic range on the iPhone 5 is MUCH greater than that of the iPhone 4S, for some strange reason.
    - When I hold the phone up to my ear, the fading in and out does occur, but it is less noticeable. But it's still there.
    - When I leave my work area the problem goes away. However, because the iPhone 4S on the same AT&T service does not have this problem, this leads me to believe it's NOT a lack of transmission power from the AT&T cell tower. Rather, it is a reception issue at the iPhone5 side.
    - I turned off LTE, data and then made the calls. Same issue.
    I use this phone to make 60 minute calls for conference calls frequently. I cannot use it. Please advise. I am seriously considering returning this phone. Except i've sold my old iPhone 4 already. I'm in a bad place. Please help.
    Here's another post of a fellow with the same exact problem.
    http://forums.macrumors.com/showthread.php?t=1456404
    Apple, please look into this. I believe this is a problem with the noise cancellation software.

    I've got an update on this problem with fading volume. I've isolated it to the set volume on the phone for voice calls when using headphones. When the headphone volume is set between 1 and 6 (out of 16 squares) the callers volume will consistently fade in and out. The fading which is normal to zero volume at 2-5 Hz is serious enough that normal conversation is impossible.  When the volume is raised above 6/16 then the callers voice stabilize and I can hear all their words again. Unfortunately, at 6/16 volume their voices are too loud for the headphones.
    Furthermore, when headphones are plugged in, and I initial a call after the iphone5 was idle for several minutes, the first dial tone has preceded by a very loud pop an the tone, as though there was too much pressure (charge) that was dissipated all at once.
    Other details:
    - I used 3 different earphones, iPhone 4 headphones, altec earphones, an the new iPhone 5 earbuds. Same.
    - I turned on and off lte, data, Bluetooth, wifi. Problem persists unaffected.
    - when switching to iPhones earpiece and mic, the fading is gone.
    - I have 3 out of 5 bars where I teste this, in the city outside and on hwy 5 in central California. Same symptoms in all places I've tested.
    - I have exchanged my phone at the apple store. Same issue with both iPhones an I suspect all ipjone5s.
    - the ipjone4s does NOT have this problem when the volume is set lower. I can tell that the iPhone 5 must have a new audio filter to make the sounds have larger dynamic range. I liked the 4s better, because it is easier on the ears!

  • How do I adjust my titles so they don't fade in and out? I have hundreds of photos/videos on screen for a second or so each, for a year-long birthday video, and I need the dates in my titles to be steady rather than fading in and out spastically.

    I have been working on a project since December of 2012 for my son's first birthday. Basically, it's a photo or quick video each day of his life so far. I used the "upper" title and made the titles not fade in and out, because that could give someone a seizure. The idea is a seamless title that ticks away each day. But in the new iMovie, it changed my settings, and I can't for the life of me find how to change them back.
    Now, each date flashes in and out, in and out, in and out. Fractions of seconds go by. It's really distracting and annoying.
    How do I get the titles to remain on screen and not fade in and out? I had it just how I wanted it, but now we're rapidly approaching my son's birthday, and the video is suddenly a mess.
    How do I fix this?

    I am working with the very same concept for my project and the auto fade in and out has messed everything up. If I hear or a fix I'll be sure to reply here to let you know!

  • Made a drop down menu. How can I get the drop down to fade in and out? !

    Hi guys!
    I've created a drop down menu (with the help of you legends on here! )...Now I just need it to animate so when the user hovers over the main menu item, the drop down fades in.
    Here's the HTML I have...
        <ul id="nav">
            <li><a href="#">Nav 1</a></li>
            <li><a href="#">Nav 2</a></li>
            <li><a href="#">Nav 3</a>
                <ul>
                    <li><a href="#">&raquo; Sub Menu 1</a></li>
                    <li><a href="#">&raquo; Sub Menu 2</a></li>
                    <li><a href="#">&raquo; Sub Menu 3</a></li>
                    <li><a href="#">&raquo; Sub Menu 4</a></li>
                </ul>
            </li>
            <li><a href="#">Nav 5</a></li>
            <li><a href="#">Nav 6</a></li>
        </ul>
    ...and here's my CSS...
    ul#nav {width:920px; height:35px; list-style:none; padding:0; margin:0; background:url(navBg.jpg) repeat-x; z-index:999;}
    ul#nav li a:hover, #nav li a:active {background:url(navOn.jpg) repeat-x; text-decoration:none;}
    ul#nav li a {color:#E0E2E7; display:inline-block; float:left; margin:0; padding:10px 19px; width:auto; text-decoration:none;}
    * html #nav li {display:inline; float:left; }  /* for IE 6 */
    * + html #nav li {display:inline; float:left; }  /* for IE 7 */
    #nav ul {width:208px; left:-9999em; list-style:none; margin:35px 0; padding:0; position:absolute; z-index:999;}
    #nav li:hover ul {left:auto;}
    #nav li {float:left;}
    #nav li li a {width:190px; background-color:#efefef; color:#2e2e2e; padding:8px; margin:0; }
    #nav li li a:hover {background-color:#000; background-image:none; color:#FFF;}
    #nav li:hover {background:url(assets/images/frame/navOn.jpg);}
    From what I can make out, I assume I need either Javascript or JQuery...
    Does anyone know how I can get the drop down to fade in and out?
    Thank you very much and I hope to hear from you.
    SM

    Yes, you'll need a client-side script to do fade-in/fade-out fx.  Look at jQuery Superfish.
    http://users.tpg.com.au/j_birch/plugins/superfish/#examples
    Nancy O.

  • I have used I tunes to download music with a paid I tunes card. I can no longer open the music store to download my music.  When I do open the music store it fades in and out, preventing me from downloading music.

    I can nolonge download music from I tunes, because the music store page fades in and out and will not remain permanent to allow me to download music with a pre-paid I tunes card.
    Also, why is it you can only download music to an I-pod from one primary computer.  Is there a method that will allow me to download music from a variety of computers.

    it only happens for previous purchases - if you have a computer you can try to download your purchase history there and then just sync them to your device - http://support.apple.com/kb/ht2519 - http://support.apple.com/kb/ht1386.

  • How do I keep from having my titles fade in and out in iMovie 10.0.1? Or is there a way to customize a title at all, other than location, size, and color (such as fade direction, duration, entrance...)?

    This is something that I thought came standard with all video editing software and I'm very surprised to not be able to find it in my version of iMovie. All I want to do is create captions that don't fade in and out.

    Several posters have asked this and it doesn't appear to be possible in iMovie 10.  I guess you would have to create .png stills with the caption and the rest transparent then add them as cutaways.
    Geoff.

  • Line drawn with Pencil Tool appears to fade in and out

    My Nme is Allen Togwell.Case No: 0183721415. Your chat line guy said I needed a graphic card to solve my problem for my CS6. He gave me a link but disconnected before I could use it. Can you help me with what type of graphic card I need. I am 75 yrs of age and not very com literate.
    Thanks

    Hi Allen,
    I looked up that case number and watched a recording of you working with the agent and am not convinced that what you are seeing was necessarily because of the graphics card.
    This is my interpretation and thoughts around what you were seeing. I noticed that you were working on an image that took up a fair amount of the screen when viewed at 16.7% zoom. This means it was a pretty large image. Next, I noticed you were using the pencil tool with a tip that was 4 pixels.
    I think the combination of these two things was the reason the pencil tool was appearing choppy or to fade in and out when drawing. This occurs because you are using such a small size and are zoomed out so much that the lines are barely visible. When you zoom out the program resamples the appearance. This resampling can cause detail to be lost and the appearance to vary depending on what zoom level is used, 16.7% is particularly bad with fine details.
    I think there would be two solutions, use a different zoom level to get a better view or use a pencil with a larger size.
    I recorded this video for you as an example
    http://screencast.com/t/e9dhiHKoKbv
    I suspect the list that the agent was suggesting for video cards was the one at the bottom of this document
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq.html
    Hope that helps,
    -Dave

  • How to make images fade in and out

    how to make images fade in and out continuously

    HI,
    The Ken Burns effects can do this nicely. Available in the iLife suite of software.
    iLife 06 minimum requirements:
    http://support.apple.com/kb/HT2675
    iLife 06 - Amazon
    Carolyn

  • Again: How to fade in and out a text in a loop?

    Hi, you all,
    with a little help from my friends I could get a text fade out with jQuery. Once the animation is complete, the text should fade in again and then fade out and so on.
    Whatever I try, I get syntax errors. So finally I did not get any further than that: http://www.3amdesign.de/Unbenannt-8.html
    Thanks for your help,
    Alex

    Hi Brad,
    look at this page: http://www.3amdesign.de/en/index.html
    It looks like a chess-board with a menu bar on the left and and 20 
    "empty" fields . The white fields show text only on mouse-over.
    The results of google analytics suggest that our homepage is not 
    attractive enough. Unless you start to move with the mouse over the 
    page, nothing happens.
    That is why we want to put some animation to the page by fading in and 
    out text in different rectangles at different times. The ideal case 
    woud be to be able to link each word if necessary to a different page.
    The other goal to reach would be to substitute the images that show 
    the text with "real" text in order to be "readable" for the search 
    engines and thus reach better ranking positions.
    I hope I could get the idea clear and would be happy if there was a 
    solution suitable for someone basically unexperienced in coding...
    Thank you a lot,
    Alex
    Am 22.09.2010 um 20:17 schrieb Brad Lawryk:
    I guess the first question would be 'Why?'
    >
    What is the purpose having text fade in and out? And in what 
    scenerio are you using it?
    >
    There may be a better way to do it.
    >
    Brad Lawryk
    Adobe Community Professional: Dreamweaver
    Northern British Columbia Adobe Usergroup: Manager
    Thompson Rivers University: Dreamweaver Instructor
    My Adobe Blog: http://blog.lawryk.com
    >

  • How to  fade in and out

    Dear Forum;
    This is my very first time opening Garage...
    I am creating a compilation of my concerts - tunes are too long
    how do I fade in and out on the same track?
    & how do I add reverve - please help a dummy - or where in the manual? Thanks

    Move your cursor onto the audio track, to the upper-left (or upper-right) corner until the cursor icon changes to a small envelop. From there, click & drag out to create a fade. From there, you can double-click on the audio file to get a HUD with all the different types of fades available.

  • FCP to soundtrack : clips audio fade in and out are lost !

    Hi,
    I sent a FCP project to soundtrack pro, but all fade in and out are lost. Only crossovers between 2 clips remain. Is it a limitation of the "send to multitrack project" function ?
    Thanks

    Same problem here. Tried to solve it by making an OMF export in FCP and importing it into STP: same problem. One of the many bugs. We have to wait some more versions before this promising application works on a pro level.

  • When I play itunes from my laptop which uses a Y-cord plugged into a sound board, the songs fade in and out, softer/louder ...anyone know what would cause this? I have bought new cords, speaker cords, speakers...and the laptop is only 1 year old...

    when I play itunes from my laptop which uses a Y-cord plugged into a sound board, the songs fade in and out, softer/louder ...anyone know what would cause this? I have bought new cords, speaker cords, speakers...and the laptop is only 1 year old...

    when I play itunes from my laptop which uses a Y-cord plugged into a sound board, the songs fade in and out, softer/louder ...anyone know what would cause this? I have bought new cords, speaker cords, speakers...and the laptop is only 1 year old...

  • Fade in and Out

    Hello Everyone,
    I would like to ask the Pro a question.
    I have a video clip which i want to cut and fade in and Fade Out the video and Audio.
    I have searched on internet but i can not seems to find the right answer.Is it that complicated to do fade in and out?
    Is there a simple way to fade in and fade out the entire video(video and audio) and NOT only video or Audio?
    How can i do that.
    Thank you very much

    On a single clip, fade and dip to black are similar. If you have two clips next to each other fade will do a mix between them, using the dip to black will fade out the first clip going to black and the fade up the second clip. The yellow line shows keyframes, this is a way of changing effect parameters against time. This is an Adobe help file about them Adobe Premiere Pro Help | Adding, navigating, and setting keyframes If you search the net there are many tutorials. You can keyframe audio and video. Have you tried adding the default fade transition to the audio? I have no problems with it. The cpu can run flat out, if needs be Premiere will slow down the export to match the quality of your hardware.

  • Slides fade in and out

    Is it possible to have slides fade in and out? I can find in the help is how to fade videos. I want to do slides in Presenter the same way I can in Captivate.
    Thanks

    Thanks. But, unfortunately I have version 7. The company I work for isn't likely to spring for an upgrade any time soon, so I'll just have to live with what I have.
    Fred

  • SUBTITLES CUT OFF AND OUT OF BOUNDING TEXT BOX

    SUBTITLES CUT OFF AND OUT OF BOUNDING TEXT BOX
    by Ben Martin on Jun 24, 2008 at 9:57:39 am
    I use Encore version 2.0 and have problem with subtitles on a 30 minutes video. I have not imported these subtitles, but made them, one clip at the time. The first 10 minutes is fine, each subtitle is within a bounding box (the bounding box was stretched up to the first inner rectangle of the Safe Area). They can be seen fine on the timeline and on the DVD.
    However from one particular subtitle onwards, all the subtitles clips seem to suffer from the same problem. When I play them on the timeline the long subtitles are cut off at the right end. When I click on them within the monitor, I see that they are not within a normal bounding box. Instead the text is sort of "embedded" within a structure of white squares (similar to a bounding box), but any attempt to strecth that "structure" by pulling a square with a text tool, only deform and extend the text itself.
    I have tried to create a blank subtitle clip after the last "good" one, using the Add subtitle button on the monitor, but it won't create an empty bounding box within which I could type or paste the text. It works if I try to create an empty clip in the "good" area of the time line (the first 10 minutes), but not before or after that first bad clip I mentioned above. It is as if there was something bad on the timeline and any attempt to create a proper bounding box clip is impossible.
    Is there a setting that I can change? or is it a bug in the programme?
    Any help would be appreciated. Thanks.
    Ben Martin
    Payday

    In order to aviod stretching the existing text, you must use text tool to resize the boundry box.

Maybe you are looking for

  • Wav file from remix stem pack has no volume - Logic Pro 9

    I recently downloaded a remix stem pack and can't get the vocal wav file to play. It show's a wave form, but no volume. If I load a sample wav file, a drum hit for example, it will play no problem. Anyone have any idea's? It's not the wav file as it

  • Oracle data from 9.2.7 to oracle 10.2.2

    Hi, I have upgraded sap from 46C to ECC6 with oracle 10.2.0.2 and has given the system for testing. Current production server is on 46 with oracle 9.2.7. Complete testing is completed on the upgraded ECC version. Now i have to move the live productio

  • Error in transformation steps

    Hi I have a scenario where i need to send to source messages  to ont target message ,I am tring to do using BPM. I have used steps 1)recive step to recive the file(I am giving here 1 msg type from two) 2)Transformation step to transform two sources t

  • Help, hotsync palm treo 755p to my laptop with windows vista 64 bit.

    I am computer unsavy and could use some help.  I have a palm treo 755p that previously synced with my old dell laptop.  That computer broke, and I got a new HP with windows vista 64 bit.  Previously, the dell was running windows xp.  I have bought so

  • Loss of background audio

    Slideshow working fine with background audio. Added a 6sec silence at the start, or so I thought. All of the audio disappeared, even mouse clicks. When I look at the Edit Audio window, my sound is there as it was before. No silence has been added but