AVI files stops before the end, Zen

I recently bought a 6G Zen player and pretty happy about it. I updated the firmware weeks ago, everything is fine. I found proper softwares to convert FLV files to AVI. The final AVI file is fine, sound is synchronized, the whole file is there.
My problem is that when I transfer the file to the Zen, or to an SD card, the video doesn't play until the end. It stops and the player returns to the video list menu. Sometimes 5 seconds before the end, sometimes 30 seconds, the time is not always the same. On the PC, the file was playing correctly.
Anyone has an idea why ? Thanks for the help.

You probably have end actions on the chapter points. Remove them the end actions from the chapter markers, and see if that fixes it.

Similar Messages

  • HT1657 i rent a movie and stop before the end how i can fix this

    i rent a movie but stops before the end how do i fix this

    Welcome to the Apple Community.
    Has the rental fully downloaded in iTunes.

  • TS1717 All my music stops before the end of the tune; whether bought through Itunes library or if loaded from my own personal collection.  This has only happened when i changed computer.

    When my music ois playing whether on computer or on iphone, every tune quits before the end, losing as much as a minute sometimes.  i know the full song is there because i see the timer moving towards the end but jumps to the next song before it gets anywhere near the end.
    All my downloads onto iphone have now got the same problem.  How to resolve?
    My computer is not an apple, the operating system is windows 7.
    Mike Dewar

    Hard to tell and remember whether it's happening just to pre-itunes plus music.  However, it's happening to many songs ripped from my personal CD collection.  With 10,000+ songs transferred from my own CD's I'm not high on re-ripping the entire collection.
    This seems to have happened in the past 6-12 months and can't help but wonder if one of the upgrades to iTunes somehow corrupted some file or meta data that is causing this effect.
    Gary

  • TS1362 a few songs that I have purchased dont play the whole song one skips the whole first minute and 2 others stop before the end of the song. how do i fix this/

    A few songs that I have purchased on Itunes have stopped working correctly. One skips the whole first minute and two others stop playing long before the end of the songs, how can I fix this without having to buy the song again?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • Sending a Newsletter to 15,000 people - Problem: it stops before the end!

    Hi everyone,
    I'm trying to send a Newsletter to 15,000 people. I already have a solution using JavaMail and Servlets/Beans/JSP but it's ending before the end of the process... Here is a summary of the Servlet performing the sending:
    // imports, etc.
    private static final String recoveryAddressString = "[email protected]";
    public void performTask(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
         java.sql.Connection connection = null;
         DatabaseConnection connBean = null;
    try {
    connection = ConnPool.getConnection();
    connBean = new DatabaseConnection(connection);
    connBean.setAutoCommit(false);
              java.util.Properties properties = System.getProperties();
    properties.put("mail.smtp.host", Const.SMTP_SERVER);
    Session session = Session.getDefaultInstance(properties, null);
    // Calling several beans for making the Newsletter (date, articles, images, etc. = ...a lot)
         // Calling the bean "envoinewsletterdbbean" for getting the list of the 15.000 InternetAddresses, THEN:
    for(int i = 0; ; ){
    try {          
         String emailEnvoyeur = "[email protected]";
         String emailDestinataire = envoinewsletterdbbean.getEmail(i);                     
    MimeMessage mimemessage = new MimeMessage(session);
    // From:
         InternetAddress inetAddrEmailEnvoyeur;
    try {
         inetAddrEmailEnvoyeur = new InternetAddress(emailEnvoyeur);
    } catch (AddressException ae) {
    // recovery address
    System.out.println("***erreur email de l'envoyeur");
    inetAddrEmailEnvoyeur = new InternetAddress(recoveryAddressString);
    mimemessage.setFrom(inetAddrEmailEnvoyeur);
    // To :                         
         InternetAddress inetAddrEmailDestinataire;
    try {
         inetAddrEmailDestinataire = new InternetAddress(emailDestinataire);
    } catch (AddressException ae) {
    // recovery address
    System.out.println("***Erreur adresse email du destinataire");
    inetAddrEmailDestinataire = new InternetAddress(recoveryAddressString);
    mimemessage.addRecipient(Message.RecipientType.TO, inetAddrEmailDestinataire);
    mimemessage.setSubject(titreNewsletter);
    String bodyText = "<html>";
    bodyText = bodyText + "<head>";
    //(... very long)
    //(getting the text of the articles, images from the beans...)
    mimemessage.setContent(bodyText, "text/html");
    try {
         javax.mail.Transport.send(mimemessage);
    } catch (Exception exception) {
         exception.printStackTrace();
         LogServiceTool.log("Exception lev\351e : " + exception, 1, getClass().toString());
         handleError(request, response, Const.pathWas_FO + Const.FO_error_page, exception);
    i++ ;
    } // exception at the end of theInternetAddress list...
    catch (java.lang.ArrayIndexOutOfBoundsException _e0) {
    System.out.println("***fin de la liste des expediteurs... sortie de la boucle");
    break;
    } //etc. END
    MY PROBLEM IS: After something like 200 mails sent, I'm kinda logged out: "Response: no-url" in my JSP, because the operation is too long with my loop on the InternetAddresses, so far.
    Is there a solution, like an independent "batch process" to perform the sending outside the session? Or is there a means using folders or different connections... ?
    Thanks for your help...
    Denis

    One simple solution is to have the servlet start a new thread and allow the original one to respond to the client.
    A better way of doing this is to have a stand alone application send the messages out. You can have it run manually or on a scheduler.
    Don't use a jsp page as the trigger, and don't run the logic in the webserver, they were not designed to do these things in the way you want.

  • Quiz stopping before the end

    Hi,
    I'm converting a quiz from Captivate 6 to 7 and using the Submit All button. The problem I'm having is that when the quiz gets near the end (at the second last question or so) it does one of two things:
    it keeps returning to the previous question when "Next" is clicked, even though it worked fine for all the other questions
    it doesn't do anything when "Next" is clicked
    In either case, the result is that I can never finish the quiz.
    I am using question pools and shuffling answers. The quiz works as expected in Captivate 6 but not when I use Captivate 7.

    Hi there,
    Is it possible for you to share the Cp6 project with us so that we can investigate the issue at our end? Please upload the .cptx file to a shared workspace (Acrobat.com) and send me the link to [email protected]
    Thanks,
    Nimmy Sukumaran.

  • Quiz stops before the end

    Hi,
    I'm converting a quiz from Captivate 6 to 7 and using the Submit All button. The problem I'm having is that when the quiz gets near the end (at the second last question or so) it does one of two things:
    it keeps returning to the previous question when "Next" is clicked, even though it worked fine for all the other questions
    it doesn't do anything when "Next" is clicked
    In either case, the result is that I can never finish the quiz.
    I am using question pools and shuffling answers. The quiz works as expected in Captivate 6 but not when I use Captivate 7.

    Hi there,
    Is it possible for you to share the  CP6 project with us so that we can investigate the issue at our end? Please upload the .cptx file to a shared workspace( Acrobat.com) and send me the link to [email protected]
    Thanks,
    Nimmy Sukumaran.

  • Songs stopping before the end... Help?

    Several of the songs on CDs I imported into iTunes stop playing in the middle for no apparent reason. Other songs on the imported CDs play the whole way through, and if I scan through the song, or past the point where the songs stop playing, the piece continues playing.
    Does anyone have any ideas as to what's going on and how I can fix it?
    Thank you!

    Delete these images directly from iTunes, and redownload them via iCloud at no cost.  See here for help and information on redownloading past music purchases.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • My rented movie has stopped before the end and will not resume

    HElp
    i just rented a movie and it has stopped playing 20 minutes in and will not resume

     iTunes: How to resume interrupted iTunes Store downloads
              http://support.apple.com/kb/HT1725
    If it's a purchased movie, then just redownload it from the cloud (if not a rental)
     Downloading past purchases from the App Store, iBookstore, and iTunes Store
              http://support.apple.com/kb/HT2519

  • Itunes and Ipod Classic stop before song ends after transfer to new computer

    I purchased a new Windows 7 computer and transferred my library from my XP computer.
    I restored my library and all seemed well with the world.
    I synched my IPod classic 120GB with over 8000 songs.
    I was listening to the IPOD on my docking station when I started noticing that songs would just stop before the end of the song.
    I thought my 120GB Ipod was dying, so I purchased a new 160GB.
    The problem continued.
    I then listened to them on the new computer in Itunes and they did not completely stop, they just skipped to the next track at the same place as it froze on my IPOD.
    I listened to the same song on my old computer through Itunes and it played correctly.
    I have do not have the Itunes Match and the songs that I currently know that have the problem were purchased on Itunes.
    Any suggestions as how to resolve the issue?

    I would try copying over the tracks from your XP computer again as the files from the first transfer may be corrupted.
    B-rock

  • Hello  Simple problem - don,t know how to solve it.  With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was de

    Hello
    Simple problem - don,t know how to solve it.
    With Premiere CC when I try to do a selection (click... drag... release the click) very often it stop way before the end of the move I'm swinging the Magic Mouse. I taught that the mouse clicking was defective and went to get a new Magic Mouse after lots of frustration. Today, I have an edit to do it it does the SAME thing !!
    I was like ????#$%?&*(???
    Opened all the lights and taught I've trow the new mouse to the garbage and was using the defective mouse again... no !! - ??
    Actually, the bran new mouse is doing the same thing. What I understand after investigating on the motion and watching carefully my fingers !! -  is that when I click I have to keep my finger at the EXACT same place on the mouse... drag and release and it's fine. If I click by pushing on the mouse and my finder is moving of a 1/32th of a millimeter, it will release and my selection will be to redo. You can understand my frustration ! - 75$ later... same problem, but I know that if I click with about 5 pounds of pressure and trying to pass my finger through the plastic of the mouse, it you stay steady and make it !
    The problem is that scrolling is enable while clicking and it bugs.
    How to disable it ??
    Simple question - can't find the answer !

    Helllooo !?
    sorry but the Magic Mouse is just useless with the new Adobe Premiere CC and since I'm not the only one but can't find answer this is really disappointing. This mouse is just fantastic and now I have to swap from a USB mouse to the Magic Mouse every times I do some editing. My USB mouse if hurting my hand somehow and I want to got back to the Magic Mouse asap. Please - for sure there is a simple solution !
    Thanks !!

  • I rented a movie on iTunes and, really annoyingly, it has stopped 30 minutes before the end. Any suggestions? And how do I go about getting a refund?

    I rented a movie on iTunes and, really annoyingly, it has stopped 30 minutes before the end. Any suggestions? And how do I go about getting a refund? Thanks so much for any suggestions.

    Hi alefiya,
    Welcome to the Support Communities!  It sounds like the movie didn't completely download. This link will get you in contact with the iTunes Support Team.  They will be able to review your account with you:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933?viewlocale=en_US
    Cheers,
    - Judy

  • HT1725 my movie download stops abruptly 20min before the end

    my movie download stops abruptly 20min before the end although the internet connection hasnt been interrupted.
    I get the error message: there was a problem downloading "le gamin au velo". An unknown error occurred (-50). Please check network connection." Have you seen this error before? Thanks

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • My songs on itunes are cutting off around 30 seconds before the end, how do i stop it from doing this?

    it started off with only some doing it but more and more seem to cut off before the end of the song and its really annoying i dont know why its doing it and i cant figure out how to stop it does anyone have the answer?

    I don't know,  Maybe Office 2008 doesn't play nice with Lion.  Was 2008 working previously with Lion?  Did you have these problems with Snow Leopard?
    Here's MS's instructions for uninstalling Office 2008.
    How to completely remove Office 2008 for Mac
    All I can suggest is uninstalling and starting over with a fresh installation.
    Alternatively don't use Office at all.  Instead use one of the Office substitues that supports Word documents (OpenOffice, LibreOffice, NeoOffice).  Also there's Apple's Pages and MS Office 2011.

  • My film has not totally downloaded, I did not realise this until it stopped 15 minutes before the end, how do I know when the rented film I have purchased has been fully downloaded. Can I retrieve anyhow

    My film I rented has not fully downloaded I only realised that when it stopped 15 minutes before the end , how do I know when a film has been fully downloaded. Oi would not have thought the film would not have started unless the film was fully downloaded. The film warned me prior to tarting that I only had 48 hours to watch once starting!

    I'm sorry but this is too funny to pass up. 

Maybe you are looking for

  • Advice on Media Files Trim before importing to FCPX (Workflow Question)

    Hi, I often edit actioncam material, like GoPro, Contour etc.. They are usually turned on and then left on for 30-60m. Often multiple cameras and different angles. Perhaps some DSLR footage too. So I end up with several large files, usually H.264 as

  • Dump while executing Standard FM VIEW_GET_DATA

    hI , I want to execute standard function module VIEW_GET_DATA where i am passing view name as V_CURX after that we get around 63 records,but it comes in Hex format so i want to convert this data ... I have used FM HR_RU_CONVERT_HEX_TO_CP .. i have pu

  • Java Required in SAP XI

    Hey Guys i have my background in ABAP but i wanna know JAVA too,i dont want to go for installation or admin but jst need some links which i can study to get an idea about how much of JAVA is required for a XI developer. Thanx Ahmad

  • Animation Codec w/photo slideshows

    I've read on here that using the Animation Codec with photo only slideshows works well. I'm trying it for the 1st time and having trouble playing it back. I keep getting the spinning wheel and dropped frames. My Macbook Pro has a 1.83 Ghz processor a

  • Lenovo Energy Management broken under Windows 8 - Shortcuts don't work

    I've noticed that the Energy Management tool does not work properly under Windows 8 on a U300S. Especially stuff like the keyboard shortcuts don't work: Pressing F7 to toggle the wireless and bluetooth settings doesn't bring up the usual onscreen-men