Voice and picture not in sync

I down loaded breaking dawn 1 a;nd 2 and the voice is not in sync with picture.

Hey raymondgauthier,
Thanks for using Apple Support Communities.
Looks like you are having trouble with the playback performance unsing airplay. This article provides steps for troubleshooting performance issues.
iTunes: Troubleshooting AirPlay and AirPlay Mirroring
http://support.apple.com/kb/ts5209
Have a nice day,
Mario

Similar Messages

  • Voice and Picture out of sync

    On mu IPOD Video the voice and the picture seems to run out of sync by about 4-5 secs. Pretty annoying having to remember how the picture flow was so that the sound would make sense.
    Any ideas how to fix this.
    If goin g backwards to a previous version of the software might help could you tell me how to do it?
    Many thanks in advance
    Doug

    Ive read that software package can cause that. Did you purchase it? If not try NERO or Cucusoft..
    I know NERO never had this issue, and ive read CUCOsoft is pretty good too.
    No completely related but check out for instructions on converting and COMPARISON of diff CODECS
    http://www.doom9.org/index.html?/guides.htm
    Hope this helps.

  • HT3209 sound and picture not in sync

    when i play a downloaded movie, the sound is not in sync with the scene. why is this happening and how do i fix it? i have tried shutting down and restarting my computer but that doesnt help

    Try (free) Quicktime Broadcaster and see if it improves the sync. Is it out of sync from the first second or after a long period of time?

  • When Watching TV, the Voice and Picture Gets Out of Sync?

    When watching TV, a lot of time, the voice gets out of sync with the picture.  I have to turn of the the set, wait a bit, turn it back on the the voice and picture is back in sync.  This happens a lot!  Is there something that can be done to fix this problem?  If so, what?  I have the current equipment from Comcast. Thanks for any help. Charlie

    It helps. But I should have asked another questiion:  Does the syn issue occur on some channels or all the channels? If it is some channels, I would suspect the issue is with Comcast's feed. If it is all channels, I would recommend having Comcast send a tech out to check your system.

  • I just got an iPad 2 and have not yet synced to my computer. I don't want to have all the duplicate songs in my iTunes. How do I get rid of duplicates?

    I just got an iPad 2 and have not yet synced to my computer. I don't want to have all the duplicate songs in my iTunes. How do I get rid of duplicates?

    You don't say whether you are on PC or Mac. For Mac there are these two programs which might help (I havn't tried either) :
    http://www.apple.com/downloads/macosx/ipod_itunes/songsergeant.html
    http://www.apple.com/downloads/macosx/ipod_itunes/idupe.html
    There are probably similar programs for PCs, but I don't know what they are. On a PC you can hold the shift key and do File > Display Exact Duplicates (without the shift they may not be exact matches) - if one of each duplicate pair has the same date added then you can sort by that and then delete those with (or without) that date.

  • Audio and video not in sync. went back to previously finished projects and they too are not in sync. What could be the problem?

    Audio and video not in sync. Went back to previously edited projects and they too are now not in sync. What could be the problem?

    Um ... some useful data?
    OS/CPU/RAM/GPU/vRAM ... version of PrPro ... and other programs or plugi-ins/3rd-party apps involved ... footage type/codec/wrapper ... such things would be very useful.
    Neil

  • VOICE AND VIDEO OUT OF SYNC

    HEY, i made a huge imovie project.. and the sound and video is out of sync, the sound comes seconds before the video... HELPP!

    I must say I am still astonished how much this is a problem in general. I saw Seinfeld on TV once with the lips still moving for about a second after the voice stopped. I'm talking about cable TV, here! And there are the videos on You Tube. A lot of them are out of sync too.
    Synchronizing sound and picture was initially a difficult problem, but the movie industry pretty much solved this c. 1930. And now, EIGHT DECADES LATER, suddenly it's a big problem again.
    Yes, for this and other reasons, the world will end in 2012. (^_^)

  • Audio and video not in sync? Also photos won't load?

    My video and audio are not in sync on photobooth for videos. Anyone know how to fix this!? Please
    Also, when I try to change my background on the desktop, when it is supposed to load the pictures for me to choose from it just freezes. It continues to say "loading images..." but they never show up. How do I fix this??

    Videos shot directly from my MacBook

  • After exporting - music and pictures out of sync

    After using the workaround to attach my six songs as one (using Garage Band - thanks!) to my 434 slides, I tweaked the presentation so that the music and pictures were synced perfectly. However, once I exported them they slowly got out of sync, finally being more that 10 seconds off at the end of the 30 minute presentation (music moved along faster than the pictures). Is there anyway to ensure that what I see at creation stays the same after exporting?

    Hi chuck,
    I have never used iPhoto for making my slideshows for export, but I have seen enough problems with the syncing in this forum not to even try. I know you don't want to hear this, but I have no problems with perfect syncing using iMovie to make my slideshows.
    is this slideshow going to be burned on a DVD?
    What did you export the slideshow to? Quicktime?
    If Old Toad comes along, he has a lot of good tips.
    Lori

  • Mp3 and TimerEvent not in sync

    Last night a buddy of mine who I make music with was asking
    me if I could get objects to move in flash in sync with the sounds.
    I said I might be able to, and figured it would be good to load an
    mp3, a simple hihat called hihat.mp3. My idea is to set up a
    TimerEvent that calls a function 'hitHiHat()' every 250
    milliseconds. Problem is, when I run the program, the sound of the
    mp3 is not in sync. I thought this might be a bad idea because the
    TImerEvent might not be very accurate, but I remember reading
    somewhere that the TimerEvent is VERY accurate. If it's not, I
    definitely can't do what I'm trying to do, because the idea is to
    have multiple instruments playing. If it's not the TimerEvent, I
    thought that maybe it's the _sound.play() function that is lagging,
    or that maybe there is a conflict with the mp3 already playing when
    the hitHiHat function is called. Please let me know if I could do
    something to make this program have a bit more rhythm, or if it's
    just a bad idea altogether (code below). THANKS!
    package {
    import flash.display.Sprite;
    import flash.events.Event;
    import flash.events.MouseEvent;
    import fl.transitions.Tween;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.text.TextField;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import flash.xml.*;
    import flash.display.Loader;
    import flash.filters.DropShadowFilter;
    //import kurt.classes.Console;
    import flash.utils.Timer;
    import flash.events.TimerEvent;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    [SWF(backgroundColor="0x000000")]
    public class gentlemansound extends Sprite {
    private var tf:TextField = new TextField();
    private var circle:Sprite;
    private var tempo:Timer;
    private var _sound:Sound;
    private var urlReq:URLRequest;
    private var soundChan:SoundChannel;
    private var needsToPlay:Boolean;
    public function gentlemansound() {
    init();
    private function init():void {
    needsToPlay = true;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    circle = new Sprite();
    circle.graphics.beginFill(0xFFFFFF);
    circle.graphics.drawCircle(100,400,40);
    circle.graphics.endFill();
    addChild(circle);
    _sound = new Sound();
    urlReq = new URLRequest("sounds/hihat.mp3");
    _sound.load(urlReq);
    _sound.addEventListener(Event.COMPLETE, startHiHat);
    tempo = new Timer(250);
    tempo.addEventListener(TimerEvent.TIMER, hitHiHat);
    tf.width = 400;
    tf.height = 200;
    tf.border = true;
    tf.multiline = true;
    tf.x = 10;
    tf.y = 20;
    //tf.x = stage.stageWidth / 20;
    //tf.y = stage.stageHeight / 20;
    tf.text = "blah blah blah blah blah blah blah blah blah blah
    blah blah blah blah";
    //addChild(tf);
    private function startHiHat(event:Event):void {
    tempo.start();
    private function hitHiHat(event:TimerEvent):void {
    if (needsToPlay == true) {
    soundChan = _sound.play();
    needsToPlay = false;
    soundChan.stop();
    soundChan = _sound.play();

    the timer function (along with setInterval and every other
    loop in flash) is inaccurate and very much dependent on local
    system speed. in short, there is no loop in flash suitable for
    synch'g sound and anything else. the ear it too sensitive to even
    small mis-timings.
    you can however, create a self-correcting loop based on
    getTimer() (which is as accurate as the local system clock) which
    can maintain a small error tolerance. even this, however, may not
    be satisfactory for your purposes and you may need to synch sound
    and animation in a flv.

  • Music and pictures not in Touchsmart

    Hi, Any idea how to get the music and pictures back into my Touchsmart? The computer seems to have a mind of its own, and was going to delete the music and photos altogether from the Touchsmart. I still have my Music and Photos in the Library of the computer.
    Also the screen is very sensitive when I'm in Touchsmart, but not when other apps. Many thanks for any help.

    Not sure which TouchSmart you have, but perhaps this link will help:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01479420&cc=us&lc=en&dlc=en&product=3752240#N10...
    ... an HP employee expressing his own opinion.
    Please post rather than send me a Message. It's good for the community and I might not be able to get back quickly. - Thank you.

  • I lost my contacts and pictures when I synced up with my itunes account and it synced to my old apple id how do i get them back?

    I had contacts and pictures on my new iphone 4 from my old android. I went to sync my music and itunes account and it asked if I wanted to restore. I thought that it meant the music so i said yes. I lost all of my contacts and pictures and it set everything up from the old iphone/apple id that i used to have onto my phone. How do I get the pictures and contacts back?

    It also asked if I wanted to update my software and it did that too

  • Video and audio not in sync

    Anybody else experiencing video & audio not in sync since upgrading to Lion? I have a MacBook Pro 15-inch, Early 2011 with
    AMD Radeon HD 6490M 256 MB graphics. I mostly stream You Tube, Netflix, & news videos and occasionally watch movies I have in iTunes or on DVD, and since upgrading, I've seen out of sync video and audio in every one of these situations. Sometimes it starts out OK and then slowly deteriorates. Other times it just starts out that way and stays that way. Happens with all browsers as well as iTunes and DVD Player. Tried a few Google searches but haven't come across any postings reporting this with Lion, so I thought I would try here. Thanks for any confirmations and/or pointers to a solution if there is one.

    Ahh...boom. I have it too. Forgot it was even there. I had it turned off back when running Snow Leopard since it was glitchy. Apparenty, I somehow reenabled it and wasn't even aware it was on since its volume was turned down. After disabling it, all video & audio appears to be in sync.
    boom...the sound you'll hear as I nuke it from my system.
    Thanks efrancis76 for figuring this out. Much appreciated!

  • Video and audio not in sync. Other answers here do not help.

    My audio and video are not in sync in many streams but some are OK.
    I do not have any extensions, add-ons and I am using the default theme. I have disabled hardware acceleration. I am now running in Safe Mode and the problem persists.
    The video and audio sync for the first few minutes and then they work their way futhter and further apart, usually several seconds out of sync. I don't think this particular situation has been covered in the other posts.

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • Video and audio not in sync (ALSA underrun occurred)

    Hi, after a recent system upgrade (upgrade log here http://pastebin.com/1gRwexFr), video and sound are not in sync anymore. The problem occurs in mplayer instantly, and in XBMC after a while (the audio is slowly getting out of sync). The error message I get continuously in XBMC is "ALSA lib pcm.c:7339:(snd_pcm_recover) underrun occurred". The error I get in mplayer is "[ac3 @ 0xf46b40]frame sync error" I did another system upgrade and the problem persists. I'm using Terratec Aureon 7.1 external sound card and linux 3.3.3-1-ARCH. I'm not using pulseaudio, just alsa.
    EDIT: I downgraded (sudo pacman -U linux-3.2.13-1-x86_64.pkg.tar.xz linux-headers-3.2.13-1-x86_64.pkg.tar.xz linux-api-headers-3.1.6-1-x86_64.pkg.tar.xz dbus-1.4.16-1-x86_64.pkg.tar.xz dbus-core-1.4.16-1-x86_64.pkg.tar.xz glibc-2.15-7-x86_64.pkg.tar.xz) and the problem seems to be gone. I'm suspecting the kernel upgrade broke it..
    Last edited by nawitus (2012-05-02 20:08:53)

    nawitus wrote:underrun occurred
    See what buffer size you end up with. Start mplayer, and run:
    cat /proc/asound/card0/pcm0p/sub0/hw_params

Maybe you are looking for

  • Why is my 2013 macbook air battery crap?

    I just got a new 13' 2013 dual core i5 macbook air. It says the battery is good for about 12 hours. I only run facebook and iTunes and I power it off at night. Why is the battery draining every 3 hours?

  • Iphoto and color profiles

    I know this is a tricky topic, but I'm trying to nail it down. The colors of the prints from iPhoto on my Canon Pixma iP4000 inkjet do not match what I see on my ibook G4 LCD monitor on my ibook. I do most of my editing within iPhoto (although some i

  • How to reset my ipad

    how to reset our iPad it is jammed

  • Getting PNG file parse error in PSE 8.0

    Cannot open PNG files in PSE 8.  Nor are the PNG files opening in any windows software on this PC.  Send them to another PC without PSE 8.0 and they are opening fine.  Need them on this PC due to creating a PSD in PSE 8?  Any advice?

  • Customer's are having problems viewing PDF's.

    I recently upgraded to Illustrator CS5 from CS4. Since the upgrade, I've been getting complaints from some customers that they cannot open the PDF's I'm sending them. This was never a problem with CS4. I went back and checked the save setting in illu