Quicktime playback problem on webpage

Hi all,
I am trying to integrate quicktime movie on my webpage using the following code:
<EMBED SRC="http://www.mysite.com/video.mov"
HEIGHT="391" WIDTH="500"
CONTROLLER="true"
AUTOPLAY="true"
SCALE="tofit"
TYPE="video/quicktime"
PLUGINSPAGE="http://www.apple.com/quicktime/download/"
/>
It plays well if the video.mov is smaller than 2GB. However, when the video.mov is larger than 2GB, a question mark will appear over the quicktime icon and the video clip can't be played.
Does anyone know how to fix this?
Thanks!

Why are you attempting to use a QuickTime file of that size?
It could take hours to download on a fast connection, all day on DSL and two months using dial-up.
You use of only the embed tag would prevent PC's using Internet Explorer from even viewing the file and your page code needs more work:
http://developer.apple.com/internet/ieembedprep.html
And a free tool to help write the proper code:
http://www.qtbridge.com/pageot/

Similar Messages

  • Quicktime playback problems - Mpg4 (h.264/aac) out of sync only in QT

    I'm having some trouble with Mpg4 playback in Quicktime for windows. All my videos play fine in QT on a mac, they play fine in VLC on PC. But playback on QT for windows goes in and out of sync. It doesn't matter what Mpg4 codec I use, it happens with all of them.
    I've tried uninstalling itunes as I had read that could create this problem, but that didn't fix it. I tried adjusting the audio output device latency because I read this could effect the sync as well. The only way we've found to fix this is to bring the file into final cut, take the original file out of sync by 3-10 frames and export with the adjusted audio. But I can't do this for every video, I have thousands and thousands of files for distribution. I need some solution for the player. Has anyone else encountered this problem and found a way to fix it?

    Is the delay very slight...with the audio coming before the video? Are you using home theater audio separate from the TV's built-in audio? If so, more than likely, your TV is performing real-time video processing like rescaling, color & contrast adjustments, etc. This often takes several milliseconds, so the audio actually precedes the video. The TV's audio system is adjusted to compensate, but sending the audio to another system bypasses this feature.
    Sorry to say that this type configuration can only be fixed with outboard digital delay. Some home theater boxes have this feature, otherwise, one can buy an outboard digital delay box. I actually have two...one on DTV/TiVo and the other on the DVD player.
    This particular problem is usually evidenced by very slight delay of video...perhaps 2-3 video frames...which would be in the 30-90 millisecond range. This would be the equivalent of a news anchor's single syllable.

  • Latest Quicktime, playback problems

    I've just installed snow leopard.I opened a movie in Quicktime, and pressed the fast forward button. The movie plays back at 2x,4x,or 8x normal speed. The same applies with rewinding i.e. -2x,-4x and -8x. The problem is, I can't get the movie to play back at normal speed, at all. No matter what buttons are pressed, or in what order, it just won't play back at normal speed. I quit the program, and re-opened it, and re-opened the movie, but it still won't play back at normal speed.

    let's try working through the following document. (itunes uses QT for video playback, so the same general troubleshooting techniques are applicable.)
    Troubleshooting iTunes for Windows video playback perfomance issues

  • Latest quicktime playback problem

    I just recently updated to the latest quicktime player. When I play videos or podcasts(which I never had a problem w/the last version)the video colors are inverted. In other words the video plays fine but the image is blown out. This problem goes away if I have the cursor over the image, but when you do that the player controls come up and cover up the video. Is anyone else having this issue?? I tried to go back to an old restore point to get back to my older version of quick-time but that didnt work. Some of the files were not there and I got an error message. If you have any suggestions it would be much appreciated.
      Windows XP  

    let's try working through the following document. (itunes uses QT for video playback, so the same general troubleshooting techniques are applicable.)
    Troubleshooting iTunes for Windows video playback perfomance issues

  • ITunes / Quicktime Video Problems With Windows VISTA

    I took up Windows Vista as soon as it was available and initially had no problems with iTunes. Then later, video clips (those purchased from iTunes and those I had converted myself) started stuttering / freezing and eventually crashing iTunes and finally I lost audio as well.
    Ayyway to cut a long story short, I have uninstalled / re-installed Vista now about eight times for problems with installing drivers for USB devices (I've finally solved all these problems). After the last install the first program I installed was iTunes, tried video and it worked flawlessly. Then, each time I added a hardware device or program I would restart Vista and retry iTunes video.
    The first item I added was a USB thumb drive (as I had on all previous occasions to take advantage of Vista's 'Ready Boost'). The thumb drive is a 'Sony 2GB micro vault tiny', and meets the transfer speed requirements for 'Ready Boost', as soon as I had set the drive up for 'Ready Boost' I started having the same problems with iTunes video and Quicktime.
    Removed the thumb drive, restarted iTunes and had flawless video playback again. Have tried this over and over with the same result.
    So my question is, has anyone else had video playback problems with iTunes / Vista and found similar problems. Trying to tie down whether this is a compatability problem with 'Ready Boost' or the thumb drive used. I have also tried a Sandisk Titanium 2GB with the same result.
    I am not sure exactly how 'Ready Boost' works, I thought it added memory that was used to cache page files to the thumb drive instead of to the HDD making a faster seek /access time? Which should make things faster. Another article I read today was talking about 'Ready Boost' being an affordable extension to RAM, in this case I could understand the problem as I would think the access to a USB 2.0 thumbdrive would be slower than that to RAM.
    Any help appreciated, but I guess my bottom line is anytime I want to watch video on iTunes, I just pull the USB thumb drive .
    PC Pentium 4   Other OS   Windows Vista Home Premium

    I have the same stuttering video issues with iTunes and Vista. While I have used a thumb drive to transfer files (not Sony) I have not yet messed with Ready boost. I have seen several others complain about the video problem, perhaps they will chime in as well. Unfortunately, your solution doesn't work for me. I pretty much ignore iTunes, waiting for the next version (only god knows when it will be released).
    I do have an external firewire drive connected, I'll disconnect later today and see if that has any affect.

  • MPEG-1 playback problems

    Hi all,
    I've imported an MPEG-1 file of 70 minutes with the
    DirectMedia Xtra (on PC) and Quicktime (for MAC), but I have a few
    playback problems:
    On PC it works quite well, only the slider won't go beyond a
    certain point in time (about 50 minutes), fom there it always snaps
    back from where you dragged it.
    The sprite script for PC :
    on exitframe me
    if sprite(me.spritenum).movietime >=
    member(sprite(me.spritenum).member).duration -1 then
    go to frame 5
    end if
    end
    On the Mac the MPEG plays very jerky, turning of the "sync to
    audio" helps but then there's no audio off course. The script is
    the same, except the first lines to control the Quicktime playback
    on enterframe me
    sprite(me.spritenum).movierate=1
    end
    on exitframe me
    if sprite(me.spritenum).movietime >=
    member(sprite(me.spritenum).member).duration -1 then
    go to frame 5
    end if
    end
    I've read that the "member.duration" script can cause a few
    problems, does anyone has an alternative I can try ?
    Thanks in advance,
    Gerrit

    Hi Gerrit,
    First, any reason you're not using the MPEG Advanced Xtra
    insttead of DirectMeda
    Xtra? This Xtra is the followup to DirectMedia and is better
    in many ways, one
    being that it is cross platform so you can use the same setup
    for mac and PC.
    I have had jerky playback on the Mac and the issue was was
    bad formatting of teh
    MPEG file itself. You can read more on this at:
    http://xtras.tabuleiro.com/support/technotes/mpeg_advance/ma009.htm
    Best solution was to use TMPGEnc to reformat the MPEG files.
    This program can be
    downladed for free at:
    http://www.tmpgenc.net/
    It may fix the timing issue as well.
    regards
    Dean
    Director Lecturer / Consultant
    http://www.fbe.unsw.edu.au/learning/director/
    http://www.multimediacreative.com.au

  • I'm having video playback problems in the timeline, Premiere Elements12

    I'm having video playback problems in the timeline, Premiere Elements12.The clip keeps stuttering. The whole video is 45 minutes long, is HD and has added music tracks. Any ideas would be appreciated.

    From the Premiere Elements Information FAQ http://forums.adobe.com/thread/1042180
    •You MUST use an account with Administrator Privileges to run Premiere Elements
    •(Doing Run as Administrator http://forums.adobe.com/thread/969395 [says Encore and also for "All" versions of Premiere] will sometimes fix "odd" errors)
    •What version of Premiere Elements? Include the minor version number (e.g., Premiere Elements 12 with the 12.1 update)
    •What operating system? This should include specific minor version numbers, like "Mac OSX v10.9.4"---not just "Mac"
    •Has this ever worked before?  If so, do you recall any changes you made to Premiere Elements, such as adding Plug-ins, brushes, etc.?  Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs?
    •Have you installed any recent program or OS updates? (If not, you should. They fix a lot of problems.)
    •What kind(s) of image file(s)? When talking about camera raw files, include the model of camera.
    •If you are getting error message(s), what is the full text of the error message(s)?
    •What were you doing when the problem occurred?
    •What other software are you running?
    •Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    •How many and what speed are your hard drive(s)... ie 5400rpm or 7200rpm or?
    And some other questions...
    •What are you editing, and does your video have an orange line over it BEFORE you do any work?
    •Which version of Quicktime do you have installed?
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool

  • Quicktime playback staggers on large HD files

    Quicktime  7.6 Pro
    Playback staggers and skips frames on large files (1920x1080 1.5GB. .mov files)
    VLC also staggers but plays better than QT?
    I have to run files through Compressor for smooth playback.
    Do i need a graphics card for smooth playback?

    Apple make a program "Aperture" and that program can make slide shows of your photos.
    Thanks for pointing that out. Although I am an Aperture user, I use it exclusively for photo file management and adjustments and did not even realize I could make slideshows with it.
    Jon:
    I see you know what your saying can you help with this one  same sort of thing.
    Sorry for taking so long to respond. Once I read your post, I had to go back and run some tests in Aperture before making an answer.
    I made a 5min slideshow and previewed it in Aperture it worked fine.  So I clicked export and exported it to 1080p .MOV file (a quicktime movie file), Aperture dose not have any setting for this just click and go.  The final file plays fine on VLC but is choppy on Quicktime.  WHY?
    1) The "slideshow" played in Aperture is, for the most part, a live "'tween" simulation of the file that will be created and saved as a QT video slideshow. The "'tween" is basically a set of instructions telling the computer how to morph two or more images and render the results to the screen.
    2) "'Tween" videos can be stored as comparatively small files and were originally used to create/view slideshows but these videos had/have compatibility issues with some of the evolving apps based on the "modernized" version of QT. The process of "exporting" your Aperture slideshow tells QT to create "snapshots" of the "morphed" images at fixed intervals in time and store them as physical video frames in a real QT "movie" file (i.e., not a QT file containing photo tracks with a "'tween" track telling the media player "how" to render/display morphing data). This "real" QT file is much larger than the "'tween" file and is the basic source of playback problems on older and/or slower platforms that cannot process (render and display) the data as fast as the platform can read it and the media application is told to play it.
    3) VLC and the various QT-based media players are written to function differently with different goals in mind. In some cases the algorithms included in VLC are much more efficient than those in QT and vice versa. As I am not involved in the VLC project I have no specific input regarding the actual differences that allow it to process and render your slideshows faster/better than QT. You might remember, however, that one of the goals of VLC playback compatibility is the playback of Blu-ray disc content while Apple has yet to release any BD player app based on the QT structure embedded in any version of OS X.
    4) Most Aperture export options are "presets" with fixed settings pre-programmed into them—e.g., the "1080p" option created a non-anamorphic 1080p30 file using the H.264 "best" quality auto-data rate Main Profile@Level 5 encode settings. On my system, this meant my sample file had a data rate on the order of 40 Mbps. To put this in perspective, a Microsoft 1080i60 VC-1 Blu-ray disc has a typical data rate of 30 Mbps, and a typical MPEG-4/AVC 1080p60 Blu-ray disc has an average data rate on the order of 20 Mbps. Thus, if your 5 minute file encoded in a manner similar to my test, your file is trying to play the equivalent of two Blu-ray discs simultaneously in terms data throughput. And, while my system's hardware configuration did not seem to have any playback problems, my initial guess would be that your video card(s), CPU(s), system clocking, or other issue may be preventing smoothest playback through the QT media player but is being much more efficiently handled by the VLC software.
    can I put the file though some other program to make it more compatible(I know it already compatible I mean, it will not run smooth on QT) with Quicktime to give smother playback?
    Yes, but my best recommendation at this point would be to make your slideshows more QT player compatible by reducing the file's overall video data rate in your Aperture export. While there may not be any user options using the "1080p" selection, you can switch your workflow to the "Custom" Aperture export option and run some tests on your own system to see it it improves matters and to what extent. In case you are interested, here are the results of my tests. Recommend you download the files for testing and comparison on your system rather than playing them via the default browser plug-in.
    The following sample slideshow test files were created from unretouched photos taken by my daughter-in-law using her Sony compact digital camera and can be downloaded to your system for playback test comparisons:
    http://downloads.walker4.me/downloads/Temporary_files/Jul%209,%202013.mov
    The above file was created using the Aperture "1080p" preset. It is a 1080p30 H.264/PCM (38.9 Mbps/1.41 Mbps) [email protected] CAVLC encoded file. The file plays fine on my system in both QT player apps. (File provided as a baseline sample comparison with your "1080p" file export.)
    http://downloads.walker4.me/downloads/Temporary_files/Jul%209,%202013-Custom-B.m ov
    This is a "Custom" encoding for the same sample slideshow project as depicted above. It is basically the same encoding as the file above but with frame rate reduced to 24fps but keeping the "Best" quality level setting making it a 1080p24 H.264/PCM (31.7 Mbps/1.41 Mbps) [email protected] CAVLC encoded file. (File provided to see if the data rate reduction that resulted from decreasing the number frame "snapshots" taken each second while keeping each snapshot's quality level constant plays any smoother on your system. I.e., this is a way to minimally reduce the target data rate in Aperture slideshow export work flow.)
    http://downloads.walker4.me/downloads/Temporary_files/Jul%209,%202013%20Custom-M .mov
    This is another "Custom" encoded file. In this case, the frame rate and the quality settings were changed. Most people seem to think exporting at the hightest possible "Quality" setting will produce the best playback results. Unfortunately this is not always the case if the final result then includes or creates new problems. Most files can be encoded using a "Medium" quality setting with little or no reduction in visual playback. Here the exported file is a 1080p24 H.264/PCM (5.72 Mbps/1.41 Mbps) [email protected] CAVLC medium quality file. (This file was included here so you could compare playback smoothness on your system when the encoded data rate is more aggressively reduced using the built-in Aperture user settings.)
    http://downloads.walker4.me/downloads/Temporary_files/Jul%209,%202013%202.mov
    It is, of course, also possible to use the iPhoto app to export your slideshows. This work flow also has a "Custom" export option but it allows me to access an "Eport Movie to QT Movie" option which has many additional user options. This file is such an export. In this case the file is a 1080p24 Multi-pass H.264/AAC (16.6 Mbps/0.128 Mbps) [email protected] CAVLC file with Quality level set to "High." key frame frequency of 24, frame reordering is on, and with the data rate set automatically (but could have just as easily be set to a manual limit and optimized for CD/DVD or streaming use and/or included any of the available system filters/special effects).
    In any case, you can download and compare my files or create and compare a number of your own files using any of the work flows mentioned. Good luck, and let us know if this fixed your problem.

  • QuickTime playback blur

    Since 7.5.5 all QuickTime playback is severely blurred (bloom). This occurs in Safari with anything that uses QuickTime to play video clips, as well as in the QuickTime player. VLC will playback the same clips without problem.
    Any ideas anyone?

    Hi!!
    This message appears when trying to play a QT movie I just downloaded:
    "Additional software is required to playback this media. It may be available from the QuickTime Components page. Make sure your internet network connection is active, then click to continue button to check for the software"…
    I selected the Movie Inspector….at "format" the info says
    Uncompressed 10-bit 4:2:2, 720 x 486, Millions
    IMA 4:1, Stereo (L R), 48.000 kHz
    What am I supposed to download?
    Looking for help!

  • Quicktime playback freezes all the time

    I have problems with Quicktime Playback on my Macbook Pro.
    Either Quicktime X or Quicktime Pro 7 seem to have this problem. 1080p Video's encoded by Compressor with H264 freezes (as in, does not respond to input, or if it does, it sometime takes 1-2 minutes before it reacts to a command given). It just doesn't respond to anything (and just keeps playing when playing) and the only way to stop it is to Force a Quit.
    It seems fine when just playing the whole file straight and do nothing.
    Sometimes it shows >>00X (>> as fast forward signs).
    This is very annoying, as it prevents me playing any video file I rendered and navigating through it.
    Anybody any ideas, or a tip how I can figure out what to do?
    Alternative players which run well on Mac?
    An example file can be downloaded from http://blip.tv/file/get/Dominicans-ReasonForTheSeasonAdvent705.mov (approx 215 mb)
    Any help is really appreciated!

    Actually, just testing that link I found that it was working fine
    Not sure which link you are referring to here. First is still broken for me and last works fine. I have no problem in either QT X or QT 7 on a Mac PowerBook Pro. File drops 60 to 80 percent of the frames to keep up on original PPC G5 DP model but this to be expected for 1920x1080 content at data rates pushing 5 Mbps.
    Can you be more specific as to what you mean by "not respond to input?" The only delay I get is when I jump the playhead beyond the range of the currently cached data and have to wait for the "download" to "catch up." This will also happen if your ISP connection is congested and the cacheing of data is slower than the playback data rate. You might also check to see how many "processes" you typically keep running. These can also slow your ability to process/play the movie. And yes, keeping multiple applications open can greatly slow down movie playback if they are actively working. (I.e., I would not expect to see much difference if FCP is idling but would expect a big difference if it is doing some "heavy" rendering operations. And even if idling, they system has to devote memory space to the app, as well as, waste cycles checking to see if you task them with some new activity. (Check you activity monitor.)
    As far as I can see, there is nothing seriously wrong with your file and since they play well on my systems, I can't offer much advice here. (I normally stick with Main Profile @ Level 3.1 and setting compatible with iPad/TV playback, but if you need Level 4.0, I don't see anything wrong here.)

  • IOS Music Player MP3 Gapless Playback Problem

    Hi,
    I've been having this gapless playback issue on iOS now for the past few years, since at least iOS 6 if I can remember correctly. The number one reason I use an iPhone and iOS devices is for gapless playback in the iOS music player. For the last few years I've  been experiencing a bug with the stock iOS music player on my iPhone 4S using iOS 6 and on my iPhone 5 using iOS 6 & 7, and currently on my new iPhone 6 running iOS 8.1.2. This only happens on my iPhones and using iOS, this bug is not found when I use my iPod classic or when playing the same albums through iTunes.
    I thought it might have been spotted by other iOS users and fixed in iOS 7.1 or at least the current version of iOS 8, but instead it's gotten worse, albums that used to play smoothly between transitions now suddenly pause and jump for a split second when changing from track to track.
    What's happening is, I listen to a lot of albums that are continuously DJ mixed and play straight through without any pauses between tracks, and I've been experiencing problems a lot now with random split second pauses between tracks and choppy transitions. These albums in question have been ripped from cd using the latest versions of iTunes.
    For example,
    I'd be listening to an album and it would play gapless and smooth for most of the album, but maybe one or two transitions on the album would have a split second pause between them, and the rest of the album would play perfectly with no pauses, skips or jumps at all.
    This only happens on my iPhone, as I have a 160gb iPod classic and I've listened to all the same albums on it and never has a problem playing the album without any pauses, every album plays 100% smooth and gapless on it.
    I mailed Apple about it through their feedback page on their site... https://www.apple.com/feedback/iphone.html
    Hoping that they would take note of this and try and look into it and fix the issue. That was probably about a year ago now, never got fixed or got any confirmation back from them about this problem. Then last August, I'd had enough and contacted Apple support to notify them about this issue. They told me the usual story, "have you tried restoring the phone?", which I obliged and did. The problem was there on a freshly restored iPhone 5.
    So they told me that they would put me in touch with someone higher in Apple to take the case further, "great" I thought.
    I spoke with a senior care advisor and explained the problem and agreed to send detailed explanations of the issue and test files too so that they could hopefully hear what I was talking about. But after a few weeks of going back and forward, I finally got them to hear the issue with the random pauses, the first week they denied there was a problem and said the files played ok on their test iOS devices, so I myself tried the files on another iOS device and the same problem was there.
    The last correspondence I had with the Apple care advisor was back in the end of August / start of  September, and she told me that they spotted the issue and was told by the tech's that it would be fixed in a future update, I never got a when this would happen, I was just told to make sure my iOS device was up to date with the latest version of iOS. I couldn't speak to an actual technician, got no follow up support, just a vague "We'll look into it." Case Closed.
    I got so sick of this problem that I sold my iPhone and iPad just after this last phone call with the Apple people, and switched over to Android. I'd being reading up on gapless playback music players and found out that there's a good few available for Android devices. I got myself a Sony Xperia Z3 Compact, twice as powerful as the iPhone 6 and half the price. I was using that for the last few months, and playing my music through Neutron Music Player app which is a great music player which plays gapless 100%
    But I couldn't really take to Android OS, seeing as I've been using Apple products for around 10 years now and iOS since the iPhone 3G. So I decided to contact Apple again and see if they'd fixed the music player issue in iOS yet.
    I wrote a long email explaining the problem, how it wasn't really looked at properly, and how I was a long time Apple customer and had to resort to switching over to Android because the basic music player functions on iOS devices have bugs. I took a chance in mailing this to Tim Cook's offices, I knew he wouldn't reply personally, just thought that it might get read by someone in his offices with a bit more say in the matter.
    Just before Xmas, I got a call from someone from executive relations from my local Apple offices about this. He seemed nice and was aware of the problem from reading back through my emails and previous case notes from August when I opened this case originally.
    We had a talk and he said he would get one of the tech's to call me too about this so that I could explain the bugs to someone more knowledgeable about iOS.
    A few days later I received a call from one of the tech's at Apple and was chatting to him, explaining the problem. His response was that he thinks Apple doesn't support gapless playback on current iOS devices. From looking at the gapless playback information page on the Apple support site below, it looks like it hasn't been updated to show any iPhone models after the iPhone 3GS... http://support.apple.com/en-ie/HT201644
    I was trying to explain to him how ridiculous this sounded, why would Apple stop supporting basic functions on their music player on iOS devices? It makes no sense at all? You can see that the amount of hardware devices and software that supports gapless playback today... http://en.wikipedia.org/wiki/Gapless_playback#Player_support
    He couldn't explain either, he just said that because it's not listed there on the Apple support page.
    Then the next day I got the follow up call from the Apple executive relations guy, he was stating that he was speaking to the tech guy that called me and it looks like Apple doesn't support gapless playback anymore, from looking at the documentation on site.
    I told him how stupid this was, and how lots of music players have gapless playback as standard today. And if they don't support it now, then why does it play through some parts of the albums on iOS ok and then just randomly pause, or have jumpy / choppy transitions on the rest of the album. If it was the case, no albums would play gaplessly at all, it would be like when the first ever iPod's were released back in the day with no gapless playback and would pause for a split second between every transition.
    He couldn't give me an answer and said that maybe down the line they would start supporting it again, and that I should request the feature to be added to future iOS versions via the iPhone feedback page... https://www.apple.com/feedback/iphone.html
    He just kept on emphasising that it was "NOT A BUG OR ISSUE", trying to cover up the problem because the info on the site wasn't updated to show the current iOS devices. Which in itself is wrong, looking at the page it says "Supported iPod and iPhone models (make sure you have the latest iPod or iPhone software)"
    iPhone, iPhone 3G, iPhone 3GS only go up to iOS 6, so that contradicts itself when the latest version is iOS 8.
    The info is out of date and needs to be updated. So in August I was told, "we found the issue and will look into it" and a few months later, "it's not an issue", what's a cop out.
    I was annoyed and taken back by this response, and really found it hard to believe that this was the case, Apple stopping supporting their music player on iOS devices. Seeing as iTunes plays everything smoothly and no gapless issues. I just went out and bought an iPhone 6 for €900 / $1060, and for that money you'd expect it's basic music player to work. It's total BS to think that a top computer software / hardware company would just decide to abandon basic functions in their devices, especially when we are talking about how much Apple takes pride in their products and how much more they charge for them over their competitors.
    So this is my next step to try and get this problem seen and out in the open more. The more people who know about it and are aware of the issue, the better.
    Hopefully more people can get the word around and get this noticed by Apple and finally fixed.
    I've uploaded some test files below to show the problem. The files are mp3's and aac, and have been ripped from cd using the latest version of iTunes. The mp3's are the ones with the issue, but the aac play with no problem. If you listen to the transition at the end of track 2 (2-02 Colours (JH Re-Edit)) going into the start of track 3 (2-03 Your Body), you will notice the split second pause / jump. But listen to the aac version and compare it to the mp3 version and you will hear that it plays back fine, just as it's supposed to. Try them in iTunes too and both versions playback fine, no jumps or pauses.
    You can download them here, all links have the same files, I just uploaded them to different hosts for other people's choosing...
    http://s000.tinyupload.com/index.php?file_id=86512332626247919914
    https://www.mediafire.com/?w5wvi50er96b14s
    http://www42.zippyshare.com/v/37047710/file.html
    https://www.sendspace.com/file/lubcmc
    More files can be provided if needed to show the problem happening on various other albums.
    I really hope that people can spot this issue too and help get this fixed, I know this gapless playback feature might not be important to some people, but like I said at the start, it's an essential function for me in a music player and I use it on a daily basis when I listen to music.
    Thanks for reading this long rant of mine, appreciate it.
    Ger

    I believe this issue occurs only between songs that iTunes has converted to a lower bitrate for you during transfer to your iOS device and songs that it has not done this for. Take this Between the Buried and Me album, for instance. I have marked all of the transitions that should have been gapless but probably aren't in red. I know for sure that most of these marked transitions are indeed broken and that the most of the transitions not marked in red work flawlessly... I honestly can't remember whether or not some of these transitions were gapless or not, but the many transitions I do remember working or not working match up exactly with whether or not the songs on either side of the transition were also on other sides of the 256kbps threshold, the threshold at which I enabled iTunes to convert tracks to 256kbps AAC.
    I'm going to try re-sync'ing my library with that "feature" disabled and see if it fixes my gapless playback problem. Will post the results once I test it out.

  • Cannot directly open the browser from the icon. "problem loading webpage" and "timed out" are the messages. Access was accomplished by using yahoo messenger and opening my email. if I attempt to open a new page, I recieve the aforementioned warnings.

    no link to open access to the internet. I used Yahoo Messenger, clicked on the 'mail icon' and since Firefox is my default it opened and I was able to continue from there. If I try to click File, open New Page, I get the "problem loading webpage" and "connection timed out" messages

    changed my homepage to Yahoo. Now Firrefox works but still cannot access ANYTHING 'Google"!

  • Playback problem - video playback stops; any suggestions?

    I have distributed about 20 copies of a DVD I made using iMovie and iDVD v4.x - and about 5 of the discs are reported to freeze during playback. Because not all of the 20 discs have been viewed, it's possible the percentage of discs with playback problems may be even higher. No two discs are freezing at the same spot, or even in the same movie (there are 3 short movies on the disc).
    I got no errors during burning, but I did not 'verify' each disc after burning, either. I did play back my 'master' disc on my home DVD player to make sure it was OK before using it to create a disk image - which I used to burn all the other discs.
    Some of the discs I burned from the disk image using Toast Titanium 6.1.1, until I discovered Apple's Disk Utility was actually a little faster. No way to tell now if the 'bad' discs are all from the same burn software. Though both Toast and DU gave me an option to burn faster than the rated speed, I used the rated burn speed of 8x, and I did not do anything else on the Mac while burning the discs.
    My first thought was bad media. I used both Memorex and Sony DVD-R media (Taiwan) - there is no easy way to for me to find out if all the 'bad' disks are one brand or the other - but hopefully these brands do not have a 20% rate of defective discs.
    My second thought was format-player incompatibilities (-R vs +R), but replacement discs, using the same media on my end, solved the problem for most people (one person's replacement disc froze, but at a different spot than the first one).
    My final guess - I wonder if the playback problems might have something to do with the stick on labels I used? These are a Memorex brand product called "CD&DVD" labels, but the fine print on the back says: "Warning: Using a Standard or Full-Face label on DVDs may result in the disc becoming unreadable."
    Any solutions?
    Quicksilver G4, 867 Mhz   Mac OS X (10.4)   Pioneer DVR-108 (not OEM), firmware 1.20, PatchBurn profile

    I just wanted to add my 2 cents. I haven't been on this forum for months. I've been happily making DVDs in batches of 10 -50 to distribute. I've been making them in my emac. Occassionally I'd get ones that wouldn't play in a client's player. The solution was to send a replacement. Usually that worked. Often I'd send a replacement that wouldn't play in one client's player but found that the disk would play in another client's player. The worst case was when the ist three DVDs I sent to one person wouldn't play, but the fourth did. But most of the time, the second one I'd send worked fine (All of these were made in the same batch from the same media (usually Fuji or Verbatim).
    Recently I started getting lots more than usual complaints about problem DVDs. I checked out a bunch of them by actually playing them on both my computer, and a stand alone Cyberhome player. They were all made from a particular batch of Fuji media. Now I've previously burned hundreds of playable DVDs made from Fuji media, so I imagine it is just a fluke. (I hope) Some of them would play perfectly all the way to the last 5 minutes of an hour long presentation, and then start stuttering. Some begin stuttering in the middle. Several wouldn't even start up in my cyberhome player. Most of them would end up freezing at some point during the stuttering. The stuttering was never at the same exact place on any of the DVDs.
    As an aside, I discovered something that I didn't know was possible. When a DVD froze in my cyberhome player at the menu stage, I'd push the eject button, remove the DVD, and the menu frame was still visible unchanged on the TV until I turned off the player or put another DVD in! I guess there must be some sort of cache in the player that stores the image. Very interesting. I've never seen that with a normally functioning DVD.
    I also played each defective DVD in my computer to compare. One or two managed to play all of the way through on the computer, but most exhibited similar misbehavior on my emac. I'd say that, in general though, they all played a bit better on my computer.
    Then it occured to me that there was another possible explanation. I was burning these from a disk image file that I had stored on an external HD. Whenever I needed a new batch of DVDs I would copy the disk image file back onto my emac from the external drive, and use disk utility to burn the disks. What if the disk image was corrupted? That might explain the problems.
    Another thought that occured to me was the perhaps the process of burning a dozen or more DVDs in a row might cause a heat buildup in the burner and affect the burning in some way.
    So I retrieved a good DVD made in an earlier batch of Fuji, made a new disk image of it, and left the image on the computer and didn't transfer it back to the external drive (on TDK media, because that's all I had sitting around), played the copy back on both my computer and Cyberhome player to make sure it worked perfectly. I then generated another dozen copies.
    You may wonder how I had enough time to do all this. I'd just put a DVD in the player or my emac and listen to it while doing my ordinary office work. If I heard stuttering(it was my voice on the DVD) I'd instantly notice. I did this all day for a couple of days.
    So anyway, I played 5 finished TDK disks all the way through today and they played perfectly. I guess the next test is to use the disk image of the same DVD from my external drive to see if i also get a good burn from it on the same TDK media and burner.
    I did have time to do one other test though. I took a couple of DVDs that played well and put paper lables on them using the stomper system. They still played perfectly on both my computer and Cyberhome player. I'd speculate that paper lables are probably okay if they are applied perfectly, perfect centering, no air bubbles, good contact, and the disk stored in clean dry area. I've seen other peoples' CDs or DVDs with paper lables that had become wrinkled from exposure to high humidity and/or heat. I can imagine that they would tend to malfunction.
    One client with a certain brand player actually took the "offending" DVD down to a AV store, and bought a replacement player that WOULD play it. I do think that it is interesting and useful to know that one brand player will play a particular particular DVD and another won't.
    Since I make batches, I'm considering buying a couple more different brand DVD players, and then doing a bit of quality control - Trying out sample DVDs on all players before I mail out a batch to clients.
    I hope that my observations might be useful for others.
    emac 1ghz superdrive   Mac OS X (10.3.9)  

  • Encoding and playback problem HD files

    Hi all,
    Currently, I'm using a new HD camcorder and have no problem with importing and playing these files is premiere cs4 pro. However, when I'm using six video track at the same time I experience some playback problems. After rendering, the video's play, but not smooth, they  skip frames and playing a few frames back. In other words, it seems that the video playback stutters. The problem still excists when I encode the project to any file (mpeg2-blu ray, avi, etc). When using two video tracks (with two HD video) this problem is not present, even when these video's are in slowmotion. Installing the new update (4.2) did not solve the problem.
    Specs of my system:
    Quad core Q6600 @3.0GHz (overclocked)
    8gb RAM
    >200gb free disk space
    windows 7, 64-bit
    Does anyone have some suggestions to solve this problem? Thanks in advance.
    Regards,
    Jeffrey

    Harm,
    Sorry for not responing for a few days, but I runned the benchmark you'll send me. The main results (dee details attached file):
    53,6,  secs Total Benchmark Time
    6,4,  secs AVI  Encoding Time
    14,2,  secs MPEG Elapsed Time
    33,  secs Rendering Time
    Since the potential problem is my hard disk, inaddition, I runned HDtune (hopefully it will help pinpionting the problem):
    disk1: avarage transfer rate: 94MB/s, acces time 13.8ms, burst rate 185MB/s
    disk2: avarage transfer rate: 85MB/s, acces time 14ms, burst rate 157MB/s
    disk3: avarage transfer rate: 73MB/s, acces time 13.9ms, burst rate 183MB/s
    Analyzing these results, could the current hard disk configuration cause the problem I have, or is my system to slow anyway to edit AVCHD material?
    If the hard disk configuration is the problem, could it be solved by applying your suggestion by removing all partitions? Since, I'm not looking forward of removing all partions(re-installing windows (dual boot win7 and vista), shifting a huge amount of data, etc), but if it would help I will do it.
    Thanks inadvance,
    Jeffrey

  • Mplayer playback problems

    Hello, Mplayer video output is rather jerky and not smooth. I believe its sound related because adding '-nosound' makes the playback smooth again. I've been trying to seacrh for the solution to this for hours; any suggestions? I use OSS by the way...
    Heres xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Thu Apr 30 16:22:42 PDT 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Apr 30 16:21:56 PDT 2009
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "HSD HW191D"
    HorizSync 30.0 - 80.0
    VertRefresh 49.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8800 GT"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    and mplayer-config
    [default]
    ao=oss
    vo=x11
    zoom=true
    fs=no
    framedrop=yes
    ffactor = 1
    cache=9000
    Last edited by pharcyde (2009-05-16 04:40:13)

    apaige wrote:Why the hell are you using vo=x11? That's insanely slow. Use vo=xv.
    Oh - lol, I had that in there temporarily as I was troubleshooting. I'm aware.
    skottish wrote:
    apaige wrote:Why the hell are you using vo=x11? That's insanely slow. Use vo=xv.
    Or, if the nVidia card is new enough (some 8400 and pretty much everything newer), use VDPAU. Otherwise, nVidia chips work better with the xvmc driver than even the xv driver.
    pharcyde,
    From your xorg.conf file, it looks like you have an 8800GT. VDPAU works great with that card. It will solve most of your video playback problems.
    Will do.
    Update: Using vdpau with '-vo vdpau -vc ffh264vdpau' I can play 720p HD with only ~7% cpu usage!
    Last edited by pharcyde (2009-05-17 11:00:28)

Maybe you are looking for

  • Creation of local field in ABAP Query

    Hi Please let me know how to create a local field in ABAP query. I am finding the option inactive in SQ01. Regards Priyadarshini

  • Imac to ipod internet sharing

    I'm trying to share my cable internet connection to an ipod touch via wifi. The ipod can connect but then can't access internet services. Anyone can help me about this?

  • CD won't mount

    Gang - My son's Mac mini won't mount this one install disk for a typing program. I've checked the disk and it will mount in my G5 as well as even on a PC. (!?) But, when I put it in this machine, the drive starts to wind up like it's about to read an

  • Transparency in Flash

    I have read through some posts about applying a transparent background to a flash file, however I am not having success. I had created a flash movie, the background is white as was the page it was to go on, we have made a change to a textured backgro

  • When i make on my ipod touch dosent work i see in the screen ipod desactived please connect to itunes how to do? please i need help

    when i turn on my ipod touch dosent  work i see in the screen ipod desactived and when i connect itunes please i need help