Movie does not end

I have run into an interesting problem. I have made several imovies and shared them through IDVD into one big movie. When they play back, one of the imovies will not stop.
I have gone back to the original imovie movie and when played, it just keeps going after the video and audio end (end of the movie).
Any thing I can do? All the other imovies stop at the end of the music --- but not this one. I have even gone back and checked the audio and laid a new duplicate tract and the same thing happens.

Hi there
Check your audio again in iM. Is it possible that you used the volume control in the audio track to turn the level to 0 so that the audio stops at the end of the video clip at the end of your project? If that's the case, the audio track is still there extending beyond the video end, and iM will play to the end of the audio with a black screen even if your hear nothing. You may need to crop the audio you put on the track so that it really does end where the video ends.
A simple test would be for you to remove the audio you applied to that clip then play the video to see if that solves the problem. If it plays properly, then you know the audio extends beyond the video -- crop it and problem solved. Oh, if you've superimposed audio on top of another source it's possible it's the previous or underling audio clip that's the issue. Either way, check it out.
hope that helps
Carl

Similar Messages

  • MPEG4 Movie audio does not end up on burned DVD

    When I create a DVD in iMovie, the audio for the MP4 movies does no end up on the DVD. However it is audible in iMovie prior to creating the DVD. The movies were created with a sony camera mpeg4 format. I do not understand why they play in iMovie but not on the burned DVD?? Help.

    When in iDVD, use the Delete Encoded Assetts in the Advanced menu. This often clears up any garbage left laying around.
    Also my standard list of things to do first for these weird sort of problems, but I also tend to run these before I go to burn an iDVD project just to be safe. Keep in mind this list represents the programs I tend to use. I am running Panther (10.3.9) so Tiger users might want to check the below list for compatibility. There are several alternate programs that do the same things with some combining the functions of some of the ones below. So everyone has their favorites, but here are mine...
    Run MacJanitor (free download) to do all the Unix Cron Maintenance scripts.
    Run Disk Utility (Applications -> Utilities) and repair disk permissions on your start up drive (typically your internal drive). Also verify any other drives mounted on the system, especially any external drives that you use for iMovie and iDVD projects.
    Run Preferential Treatment (free download) to check for corrupt/damaged application and system preference files.
    Run Cache Out X (free download) to clear all system and application caches.
    Reboot your Mac (after running Cache Out X you are given the option to restart the machine).
    If you still can not get it to run correctly, next thing to try is to throw out the iDVD preference file (don't forget to change back those preferences you want different from the defaults next time you run it).
    Patrick

  • Execution does not end even after all records updated..

    Hi,
    I have plsql code like :
    declare
    begin
    for x in ( select .......) loop -- about 4000 times
    for y in ( select ............) loop -- about 50 times
    end loop;
    -- some code goes here to manipulate clob data
    -- like creating free temp clobs - use - then free them
    -- Update statement that update some table using clob values.
    insert into tablex values(sysdate);
    commit;
    end loop;
    end;
    Here I can monitor from other window howmany records are inserted into tablex and howmany updated in update statement by...
    select count(1) from tablex;
    After 50 mins i can see that all records are updated but...
    plsql code does not end its execution it continues even after all records are updated..untill i have to kill the session or let be run for long time.. :(
    I can not understand why this it is not ending execution..
    What could be the problem ...

    Hi,
    Here it is.....
    declare
    v_text_data TableA.text_data%type;
    v_clob clob;
    type dummyclob_t is table of clob index by binary_integer;
    dummyclob dummyclob_t;
    v_str varchar2(255) := 'ddfsajfdkeiueimnrmrrttrtr;trtkltwjkltjiu4i5u43iou43i5u4io54urnmlqwmreqwnrewmnrewmreqwnm,rewqnrewqrewqljlkj';
    begin
    select data bulk collect into dummyclob from sfdl_clob; -- five rows containing clob data upto 1MB
    for x in (select object_id
    from TableA
    where object_type = 'STDTEXT' ) loop
    dbms_lob.createtemporary(v_text_data,TRUE);
    for y in (select '<IMG "MFI_7579(@CONTROL=' || ref_id || ',REF_ID=' || ref_id || ').@UDV">' temp_data
    from TableB
    where object_id = x.object_id) loop
    v_text_data := v_text_data ||
    case
    when trunc(dbms_random.value(0,7)) = 0
    then chr(10)
    else v_str
    end ||
    y.temp_data;
    end loop;
    select text_data into v_clob from TableA where object_id = x.object_id for update;
    if v_text_data is not null then
    dbms_lob.append(v_clob,v_text_data);
    end if;
    dbms_lob.append(v_clob,dummyclob(trunc(dbms_random.value(1, 6))));
    dbms_lob.freetemporary(v_text_data);
    insert into xyz values (sysdate);
    commit;
    end loop;
    end;
    Thanks for your time..:)
    Rushang.

  • How to remove records in itab where its HKONT does not end in '0'...

    Hello Experts,
    I am getting records from BSIS and BSAS and I want to remove those records with
    their HKONT(GL account) does not end in '0'(zero). I do now want to do it via a loop.
    I tried using DELETE FROM ITAB statement but it seems it does not work.
    Here is what I did:
    IF NOT gt_bsis_bsas[] IS INITIAL.
       DELETE gt_bsis_bsas WHERE hkont+10(0) <> '0'.
    ENDIF.
    Hope you can help me guys. Thank you and take care!

    Hi Viray,
    '+' is a wildcard char which is used to represent one char
    where as '*' represents any number of char's.
    In this case  +++++++++0
    <b>means that the length of the field is 10 chars and first 9 can be anything</b>
    he didn't use '*0' since it could mean that the length of the data entered can be anything .
    Hope this clarifies
    Regards
    Nishant

  • Excel process does not end properly

    Hello All.
    I am using excel in my program writing data into it an excel workbook and then later on reading data from it. I have written down the code of closing excel worlkbook and shutting down excel application hence releasing the handles for it. But when i do that i.e. when the code containing excel workbook closing and excel application shutting down executes, excel workbook is closed but excel process does not end properly and can be seen in the task manager. And when i repeatedly open the excel file through my front end interface and close the file, another excel process is added in the task manager which does not end and so on. What can be the problem and solution. Thanks in advance.
    Best Regards.
    Moshi.

    Interfacing to Excel via ActiveX may be tricky, ending in situations like the one you are facing now.
    The basic principle is that every single handle opened to an Excel object (workbook, worksheet, range, variant and so on) must be closed properly for the entire process to terminate gracefully. If a reference remains unhandled at program end you will find an instance of Excel remaining in the task list and you may suffer erratic behaviour in subsequent accesses to the product.
    You must double check all references and add approporiate dispose/close commands for every one of them.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Process does not end when binding a object to registry

    I am writing a Unit Test case in which i need to create a datasource and bind it to RMI registry so that the methods i need to test can get a database connection . The problem is that after the test cases have finished running the process does not end and i have to shut it down manually . When i do not bind the datasource , the process ends put with errors because the methods do not get a connection. Even unbinding it after running the test cases does not help.
    Edited by: gurpreetbhalla on Jun 25, 2009 11:56 AM

    public void testIntraDayForClient() throws Exception
              ConstantConfig.JNDI_FACTORY = "com.sun.jndi.rmi.registry.RegistryContextFactory";
              Hashtable env = new Hashtable();
              env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.rmi.registry.RegistryContextFactory");
              env.put(Context.PROVIDER_URL, "rmi:");
    InitialContext ic = new InitialContext(env);
    // Construct DataSource
    SQLServerConnectionPoolDataSource ds = new SQLServerConnectionPoolDataSource();
    ds.setURL("jdbc:sqlserver://10.200.41.201:1433;databaseName=TradeportTC");
    ds.setUser("sa");
    ds.setPassword("superuser");
    DataSource d = ds;
         ic.unbind("TCDB_JNDI");
    ic.bind("TCDB_JNDI", ds);
              HttpServletRequest req = new MockHttpRequest();
              HttpServletResponse resp = EasyMock.createMock(HttpServletResponse.class);
              ActionContext context = EasyMock.createMock(ActionContext.class);
              HttpSession session = EasyMock.createMock(HttpSession.class);
              EasyMock.expect(session.getAttribute("ZephyrUserName")).andReturn("sclient90");
              EasyMock.expect(session.getAttribute("ZephyrDomainId")).andReturn("8a48a9cb1860e2a4011860e2c64d003a");
              EasyMock.expect(session.getAttribute("isTrader")).andReturn(false);
              EasyMock.expect(session.getAttribute("accountsDataDB")).andReturn(null);
              EasyMock.expect(context.getSession()).andReturn(session).times(12);
              session.setAttribute("vawTrades", null);
              session.setAttribute("noOfDays", null);
              session.setAttribute("accountNo", null);
              session.setAttribute("exchange", null);
              session.setAttribute("symbolName", null);
              session.setAttribute("trCode", null);
              session.setAttribute("status", null);
              session.setAttribute("accountsDataDB", null);
              EasyMock.replay(session);
              EasyMock.replay(context);
              MyOrdersAction action = new MyOrdersAction();
              action.execute(req, resp, context);
    This is the unit test case which does not exit , if i skip this binding ic.bind("TCDB_JNDI", ds);
    then it exits normally with a failure,

  • SM04 Session does not end.

    Hi all,
    I noted that SAP R/3 session does not automatically ended after a user logs off from the ESS Frontend. This will result in a increase in session in SM04 eventhough the users had logout from the portal.
    I have adjusted some timeout parameter in transaction RZ10 in R/3 including rdisp/plugin_auto_logout and restarted the services. To test, i accessed the ESS Portal and access some IAC IVIEW. Thereafter, i logged off the portal and observed the session created in R/3 (SM04) and noted that the session including the RFC connections are not released at all.
    Anyone face this issue before? How can i control so that after the user logoff from the portal, the session in SM04 is end.
    Thanks in advance

    Hi Sean,
    I found some note on the session which i attached below. However in my EP server have dozens of web.xml. Which one should i configure? Would you able to help me on this? Some of my IAC view does not end while some do. Any idea on that?
    Specifying HTTP Session Timeout
    Use
    You can specify a timeout period for HTTP sessions created in your Web application. If the session is inactive for this timeout period, it is invalidated by the Web container.
    If you do not specify such a timeout explicitly, a default one of 30 minutes is assumed.
    You can configure the HTTP session timeout using the web.xml descriptor.
    Procedure
    On the web.xml screen, proceed as follows:
    1. Open the General screen.
    2. To specify the timeout period, enter a value in the Session configuration – Session timeout field.
    The value is specified in minutes. If you enter a negative value in this field, HTTP sessions are never terminated because of a timeout. Instead, only an explicit logout by the user will terminate the corresponding session.

  • Firefox sometimes does not end

    14.7.2014
    Firefox 30.0 (German version) under Win 8.1
    Hello,
    Sometimes Firefox does not end properly. When Firefox is re-started I get a message saying Firefox
    is still running although about 10 minutes has passed between end and the re-start.
    Only by killing Firefox in the Task Manager can cure this problem. I use firefox a lot and this occurs about 5 times a day.

    Firefox Keep running in background, that's why your getting this error
    *http://kb.mozillazine.org/Firefox.exe_always_open
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • PekWM Does not end XSession

    When using the "exit" from pekwm's menu, it does not end my Xsession...and gets stuck. Until I know how to get around that, I'm going to be sampling Openbox more.

    Welcome to Apple Discussions.
    If a program is not responding and you cannot "force quit" then you can launch Activity Monitor in Utilities. Under "my processes" you can choose that program and use the red "Quit process" icon at the upper left. That should do it rather than a restart.
    But if many applications aren't responding both Apple and non-Apple there is a problem that should be sorted.
    A good start would be to create a new account, name it "test" and see how your apps work in that User acct? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • Rented movie does not play after download if not connected to the internet

    rented movie does not play after download if not connected to the internet

    Hello b noir.
    Thank you for your interest in solving my problem.
    What I did I opened iTune. I read the information about what does my computener need to play back a rented movie. My computer is okay to play back rental movies. So I went to the iTunes store, I searched for the movie I want to watch, i singned in into my Mac account and I bought the movie. The movie started to download to my computer, it took some time because I bought a HD version, but it never stop and after a couple of hours or little less the movie was in the Rented folder of my iTunes and also I checked to be sure that was in the movie folder. So, next day I open iTunes and click on the movie, it opens but I wait for five minuetes and never started to play back, so I tried several time and I looked for info in different internet forums but I couldn't find anything that help. So I posted the problem in this forum and also I called Apple. Apple contacted me and they let me to download the movie again. So I did it and now I will watch the movie later. Not sure if the movie will play back normally or if I am going to have the same problem. I'll keep you posted.
    Apple representative did not know why this happened.
    Thanks.

  • Unable to sync my movies in the i tunes 11 library i try to add the mp4 video by using the add to library option but the movie does not sync while the music is syncing fine...

    i am unable to sync my movies in the i tunes 11 library i try to add the mp4 video by using the add to library option but the movie does not sync while the music is syncing fine...

    I had the same issue. What I did was save the movies on a thrid-party app like Download Manager Lite. Once downloaded, go back to itunes, go to your iDevice, go to apps and transfer the app, then scroll down and click on the app and from there you can send the movies to that app and WILL play. Can only hold up to 8 videos/movies (this is for iPod Touch 3G or better, iPhone 3s or better, iPad requires iOS 4.3 or better)
    YES THIS APP SUPPORTS .mp4
    From other ipod (nano, classic): I don't remember.
    If your just putting them on iTunes, it should show and play on iTunes no problem.
    Message was edited by: keeferaf

  • Movie does not fit preview window

    Sorry if this is a dumb question, but I cannot figure it out.
    I made a short movie clip with my iPhone 5. Imported it into iMovie (it looks perfect when I preview it from the event library) and then dragged that clip to a new project. Then when I play the video from within the project, it has been heavily cropped, ie the movie does not fit in the preview window.
    I have tried changing the aspect ratio of the project and this made no difference. I also change the setting File > Project Properties > Initial Video Placement to Fit in Frame.
    Any help appreciated.

    A lot of people who shoot video on the iPhone will hold the phone vertically oriented (portrait orientation). For shooting movies, you will get the best results when you rotate the phone 90 degrees to landscape orientation.
    iMovie will always edit in landscape orientation (long side on top and bottom, short side on the sides) because this is the way TV screens work.

  • I-movie does not see i-DVD

    I-movie does not see i-DVD
    I am using a mac mini with system 10.3.7 with 1.47 Ghz Power PC G-4 and 512 MB Ram.
    I was having problems with my I-DVD crashing every time I asked it to burn a DVD or make a disc file.
    Then I reinstalled I-movie 5 and I-DVD 5 but now the imovie does not seem to see the iDVD. It asks for an i-DVD version 4 or higher when I have already installed the version 5. It does not seem to see it.
    I decided to try version 4 but the installation disc that I have for I-life 4 does not allow me to install I-movie and I-DVD from the disc because it says that one of those applications is open. Thus I had to drag the applications from another computer.
    So, I transferred an old version 4 for I-movie and I-DVD from another computer and when I try to make a DVD it comes up with the message that I need an I-DVD version 3 or higher and does not see the version 4 that is there.
    The result is that I can create a DVD from I-movie.
    If I try to create a DVD booting up on my firewire external HD with 10.3.4 and versions 4 of imovie and idvd, I have no problem.
    Ideas?
    Thanks you,
    Robert Najemy

    Hi Robert,
    Mac OS 10.4.2 is now available. Have you considered upgrading your OS?
    Having said that, I will qualify it by also saying that I do not know if that one item will solve your problem but I am wondering if your OS and your applications are now confused?
    Hope this helps.

  • Installing patch 5217019 takes long time and does not end

    Hi,
    I try to install patch 5217109 to my TEST instance.While installing patch the 8 workers are selected default.7 of workers are in statu of completed but 1 worker is waiting for long times and does not end.
    What can be my problem?

    Start time for file is: Mon Aug 10 2009 11:45:01
    sqlplus -s APPS/***** @/oracle/TEST/testappl/ad/11.5.0/admin/sql/adpcpcmp.pls APPLSYS &pw_fnd APPS &pw_apps &systempwd 8 1 NONE FALSE
    Arguments are:
    AOL_schema = APPLSYS, AOL_password = *****,
    Schema_to_compile = APPS, Schema_to_compile_pw = *****,
    SYSTEM_password = *****, Total_workers = 8, Logical_worker_num = 1
    Object_type_to_not_compile = NONE
    Use_stored_dependencies = FALSE
    Connected.
    Checking for previously-invalid objects which are now valid...
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.03
    Commit complete.
    Elapsed: 00:00:00.00
    Deleting any errors from previous run of this logical worker
    0 rows deleted.
    Elapsed: 00:00:00.00
    Commit complete.
    Elapsed: 00:00:00.00
    Compiling invalid objects...

  • HT1657 Rented movie does not download on Apple tv

    Dear apple. You've done it again. You ruined our movie night. Rented movie, got all ready to start watching. Now the movie does not download. Wrong on your Sid as Internet works (100Mbps) and other content/trailers download swiftly.
    I am extremely ****** of that this happened again. I have lost the past hour trying various things and now finding a way to get my money back.
    Please up your game.

    Thanks King_Penguin,
    The fact that I logged into an apple.com site fooled me to believe that this was a 'report a problem' site.
    I since found the 'report a problem' link.
    Wasn't easy to find (could not find it on my apple TV or iPad) had to:
    log into iTunes via laptop, and then
    click on iTunes Store (right top);
    click on account (quick link or at bottom);
    select "see all' next to purchase history;
    click on small arrow next to 'problem' purchase (movie rental for me);
    click on 'report a problem' (at bottom);
    click on 'report a problem again (now inside the purchase details)  - redirect to browse
    fill in details, and
    submit.
    As you can see quite a long process.
    The long process and my missed movie night were the frustrating parts.
    The reponse from Apple Customer Support was swift and extremely good - makes up for the frustration.

Maybe you are looking for

  • Adobe reader doesnt work :(

    Adobe Reader 9.0 has encountered a problem and needs to close. We are sorry for the inconvenience. I tryed the new update and does the same thing at first it would close internet explorer 7 but i disabled pdf linker helper and the pdf file downloads

  • Best way to load components seperate from the main movie

    When my flash movie loads, it takes a while to diaplay the loading frame because it is too busy exporting the components on the first frame. What is the best way of avoiding this, while still being able to use the components through the .swf? Thanks

  • Soft Proofing Alterations Happen on Original aswell  as Virtual (Proof) Image

    When soft proofing, I split the image horizontally and then create proof image when asked after making first alteration. However, in both LR4.4 and 5Beta, both the original and virtual (i.e., proofing image) change.  Example.  Have l Brightness value

  • Which software Product Do I need

    hello guys, I am about starting practise real-time datawarehousing and business intelligence solution using oracle product. Currently in my company will use BOB product and Microsoft Analysis service for the same. On trying to download a software for

  • How to know the technical name of psa

    hi BW gurus, I need to delete data from psa i need to increase the free space.  so how to know the technical name of psa.  and how to delete the data from psa. Thanks in advance