Video/Sound Distortion - any advice?

I've got a really wacky issue that has been plaguing my Late 2006 MacBook (2,1):
So lately I've been having a really weird issue with video playback on my MacBook. It has never really cropped up before this past week or so, but has gotten extremely common the last few days.
What I do is I'll be watching a video on Netflix, NHL.com, YouTube, whatever. It's usually when I hop between tabs with the video open that the distortion is most likely to happen - I typically jump tabs with either Ctrl+Tab or Cmd+Option+Arrow, however it also just happens randomly without moving between tabs. Software is up to date. Adobe is up to date. I typically run Chrome and this issue due to it being less finicky with certain sites (NHL.com for instance), but due to the common place nature of this bug, I tried using Firefox and it gets the same issue too.
I've got a link below showing what sort of happens. Sometimes it's worse with a very high pitched robotic distortion that kind of carries on even after closing the tab. Although this clip isn't the worst, it actually fixed itself right after, which doesn't happen often. Typically the video lags/freezes, the audio gets unsynced, and the audio gets distorted as in the video. Usually I have to reload the page entirely. Any thoughts?
http://dl.dropbox.com/u/12848871/video%20issue.mov - Just click to stream. Also sorry for the size. I chose the web export and that sure did compact the file as well as the resolution, but you get the picture. I had The Office (UK) in Netflix and was just flipping over to the exit polling data on CNN and it just goes crazy. Sometimes I can hit pause, let the spazzing complete, and resume. Other times I must reload the page and hope for the best.

It's actually spread, unfortunately, for the first time to non-browser issues. Twice tonight I was watching an embedded Hulu clip and closed it, tabbing over to restart my iTunes and the audio was skipping/distorted like the previously shown video clip. Geez, need to start worrying about my iTunes now?         

Similar Messages

  • Speeding up youtube video sound distortion

    when i go to speed up youtube videos cause i have so many subscriptions speeding them up saves time and most of them i can without losing anything but lately the sound at 2x gets choppy and above that is impossible to watch i know it seems an odd complaint it vastly slows down my youtube subscriptions

    operating system windows 8.1
    browers chrome 42.0.2311.90 m internet explorer 11.0.9600.17728
    Adobe Flash Player (2 files) - Version: 17.0.0.169
    Shockwave Flash 17.0 r0
    clicking on any video on youtube loads fine going to settings then speed normal speed works fine going up to 1.25 on chrome makes the audio crack every 10 seconds or so , going up to 1.5 the audio starts cracking badly and makes the video almost stop for 5-10 seonds and 2 makes it even more un-watchable, on internet explorer the sound distorts more and more but it doesnt stop running like on chrome but is inaudible 1.5 to 2 i disabled all extensions to chrome not sure if this would be a youtube issue or a flash issue but its not isolated to chrome, i updated windows today and even checked my sound settings to see if there is a change

  • No sound with alsa and integrated Intel sound card, any advice???

    I just got a new computer, erased the OEM windows install and installed Arch linux with xfce. I have an Integrated HDA intel sound card with Realtek ALC888 chip
    Sound worked just fine in the windows install, so I know the card and speakers work.
    I installed alsa and made sure to unmute PCM and Front speakers. Unmuting all of the entries didn't help. Any advice would be greatly appreciated.
    lsmod|grep '^snd'
    snd_seq_oss 35584 0
    snd_seq_midi_event 9344 1 snd_seq_oss
    snd_seq 58336 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 9364 2 snd_seq_oss,snd_seq
    snd_hda_intel 531252 0
    snd_pcm_oss 45440 0
    snd_mixer_oss 18944 1 snd_pcm_oss
    snd_hwdep 10632 1 snd_hda_intel
    snd_pcm 82952 2 snd_hda_intel,snd_pcm_oss
    snd_timer 24720 2 snd_seq,snd_pcm
    snd 65096 9 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 11792 2 snd_hda_intel,snd_pcm
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Here is my rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: Type locale -a to see location listing
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="UTC"
    USEDIRECTISA="no"
    TIMEZONE="America/Detroit"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="Lychee"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond hal fam)
    I am going through the wikiarticl on alsa as well, but if anyone can point out what the issue is hear I would greatly appreciate it.

    Hmm. I have an onboard Intel sound chipset as well.. I noticed your rc.conf doesn't have "snd-hda-intel" in the MODULES array; make sure you add that.
    I never figured out how to read the right side of lsmod's output, so I'll assume that, despite having the snd-hda-intel module, you haven't enabled it yet. Try (as root or through sudo) `modprobe snd-hda-intel`. It may need underscores instead of hyphens; they seem to be interchangeable.

  • HT4623 My I pad has sound distortion any ideas what is the problem?

    My iPad has sound distortion what can be the problem and solution. I have the latest version of the Software.

    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180http://support.apple.com/kb/ts5180
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/ts1630http://support.apple.com/kb/ts1630
    http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/http://www.atreks.com/app-no-sound-on-ipad-4-%E2%80%93-what-to-do/
    To solve some sound problems, just follow these simple steps
    1. Go to Settings
    2. Tap on General
    3. Tap on Reset
    4. Tap on Reset All Settings
     Cheers, Tom

  • Vers. 34.0.5 Video/Sound distortion

    34.0.05 is causing videos, mostly Flash, to slow down and become distorted. I installed 33 and this did not happen. Any ideas on how to fix this on version 34?

    Interesting enough, I don't have this problem on my desktop, but my mom's laptop has this problem on Firefox, Google Chrome, and even Internet Explorer. Each computer has the same version of browsers and Flash Player, so I have no idea what would cause it.

  • Music disappearing, sound distorted - any ideas?

    Hi - over the last week or so, gradually my music has been disappearing (and pretty much all the stuff I have been playing most recently), not just from iTunes but from my harddisk as well. On top of that, for an increasingly larger portion of the remaining music, the sound has become totally distorted; it sounds like it jumps and gets stuck (without actually skipping though).
    I have obviously scanned for viruses or spyware, but no luck. Any ideas???
    Thanks!

    Similar problem here, i still have all my files, just that all the music that i ripped from a while ago is now distorted. The only music that plays clearly is the music i most recently ripped.

  • I am new to all this technology. I just hooked up apple tv but the sound comes only thru tv and not my sound system, any advice?

    What do I need to do to make sound come thru sound system, not just tv when using apple tv?

    How is the Apple TV connected to your sound system? Are you using the HDMI cable or an audio cable?

  • Slow motion videos and distorted sound

    Hi, using Vista, IE9, latest verison of Flash, video goes into slo-mo after a few seconds and sound distorts. Any ideas?

    To help troubleshoot could you give us the exact version of the version of Flash that is installed?
    Flash   Player version
    When reporting issues with video or audio, it's also helpful to get your system hardware and driver details.  Instructions for finding this information can be found here:
    dxdiag report instructions
    Finally, sometimes video and audio problems are caused at a lower level and not directly related to Flash Player.  I recommend trying both of the links below to see how they perform.  If the problem exists with both, then Flash Player is most likely not the culprit as the HTML5 video link does not use Flash Player when playing.  You can verify the use of HTML5 by right clicking the HTML5 video and looking for the words "About HTML5" at the bottom of the context menu.
    HTML5   video  
    Non-HTML5 video

  • TS3274 My I pad will no longer do key board clicks and there is no sound to any videos

    For some reason my ipad no longer has keyboard clicks, and has no sound to any videos. I have checked to make sure all is turned on. Turned off then back on. I am at a loss.....any suggestions?

    Hi Grdning,
    If you are having issues with sounds from the built-in speaker on your iPad (keyboard clicks, audio for videos, etc), you may find the troubleshooting steps in the following article helpful (it is primarily aimed at iPhones but the steps should still apply for iPads, other than the speaker location info):
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Regards,
    - Brenden

  • My computer will no longer emit sound of any kind, music, video, warning, or otherwise

    I'm not sure how it happened, I was trying to play something on itunes when everything froze up and the music stopped. But the problem is not limited to itunes, i can't hear any sound of any kind from my computer. I have checked and the speakers for my computer are labeled as working completely fine, and the computer says that everything appears to be in working order. Except still no sound, whether its music, a video, or even warning sounds or start up sounds the computer naturally makes.

    Hi,
    Can you post back with the following.
    1.  The full Model No. and Product No. of the notebook - see Here for a guide on locating this information.
    2.  The full version of the operating system you are using ( ie Windows 7 64bit ).
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • HT3775 I have a bunch of .MOD files I cannot play from our Canon video cam. I tried renaming the files as MPEG or MOV, I get the message "The document "001.MPEG" could not be opened. A required codec isn't available." Any advice on getting these to play?

    I have a slew of .MOD files I cannot play from our Canon video cam. I tried renaming the files as MPEG or MOV, I get the message "The document “001.MPEG” could not be opened. A required codec isn't available." Any advice on getting these to play? Thanks!

    Try installing Perian or VLC. Some AVIs require a codec which simply isn't available for Mac OS X.
    (85018)

  • What are the best instagram video settings using Compressor 4?  The outputs I have created look clean HD in camera roll.  When I view video in instagram preview it looks great, but then when i post it the quality gets blurry. Any advice?

    I have read that you should resize the frame to 640 by 640 or 1000 x 1000, and have tried both.  I shot the footage on canon 70d using 720p60fps, and edited the footage with iMovie.  Its been frustrating to see the finished product look great on iPhone, iPad, or mac but once i post the video- the quality gets blurry when you focus on the faces that are in focus.  My footage is basketball action shots from a high school game.  Any advice would be huge, I been looking for an answer to this for a month. 

    Simple export a ProRes 422 file, upload that by itself.  Facebook, Vimeo, YoutTube, etc, all compress the video themselves.  So don't compress it first, just upload it and let them do their own compression.

  • I have an iPod Video. (30GB 5th gen) The headphone jack only works if I push the headphone cable input to one side and hold it t here. If I leave it alone it either doesnt play at all or I hear a crackling sound. Any suggestions? Thanks.

    I have an iPod Video. (30GB 5th gen) The headphone jack only works if I push the headphone cable input to one side and hold it t here. If I leave it alone it either doesnt play at all or I hear a crackling sound. Any suggestions? Thanks.

    There are threads ongoing on similar topics. This is not a suitable topic for this forum.
    I will pass on any comments from the other threads and original post in this one, but I'm closing this topic and any further petitions like this as it will just result in "Creative-bashing" and unproducti've comments.
    Cat

  • I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    I have just purchased Logic Pro X and it doesn't seem to want to work with my Tascam us-122L sound card. Do i need to purchase a new one and if so, any advice on a reasonable priced one?

    What OS do you have? Have you tried the latest drivers?
    http://tascam.com/product/us-122l/downloads/
    alternatives: Focusrite Scarlett 2i2, Presonus Audiobox.

  • I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    I am trying to connect my Sony DCR-TRV350 to iMovie so that I can make DVD's from family videos.  I am having problems getting the video camera connected.  Any advice on how to do this?

    What happens when, after you connect your cam, you go to File > Import Media?
    But before that, does your cam require you to export your video files upon USB connection? I have a JVC Everio HD and I have to "Export to Library" from the cam's menu first-thing. This was true even in prior iMovie versions.

Maybe you are looking for

  • A small tutorial on wireless connectivity: Input a...

    I recently acquired a nokia 5530XM phone and I've been fiddling around with connecting it to the internet wirelessly. Being at university however presented me with a unique challenge. My internet has a wireless network card and is also served interne

  • Generate PO from third party sale order

    Hi expert, When we save a Third Party sale order, it will generate a purchase requisition to buy items for us. I wonder if there are any methods to generate Purchase Order directly (Not via PR) from sales order ? Thanks so much. Edited by: Truong Tra

  • How do I create a slideshow with music and voiceover?

    I am trying to create a slideshow with photos, music (iTunes playlist), and voiceover created in Garageband. I cannot figure out how to have both the voiceover and the music play during the slideshow. I also tried iDVD but ran into the same problem.

  • Report on Profit Center

    Hi The scenario of my client is : It has 3 segments and as IFRS it needs to be seperate financial accounts and report per every segments. We have already defined this 3 segments. Now the client has 2 phases where also seperate books of accounts and f

  • Cannot open multiple IE windows under VPC/WinXP

    Folks, My apologies but I've searched the forum and cannot find instructions on how to make this happen... I have VPC 7.0.2 and WinXP with IE 6.0.2 running on my PBook. I need to open multiple IE windows (or instances of IE) to access different busin