Movie Titles Always Visible

Hi,
I just bought Toy Story 3 on iTunes and when I play it on my ATV, the chapter titles are always visible (and they're in French!!) but when I look at the same movie on my ATV2, they aren't shown (at all)...
I've checked that there are no chapter view options etc witin the movie and I can't see any and I can't see any option in the ATV settings related to Chapter titles so I'm at a loss...
Any ideas..?
Thanks
Mark

What you have got there is a text track embedded into your source footage - if you open it in quicktime and delete the text track it will go. You'll then need to add in the marker info when in the DVDSP timeline.
Of course, you could export it from FCP again and only carry over the relevant marker info, encode the footage to MPEG2 with Compressor and then bring that into DVDSP...

Similar Messages

  • Chapter titles always visible during playback

    I have searched but haven't found the answer, how do I turn off the chapter names so that they are not displayed while playing the content of the DVD.
    While I view any chapter on my dvd the name is constantly displayed at the top of the screen in a white bar with black lettering.
    Would someone please help me turn it off? Thank you so very much.

    What you have got there is a text track embedded into your source footage - if you open it in quicktime and delete the text track it will go. You'll then need to add in the marker info when in the DVDSP timeline.
    Of course, you could export it from FCP again and only carry over the relevant marker info, encode the footage to MPEG2 with Compressor and then bring that into DVDSP...

  • Buritto/Hero 4.5 (MobileApplication) Scrollbar always visible?

    I've tried for 3 to 4 days now...
    To make a scrollers scrollbar always visible.
    It seems to me extremely counterintuitive to make a scollbar not visible within a scroller that has (for example) a textarea in it.
    You can't see that the text goes beyond the viewport and should be scrolled. Usually a scrolls purpose is to help identify there is more to scroll to.
    Enough said there, making the scrollbar invisible or fade away is really bad (DESIGN Flaw).
    Trying to make it appear initially is ultimately currently impossible from what I can tell (BUG & DESIGN flaw).
    Don't recommend turning visiblity or alpha on. That was the first minute of four days no success.
    ScrollerPolicy is only about should it appear when the content is larger and that is also not the issue.
    You see for some backwards thinking reason the scroller only appears when your actually scrolling and then fades away when done.
    I did override to disable fade out potentially (not perfect example for animated sliding action).
    Well first I replaced the skin with something people can actually see too instead of the thin line of black on black. (using a spark skin not the default)
                import spark.skins.spark.VScrollBarSkin;
                public function init():void {
                    xtc.getTextFor(title, contentTextArea);
                    contentScroller.verticalScrollBar.setStyle("skinClass", Class(VScrollBarSkin));
                    contentScroller.verticalScrollBar.addEventListener(MouseEvent.MOUSE_UP, bringMeBackPlease);
                public function bringMeBackPlease(e:MouseEvent):void {
                    trace("bringMeBackPlease: " + e.type);
                    trace("MOUSE: " + e.localX + " " + e.localY);
                    var ai:AnimateInstance = contentScroller.verticalScrollBar.activeEffects[0];
                    if(ai != null) {
                        if(ai.animation != null) {
                            ai.animation.stop();
                            ai.animation = null;
                            contentScroller.verticalScrollBar.removeEventListener(MouseEvent.MOUSE_UP, bringMeBackPlease);
    Okay well that reminds me I totally replaced the skin with a Catylist built one two but this animated fade functionality resides clearly in the Scroller class I think.
    You'd possible be able to replace the Scroller class via Catylist but it only has a few simple objects to play with No textarea, no Scroller, etc.
    I couldm't find a different none mobile spark scroller that isn't disfunctional in this way (fadeing scrollbars).
    I even delved into using Effects to Fade it back
                //private var restoreSliderFade:Fade = new Fade();
    skipping code it did fade the dcroller to view but I could not also make the scrollbar fade back.
    I tried simulating drag operations, mousedown, move events etc. nohting can actually get the f!ng scrollbar to appear that I can find.
    It's rare I result to forums so I'm hopeful people at Adobe in development see this stuff and actually realize the need a boolean on the MobileApplication Scroller Class that is something like autohideScrollbars with a default of false.
    Please help ASAP anyone any work around??!!!
    At this point I'm forced to try and make the scroller cut a line of text in half so the user thinks Oh I should scroll now... but where's the scrollbar?!
    I've dynamically loaded the textarea in init and that resizes the thing.
    I've added manually draging of the textarea (also seems wrong and should work by default)
                private function draggingContent(me:MouseEvent):void {
                    trace("draggingContent" + me.toString());
                    switch(me.type) {
                        case MouseEvent.MOUSE_DOWN:
                            dragging = true;
                            dragOrigin = contentScroller.contentMouseY;
                            scrollStart = contentScroller.verticalScrollBar.value;
                            break;
                        case MouseEvent.MOUSE_MOVE:
                            if(dragging == true) {
                                contentScroller.verticalScrollBar.value = (scrollStart + (dragOrigin - contentScroller.contentMouseY));
                            break;
                        case MouseEvent.MOUSE_UP:
                        case MouseEvent.MOUSE_OUT:
                            contentScroller.setFocus();
                            dragging = false;
                            break;
                        default:
                            break;
    with listeners in initi()
                    contentTextArea.addEventListener(MouseEvent.MOUSE_DOWN, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_MOVE, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_UP, draggingContent);
                    contentTextArea.addEventListener(MouseEvent.MOUSE_OUT, draggingContent);
                    contentScroller.setFocus();
    I could go on with all the ways I looked at ever class property and function, delved through the debug viewer inspecting values before and during states of visibility.
    Is there a way to access all the automation and disable certain ones like fading with my hack breaking other more useful smoothings, or override the ones I loath?!!
       Your angry MobileApplication Burrito Beta Testing Victim

    I'm sorry to hear you've been having problems with this, but thank you for providing this feedback on here.  It's really helpful for us to hear experiences like this so we can work to make things easier.
    1. "making the scrollbar invisible or fade away is really bad (DESIGN Flaw)."
    Native iOS and Android applications also fade away their scrollbars the same way, but they do initially show the scrollbar for a short time when the view is first loaded before fading them away.
    Here's an enhancement request for allowing scrollbars to always be visible: http://bugs.adobe.com/jira/browse/SDK-29296
    2. "Trying to make it appear initially is ultimately currently impossible from what I can tell (BUG & DESIGN flaw)."
    This is something we thought about doing, but didn't have the time to implement in this release.  See attached ZIP for an example of how you might do this.
    There is an enhancement filed here: http://bugs.adobe.com/jira/browse/SDK-29299
    3. "ScrollerPolicy is only about should it appear when the content is larger and that is also not the issue."
    When you're using a mobile Scroller the horizontalScrollPolicy/verticalScrollPolicy govern whether scrolling is allowed in that direction.  It doesn't have any further connection with the visibility of scroll bars like it does in a desktop Scroller.
    4. "Well first I replaced the skin with something people can actually see too instead of the thin line of black on black. (using a spark skin not the default)"
    The skin for the scrollbars has been updated since the preview release and will stand out more in the final release.
    5. "I couldm't find a different none mobile spark scroller that isn't disfunctional in this way (fadeing scrollbars)."
    On a desktop application you can hook up your own HScrollBar/VScrollBar directly to have more control over things like this, but in a mobile application only Scroller currently is able to handle touch-based scrolling.
    It might make sense to enable touch scrolling without needing a Scroller.  Here's the enhancement request for this: http://bugs.adobe.com/jira/browse/SDK-29300
    7. "I tried simulating drag operations, mousedown, move events etc. nohting can actually get the f!ng scrollbar to appear that I can find."
    Interesting idea, but faking a touch scroll is quite tricky and won't really get the results you are looking for in the final release so I would recommend not going further down this approach.
    8. "It's rare I result to forums so I'm hopeful people at Adobe in development see this stuff and actually realize the need a boolean on the MobileApplication Scroller Class that is something like autohideScrollbars with a default of false."
    This relates to the first two bugs listed above.
    9. "Please help ASAP anyone any work around??!!!"
    See the attached ZIP for an example application that demonstrates how to keep the scrollbars always visible, as well as a sample way of implementing the initial show and fade functionality.
    It was a bit tricky to figure this out because both Scroller and ScrollerLayout affect the visibility of the scrollbars and change includeInLayout/scaleX/scaleY when things are not visible.
    10. "Your angry MobileApplication Burrito Beta Testing Victim"
    Again, thank you for your detailed feedback.  I know working with preview releases can be very frustrating at times, but hopefully the information in this post helps ease the pain a little.
    Please feel free to vote and comment on any/all of the bugs listed above.
    Thanks,
    Steve

  • How can I make the status bar always visible in safari?

    How can I make the status bar always visible in safari? Even when I go to "View" and then select "show status bar," the status bar still disappears unless my cursor is hovering over it. I want to be able to see the time, battery life etc. while surfing the web in safari!

    When Safari is in FullScreen mode, menu bar will be hidden.
    Safari window to fit the screen?
    Move the mouse pointer to the bottom right corner of the Safari window.
    Double arrows will appear. Drag it to resize the window to fit the screen.

  • Titles *Always* Over Black

    Well, it's been a while since I've had to use iMovie, and while I've had great experiences with it in the past, right now, it's got me frustrated.
    No matter what title I use, what settings I try to apply, my titles always appear in my project as 'Over Black'.
    That is to say, when I attempt to place a title overlaying the video, it completely blacks out any video and audio for the duration of the title (it doesn't even shift the video, it just eliminates it).
    On the suggestion from a similar thread, I removed all Quicktime plug-ins and re-attempted. No beans. I tried trashing my .plist files and gave it another go. No beans. I've tried applying over black and updating with it unchecked - no beans. I've gone as far as applying it, updating it to 'over black' and updating it back again - nothing.
    Nada.
    Any suggestions out there? Any way to downgrade from 6.0.3 to 6.0.2? I didn't have this issue before...
    Thanks!
    p.s. - this is with all title types and all fonts that I have tried...
    eMac 1.0, 768, 160 gig, AE   Mac OS X (10.4.8)   iMovie 6.0.3
    eMac 1.0    

    As mentioned in my first post, of course I tried unchecking the 'over black' box.
    Further updates for the night:
    The movie I'm trying to work on is actually a slideshow movie exported from iPhoto - with audio.
    When I export the slideshow without audio, it works just fine, and I can add the titles properly (i.e., not always over black). That would be all good and fine, but to fit the pictures to the music, I need them to fade every 4.75 seconds (or so), and iPhoto will only let me round to whole numbers.
    I've been trying different audio formats for the song to see if there's some issue there... but haven't come up with anything yet.

  • How do I export my iMovie '11 video and burn it to a DVD? I've tried 'Share' - 'Media Browser', 'iDVD', and 'Export Movie' but always get an error message indicating that my movie is too long to publish. Thoughts?

    How do I export my iMovie '11 video and burn it to a DVD? I've tried 'Share' - 'Media Browser', 'iDVD', and 'Export Movie' but always get an error message indicating that my movie is too long to publish. Thoughts? Additionally, what does 'File' 'Finalize Project' do?

    Instead of Share to Media Browser, what happens if you try Share Menu > Export Movie... (choose Large size) and save it to the Desktop?
    If that fails try Share Menu > Export using QuickTime...
    Then pick Movie to QuickTime Movie, then click on Options... which is just to the right of Export
    Under the Video section click on Settings...
    Then in the pulldown menu at the top, titled Compression Type: Choose Apple Intermediate Codec. Then click OK. And click OK again, and save it to the desktop. Once the .mov file is created, you can import that into iDVD and most likely it will work in Wondershare Creator if you prefer to use that instead.

  • Making a cursor always visible on a x y graph

    Hello,
    I have what I'm sure is a very simple to fix problem, but I'm afraid I'm too simple my self to find the answer. I have a VI that makes an iterative calculation and then displays it on a graph. The user then uses a cursor to select an area of the graph to pick a value for further calculations.
    This works fine but the cursor is not always visible to use for selection as it does not seem to move with the auto scaling. So if the calculation produces values that are significantly different to the previous time the cursor is lost.
    Does anyone know how to get the cursor to change postion with the auto scale and ideally always appear in the middle of the graph?
    Many thanks,
    David

    You use two properties:
    First, the graph's Active Cursor property selects the property you want to operate on. The cursors count from the top to bottom, starting with zero.
    Second, the Cursor/Cursor Position/All Elements property lets you set the cursor's position.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • RE1000 - SSID Always Visible, No Internet

    Pros: Easy setup
    Cons: While clearly in range of router, Extender does not connect to the Internet; my laptop can connect to the router with four bars from the same location and get the Internet.
    SSID is always visible.
    Other Thoughts: Cisco should sell Linksys so that the products can be good again. Why do big companies by successful ones only to screw up their products?

    The RE1000 is meant to extend the range of an 802.11n network. While the device has the ability to extend the signal for a traditional 802.11g router. The reason for this is because the RE1000 is built to extend 2.4 Ghz 802.11n signals which use MIMO as well as other advanced technologies, if attempting to extend a G network you will not achieve the desired performance because it is not optimized to extend standard 802.11G signals.
    Remember that the RE1000 will only extend the 2.4Ghz frequency. Meaning that if you have a router that is dualband you can only use an extender on the 2.4Ghz channel. The 5 Ghz channel does not currently have an Extender available for it. Since some dual band routers have the ability to select which frequency you want activated. Always make sure 2.4 Ghz is enabled if you are having troubles configuring.
    Possibly try and use the Setup Utility and make sure the RE1000 is close to the router when first setting it up. The utility will test your network performance through the setup.
    Remember to quickly get to the RE1000 after it has been setup, you can click on Computer > Network > then look in network infrastructure to see the RE1000. Double Clicking it will launch the setup page.
    Lastly and most importantly, remember that in order to get the best performance from an RE1000 you need to place the extender in an area where you still have at least 50% signal strength to your router when you place it in the final location where the RE1000 will be used. During every call where you configure the RE1000 you will need to login to the UI after you have put the RE1000 in the final location to verify the signal strength.
    For ALL configurations you should have between 2-3 bars of signal at the very least. If you have less you will need to move the RE1000 closer to the router. You can also check the status on the status page of the RE1000 as well. On the status page both Signal Strength and Signal Quality can be measured. If either set of bars is red you must move the RE1000 closer to the Router.
    Also, let me know which brand of Router are you using and what is the exact configuration of your router, so that we can understand the same in a better way....

  • Make Conky always visible

    Hi!
    I want to make conky to be always visible and not allow my windows to overlay it. Here are my conky settings:
    background no
    use_xft yes
    xftfont openlogos:size=7
    xftalpha 0.1
    update_interval 2
    total_run_times 0
    own_window yes
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,above,skip_taskbar,skip_pager,sticky
    double_buffer yes
    minimum_size 250 5
    maximum_width 1920
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color MidnightBlue
    default_outline_color DarkSlateBlue
    alignment top_middle
    gap_x 0
    gap_y 0
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer right
    text_buffer_size 256
    I`m using Openbox. I`ve set margins in rc.xml so that maximized windows won`t overlay it, and that helped. But still, if i move something over it, conky stays below that window.
    Any ideas?

    FYI:
    own_window_type desktop
    overrides anything in
    own_window_hints ...
    try 'own_window_type normal' and see if your hints work then.

  • JFrame always visible

    Hello,
    I have a small application that is in a JFrame. I would like to keep it always visible, on the front, even if I am using another application (wich is indepedant of my application).
    Does somebody know how do ?
    Thank you

    I have found same problem. Please, can you send me you c source code or dll already compiled?
    Thanks.
    I have found the problem : it works with jdk1.3.1but
    not with 1.4.1 The WInterface uses window title (temporarily extended
    with window hashcode to ensure it's unique) to search
    for window handle. It uses FindWindow API function,
    which requires also window class name (meaning Windows
    window class name). Probably, 1.4.1 has different
    class name than 1.3.1. So I wrote my own alternative,
    using same mechanism, only with EnumWindows instead of
    FindWindow and it works well. Here is the code for
    native method
    public native void setAlwaysOnTopByTitle(String title,
    boolean on_top);
    BOOL CALLBACK setAlwaysOnTop(HWND hwnd, LPARAM lParam)
         const char* title = (const char*)lParam;
         LPTSTR wnd_title = new TCHAR[101];
         int cnt = GetWindowText(hwnd, wnd_title, 100);
         if (strcmp(title, wnd_title) == 0) {
    SetWindowPos(hwnd, HWND_TOPMOST, 0, 0, 0, 0,
    , SWP_NOMOVE | SWP_NOSIZE);
         delete []wnd_title;
         return TRUE;
    BOOL CALLBACK unsetAlwaysOnTop(HWND hwnd, LPARAM
    lParam)
         const char* title = (const char*)lParam;
         LPTSTR wnd_title = new TCHAR[101];
         int cnt = GetWindowText(hwnd, wnd_title, 100);
         if (strcmp(title, wnd_title) == 0) {
    SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0,
    , SWP_NOMOVE | SWP_NOSIZE);
         delete []wnd_title;
         return TRUE;
    JNIEXPORT void JNICALL
    Java_mainform_JavaWin_setAlwaysOnTopByTitle
    (JNIEnv *env, jobject, jstring jTitle, jboolean
    n jOnTop)
    const char* title = env->GetStringUTFChars(jTitle,
    0);
    if (jOnTop) EnumWindows(setAlwaysOnTop,
    (LPARAM)title);
         else EnumWindows(unsetAlwaysOnTop, (LPARAM)title);
         env->ReleaseStringUTFChars(jTitle, title);

  • How can you make movie clips partially visible?

    Okay, so this sounds simple, but I'm tottally lost... I'm a thirteen year old boy that has been using Flash for a little over 3 years. I program video games. I recently embarked on a game where one of the modes is to be split screen, player one gets the top half, player 2 the bottom. The promblem with this is that my game is based off of a moving background, where inorder to keep the main character centered the background moves instead of them. Becsause of this,when setting up split screen, the screen on the upper layer takes over the bottom because there would be more showing then there would be in the game: Parts would be off screen. I was wondering if there was anyway that using hitTest(s) (or some other method) you could make a movie clip partially visible/ invisible. I know the code for making something invisible when touching something else. But I was wondering if there was a way to make only the part of the movie clip touching another movie (it would have its alpha turned off... let's say it's a hitBox) or only the part of the movie clip touching the hitBox visible, invisible. Another way of looking at this is that I want a movie clip to be a small box, but inside I want their to be a huge picture. I want to make it so that when you move the picture different parts are viewable in this little box. And to make this as clear as I can... : I want to make a circle that I'll call the magnifying glass. I want to make an invisible picture that can be moved using code (I know that part). I want it so that when part of the picture is under the magnifying glass it's visible, not the hole thing, jus that circular area. Another reason I'd like to have this promblem solved is for a moving water effect. I want to make a movie clip and tween showing a square of rushing water, but without putting anything over parts of it (other than a hitBox) I want to make only a squiggly line of that water box visible. Thank you so much! =D I really hope you guys know! =D P.S. I also am currently using the trial of CS4, if that helps anything. But if it's only possible in AS3, then it's impossible to me because I use AS2 conservatively.

    Thanks... but I think you've misunderstood my question. I suppose magnifying glass wouldn't be the right word... I just wanted to explain that I want only the part of one mc touching another mc to be visible. I hope this isn't confusing. I have no need to enlarge an image. I want to make a movie clip only partially visible. Check out the fla.

  • I am a new iPhone user. I'm a frequent technology user but not a sophisticated one.  I am looking for an app where I can make lists -- books, movie titles, etc.  And I want to be able to make individual folders.  But I do not need more than that. Help!

    I am a new iPhone user. I'm a frequent technology user but not a sophisticated one.  I am looking for an app where I can make lists -- books, movie titles, etc.  And I want to be able to make individual folders.  But I do not need much more capacity than that. Ideas?

    One of these may fit your needs: http://iphone.appstorm.net/roundups/productivity-roundups/25-fantastic-to-do-lis t-apps-for-iphone/
    What do you mean make folders? Like folders inside an application or accessing system folders? You can't do the latter.

  • How to make the exe always visible in the illust application.

    Hi,
    I created an interface for "illustrator CS" using Visual Basic and copied that exe in Scripts folder. I want to know how to make the exe always visible in the application(Not in Taskbar), once it was clicked. Could you please kindly help me to solve this.
    Regards,
    Prabudass

    Hi,
    I guess....though i am not pretty sure....but the Preview tab has been discontinued in the newer versions....
    Only the Gods can give a perfect solution though...!!
    <i>Do reward each useful answer..!</i>
    Thanks,
    Tatvagna.

  • How to make the exe always visible in the application window

    Hi,
    I created an interface for "illustrator CS" using Visual Basic and copied that exe in Scripts folder. I want to know how to make the exe always visible in the application window itself(Not in Taskbar), once it was clicked. Could you please, kindly advice me.
    Thanks,
    Prabudass

    Hi,
    I guess....though i am not pretty sure....but the Preview tab has been discontinued in the newer versions....
    Only the Gods can give a perfect solution though...!!
    <i>Do reward each useful answer..!</i>
    Thanks,
    Tatvagna.

  • Movie titles not showing up on SD card. TX with PQDVD

    Hi all, I am a new Palm TX user and have already gleaned much useful info from these forums.  I have purchased the PQDVD video program and it works fine except for one small quirk.  The movie titles do not show up on my SD card they way they do when i view the files on my computor.  Instead I get a generic black and white still of a peice of movie film and I have to start the movie to see which one it is.  Once started the movies play fine on the TX.  I am using a windows computor running XP home edition.  I download the files using quick install.
    Thanks,
    pyrate
    Post relates to: Palm TX

    What program are you using to view the movies?  Media?  TCPMP, as recommended many times here?
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

Maybe you are looking for