Re-Conforming and Audio Bug nightmares

Hi,
First, let me say that I've searched throughly about those problems before I came in here.
I own a company and we used to use FCP7 to edit our weekly show.
I've moved all suites to Premiere CC 7.2.1
Our workflow is a bit different than before, since PP can handle original files, in our case .mts sony AVCHD FullHD from FS700, NX70 a Handycam and the MP4 from GoPro Hero3.
Our main problems right now have been:
Re-Conforming:
I've searched about this and these are the possibles solutions
- Turn the creation of XMP off
- Disable XMP metadata linking
- Direct the cache and database files to the same external harddisk that our media is in
- Direct the scratch disk to the same Harddisk as the media.
- Media been on a Network volume and Computer clock / daylight saving time shifting.
- Before opening a project in a different machine, make sure to redirect (to find) the cache to the disk your using
I must say everything above was tested and dealt with but still. We have seen projects re-conforming by it self everytime we open PP. It normaly happens when moving from computer to another one. But sometimes happens on the same machine, between two days apart, with nothing different.
And the re-conforming takes a lot of time.
Audio Bugs:
Sometimes the waveform doesn't show up. Now this has a workaround, just go to clip > audio options > re-render audio. But it's annoying.
And more serious sometimes we got an audio looping 1sec over and over, even though the original is perfect, trying to re-render doesn't help. re-importing the clip doesn't help. Only deleting ALL the preview files (because you can't know which is which) that works.
Is there anyone with solutions (definitive) for these problems?
Regards

Hi Jim,
As I said, I'm using external USB 3.0 drives. No Network drives whatsoever.
All these:
System
Projects
Cache/Scratch
Media
Exports
Are in the USB 3.0 Harddisk.
If you are refering to the same drive as the OS that's not a solution as in some machines I have 160GB SSD.
Cheers,

Similar Messages

  • Conforming and Audio File Actions

    Hi
    I've just started playing with the Conform feature of STP 2.02. I noticed that if I apply an audio action (eg EQ) to a clip in a version one STP multitrack project, then bring in a version 2 updated project where the EQ'd clip has been moved, then conform a third 'result' STP project, my EQ's are not applied in the result.
    Is this by design do you think? I'd have thought that all clips that have not changed their source media would retain their audio actions...
    Anyone else experience this? Or am I missing something?
    BTW : I'm running 10.5.1, FCP Studio 2, on an Macbook Pro.
    Thanks
    Lee

    No, they are not currently supported.

  • Z77A-GD65 network and audio bugs

    I'm having a few weird issues with my setup.
    first off its a Z77A-GD65 bios  v10.7
    i7-3770K CPU @ 3.50GHz, 4201 Mhz with noctua NH-D14
    Corsair Vengeance 16GB (2x8GB) DDR3 1600 MHz (PC3 12800) Desktop Memory (CMZ16GX3M2A1600C10) win says that there is only 3.9g available, and that its only running at 800 mhz
    Samsung 840 Pro Series 2.5-Inch 128 SATA 6.0 gb/s ssd
    WD Black Desktop 1TB SATA 6.0 GB/s 7200 RPM
    win 8
    first issue just appeared out of nowhere a week after I finally got it running.  There is a network error every time I start the system, if I restart it goes away.
    I"m  having audio problems, the speakers in my monitor work with the hdmi cable, but I am unable to use my good speakers, when I plug them into the back panel line out, there is no audio from any port, or the hdmi cable.
    I've also noticed a device without a driver error

    win8 is a 32b version, it was a 39.95 upgrade directly from microsoft...  safe to assume that the 64b version is worth the extra $?
    have the board in a brand new case using 9 stand offs, all with screws through the board and into them.
    The NIC is onboard, all the drivers are up to date except the audio, I'm downloading an updated driver for it (released 1/25/13)
    left the machine turned on when I went to bed, when I got up the power led was blinking, and I had to press the power button to wake the machine.  this web page was open, but there was no network available, same error as above, I had to restart windows to get online.
    Edit: the updated driver fixed the audio problem

  • Bug: Why does PP Conform and reconform same video clips over and over again?

    Any time I click out of PP and then come back to the program from ANYWHERE (even the desktop), PP starts to conform my files.
    For example, I have a very simple test project open with four 5-minute clips in it. All the files have done their "conforming." But I click outside of PP and then immediately click back inside and it starts conforming one or more of the files that it had already previously conformed. This happens every other time I click out of PP.
    Shouldn't a file that has already been conformed need to go through that just one time in a project?
    I'm thinking that my bug has something to do with this now since things go crazy slow while conforming. It has always done this with larger projects, but I thought it was clips that hadn't been conformed before. Now that I only have a few clips to keep my eye on, I see it is conforming and reconforming the same clips over and over again every time I come back to PP.
    Here's a screencast video of the problem.  You can see it reconforms the same files over and over again. http://www.youtube.com/watch?v=uFrXk4nTpwo

    I'll describe what happens first, as it makes the explanations of the failure cases a little more clear.
    PPro generates two potential sidecar files for audio - PEK and CFA files.  The PEK file is simply a quick data pass of the audio data that allows the app to draw waveforms (ie it should be pretty quick) - the CFA files are required if the file source is either too slow to decode the audio in realtime (like some MPEG long GOP, for instance), or if there's a mismatch in the sample rate depth.  The idea is that the conform files will match your sequence's audio bitrate settings so that the app can play & mix audio in realtime.
    How does PPro track these additional files?  Every file that is imported is stamped with XMP, which is how we handle metadata on source files.  XMP creates a unique ID which the app uses as a lookup value when it wants to find the PEK & CFA files that it generated for a file.  So, usually, if you have a project where certain clips constantly reconform, it has something to do with XMP.  Why? Usually it's because XMP can't write to the file.  So, every time you launch PPro and open the same project, the media file has no XMP data, so it tries to generate a new ID, so any old CFA/PEK files have an ID mismatch and the app thinks it needs to generate new ones.
    Typical cases why XMP can't stamp files:
    - the media file is read-only.
    - the media's hard drive is read-only.
    - the file itself is corrupted/malformed, and XMP takes the safe route & decides not to try to write any additional data to the file.  (I've personally witnessed this occur with WAV files captured by a Tascam field recorder.)
    - someone deleted the XMP files by hand (certain media types have it as a sidecar .XMP file instead of embedded).  (Don't laugh - I recently encountered a case where people had instituted a server folder rule to delete all files on a network share that weren't .mpg. )
    A workaround you can try: 
    There's a preference setting to turn off injecting XMP into your media.  If that setting is in effect, PPro will not rely on the XMP ID for the CFA/PEK files.
    One other note, if your problem is specific to MPEG files:  it might be that PPro isn't able to index the file properly.  If it can't index, it might be trying to re-index on each launch;  audio conforming always triggers after indexing.   So watch for it constantly indexing - if that's the case, all the XMP stuff I described above has nothing to do with the problem.  It's a side effect of something in the MPEG stream that we're barfing on.  If you do see it constantly re-indexing MPEG files, it would be really helpful to send in a sample so that we can examine the stream.
    Cheers

  • Audio and other Bugs in 2.0 - are they fixed in 3.0?

    I just completed creating an e-learning course using
    Captivate 2.0 that used quite a lot of graphics and video. The
    numbers of bugs I experienced when publishing to Flash in 2.0 were
    so substantial that the delivery date had to be delayed almost two
    months, much to the unhappiness of the client. I'll list the most
    frustrating problems and hopefully someone can tell me if these
    issues were fixed in 3.0. It's difficult for me to justify an
    upgrade if I'm going to run into the same horrible problems.
    I will start out by stating that I keep my project files
    under 20 slides and all the slides have audio. The slides are 800 x
    500 and none of the animations/video I'm using are more than 20
    secs long. I'm running Captivate 2.0 on a Dell laptop with an Intel
    Core 2 Duo, running Windows XP (with all the updates) and with 1 GB
    of RAM. I've upped my Virtual Memory to 5 GB. My machine meets all
    the specifications listed for Captivate 2.0, but I suspect that one
    really needs a much faster machine with a lot more memory to work
    at anything other than a snail's pace. I also make sure that no
    unused graphics or animations are left in a project's library and I
    defrag my hard drive at least once a day (if I don't Captivate
    crashes everytime I try and open or save a file).
    Problems:
    - It takes up to 15 minutes to open or close a file. It
    doesn't matter how big the file is. And the more files I open and
    close in Captivate in any session, the slower my machine gets and I
    evenutally have to restart it. It also takes 10-15 minutes to save
    some of my project files, whose sizes have ballooned for no reason
    (see below). If Captivate crashes during the save or even right
    after a file is saved, the file is corrupted and cannot be opened.
    I've had to redo work two or three times because of this problem.
    - A project file with 10 multiple choice quiz questions and
    two other simple slides (and only one brief audio file) is over 1
    GB in size. I can't have more than 10 quiz questions because the
    file sizes get so large that the program crashes before I can save
    the file. I also have a number of 3-slide projects with graphics,
    no animations, and some audio that are over 1 GB in size. But then
    I have 20-slide project files with a lot of video and graphics and
    audio that never go above 200 MB. In fact, all my project file file
    sizes seem enormous for no good reason. And it's not from orphan
    files in the Library. It's going to take like 10 DVDs to turn over
    all my project files (about 40 project files - all under 20 slides
    each) to the client. It's ridiculous!
    - If I import audio as a WAV file and then publish the
    project to Flash, the audio either moves to different slides or one
    audio file gets repeated in all the slides. The only way to fix
    this is to convert all the .WAV files to .MP3 files (but at a very
    low bit rate), delete all the old WAV files from the project, and
    replace them with the MP3 files. Using a WAV file always leads to
    major audio scrambling when I publish to Flash.
    - If I use a .MP3 audio file with a higher bit rate, when I
    publish to Flash, the audio is slowed down by about 50%.
    - Graphics fail to show up in the .SWF file after a publish
    to Flash. This is entirely random and different graphics are
    affected each publish, so I never know what the published file will
    look like.The only way to fix this is to go back to the Project
    file, double click on the graphic and make a change to one of the
    options, save the change, reopen the graphic and change the option
    back to the one you started with. Then cross your fingers that
    another graphic won't vanish during the Publish process.
    - Objects that I have fading in and out on the timeline work
    perfectly in the project file, but when they are published as Flash
    output, the timings are all off by up to 15 seconds. This happens
    on a couple of slides and I can find no explanation or way to fix
    this. And it's completely random. One publish may have the timings
    out of whack and the next one has the timings correct.
    - Adding any animation to a project file causes all drop-down
    menus to stop functioning. I see from other posts that I just need
    to click on an object in the Library. Wish I had known about that
    sooner. I ended up restarting Captivate a lot.
    - After closing Captivate, it takes 15 minutes or more before
    my machine works at anything like it's normal speed. If I try to
    shut down my machine right after closing Captivate, I get an error
    message telling me Captivate is still running. It appears that
    Captivate does not release memory after it is closed. I have to
    restart my machine everytime I close Captivate just so I can
    continue working in other applications normally.
    These are just the major problems which caused the most
    headaches and delays. Most of it seems to be the VERY buggy publish
    to Flash option and some problems with releasing memory.
    I know a lot of other people have experienced these problems,
    as I've read about them in other posts. Has Capitvate 3 fixed any
    of these issues? There is no way I'd ever attempt another
    e-learining project with Captivate 2. This one about killed me.
    Thanks,
    Jim

    Thanks to everyone who has responded and tried to help.
    Unfortunately, none of suggestions have worked.
    Here's the update:
    - All my files are local, so the business about working on
    network drives is not applicable.
    - I tried the Save As option to try and decrease my huge file
    sizes as suggested by a couple of people. I did a Save As to
    another file name, then deleted the original file and did another
    Save As from the renamed file back to the original file name. My
    file sizes INCREASED each time I saved. I now have a 12 slide
    projects file with multiple choice quiz questions, no video,
    minimal graphics and audio that tops out over 1.1 GB.
    - I can't copy slides from one file to a new file because the
    file I want to copy slides from is so large that Captivate crashes
    everytime I try to Import slides from another project.
    - No one has mentioned anything about all the bizarre, random
    things that happen to graphics and audio when you publish to Flash.
    This is by far the most frustrating aspects of working with
    Captivate 2.0 - there is no telling what will turn up in your .SWF
    file and whether the audio will be on the correct slide. I've seen
    several posts about the problems using WAV files for audio or about
    MP3 files being slowed down in the SWF files but no one can say if
    these problems have been fixed in 3.0. Likewise the disappearing
    graphics and the inexplicable timeline delays when publishing from
    my Project file to an SWF file. And now a new one has popped up: in
    the SWF file, the screen size suddenly gets smaller on several
    slides, then goes back to normal!
    - It sounds like I need a lot more memory and faster machine
    (despite Adobe stating that my machine should be adequate to use
    Captivate) to deal with the slow performance, constant crashing,
    and frequent corrupted files. But this can't possibly explain the
    extreme file bloat and all the Publish errors when creating SWF
    files.
    At this point there's no way I can upgrade to 3.0 because of
    all the problems with 2.0. I can't make a justification to my boss
    to spend more money on a software program that (from his
    perspective and mine) does not work as advertised and has impacted
    this project so dramatically.
    It sounds like I'm the only Captivate user who is
    experiencing these difficulties, which is really perplexing and
    bizarre. Perhaps Captivate and Dell laptops are not compatible? I
    sure do wish that Captivate had a Mac version. At least there
    wouldn't be the usual Windows software excuse of "it must be your
    machine."
    Sigh... I sure did want to like Captivate, but everytime I
    open the program I get the hebbie jebbies, expecting some new
    disaster to befall me.
    Jim

  • Quicktime 7 and Audio MIDI bugs in 10.3.9

    I posted this in the 10.3 audio forum and am trying here as well
    I am having overloaded CPU issues that won't allow playback in Pro Tools 6.8 M-Powered and made Reaktor 5 unusable. Reason Adapted cannot access core MIDI. This issue has grown worse as the day has gone by. I have been trying to trace down what the problem is and from what I can see, Quicktime 7 (.0.1 -.0.2 - .0.3) has caused major audio bugs in 10.3.9 OS. The first problems I had was when I first installed QT7. So here is a list of symptoms.
    I can't open MIDI set up in the Audio MIDI set up.
    I get popping and high pitch oscillation in Pro Tools and Reaktor.
    The oscillation is also audible from inside the computer (Yes, I know this is the CPU making the noise)
    I cannot get playback in Pro Tools because of CPU overload or buffer size is to small (I have the buffer maxed)
    I cannot use and external MIDI instruments due to crash of the set up
    Digidesign (Pro Tools) just posted issue very similar to mine last week.
    Native Instruments (Reaktor) tech support says there is an issue with g4 Power Books and the CPU but they aren't sure what is causing it.
    Just a side note, On my G4 Desktop, All is well with QT6.5 and 10.3.9
    On my G5 desktop All is well with QT 7.0 and 10.4.1
    I am using G4 (Ti) Power Book that is almost 3 years old
    512 RAM
    1GZ CPU
    a M-Audio Firewire 1814
    a Lacie D2 160GB in the firewire800 port
    I really think this is a Quicktime bug. If any one has figured out anything or wants to dig into this further....... I wish there was an un-installer for QT7.0.3 so I could go back to 6.5.2 and all would be fine. Below is the crash report of the Audio MIDI set up
    Date/Time: 2005-10-25 16:41:44 -0400
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Audio MIDI Setup
    Path: /Applications/Utilities/Audio MIDI Setup.app/Contents/MacOS/Audio MIDI Setup
    Version: 2.0 (2.0)
    PID: 498
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x402a0000
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x924f8714 CFStringGetLength + 0x34
    1 com.apple.CoreFoundation 0x924fd1fc CFStringCompareWithOptions + 0x140
    2 com.apple.Foundation 0x90a27100 -[NSString compare:options:range:locale:] + 0x64
    3 com.apple.Foundation 0x90aa1974 -[NSString localizedCompare:] + 0x88
    4 com.apple.audio.AudioMIDISetup 0x0000af40 0x1000 + 0x9f40
    5 com.apple.audio.AudioMIDISetup 0x00009bbc 0x1000 + 0x8bbc
    6 com.apple.AppKit 0x92f32ea0 -[NSWindowController _windowDidLoad] + 0x144
    7 com.apple.AppKit 0x92f24e28 -[NSWindowController window] + 0x80
    8 com.apple.audio.AudioMIDISetup 0x00008e34 0x1000 + 0x7e34
    9 com.apple.audio.AudioMIDISetup 0x0000910c 0x1000 + 0x810c
    10 com.apple.Foundation 0x90a4b0f8 __NSFireMainThreadPerform + 0x108
    11 com.apple.CoreFoundation 0x92546558 __CFRunLoopPerformPerform + 0x88
    12 com.apple.CoreFoundation 0x924f5b90 __CFRunLoopDoSources0 + 0x1fc
    13 com.apple.CoreFoundation 0x924f3448 __CFRunLoopRun + 0x1b0
    14 com.apple.CoreFoundation 0x924f7d74 CFRunLoopRunSpecific + 0x148
    15 com.apple.HIToolbox 0x92886e10 RunCurrentEventLoopInMode + 0xac
    16 com.apple.HIToolbox 0x9288d4b4 ReceiveNextEventCommon + 0xf4
    17 com.apple.HIToolbox 0x928af638 BlockUntilNextEventMatchingListInMode + 0x60
    18 com.apple.AppKit 0x92e822ac _DPSNextEvent + 0x180
    19 com.apple.AppKit 0x92e98d2c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
    20 com.apple.AppKit 0x92ead0ac -[NSApplication run] + 0x21c
    21 com.apple.AppKit 0x92f697bc NSApplicationMain + 0x1d0
    22 com.apple.audio.AudioMIDISetup 0x000081fc 0x1000 + 0x71fc
    23 com.apple.audio.AudioMIDISetup 0x00008070 0x1000 + 0x7070
    Thread 1:
    0 libSystem.B.dylib 0x949018b8 machmsgtrap + 0x8
    1 libSystem.B.dylib 0x9490

    Thank you Kirk for your reply and the solution. I couldn't find the .smil format option under Sys Prefs/QuickTime/Advanced MIME Settings, but then I realized I didn't install Real Player after the OS X upgrade from 10.3.9 to 10.4.7. I installed Real Player and restarted the system. The speech file that was not working came alive with the Real Player icon intact.
    I really appreciate your help and I look forward to reading your book on QuickTime in the near future.
    Sincerely,
    Frank Kung
    PowerBook G4   Mac OS X (10.4.7)  

  • Conforming and Indexing Errors, Media Pending, Audio won't play in timeline

    I'm working on a desktop PC which is running Windows 7 Professional 64-bit and Adobe Premiere Pro (version CS5.5). It's currently utilizing a second gen. 3.4Ghz i7 2600 processor, 16GB of 1600Mhz RAM, 64GB solid-state drive and a ASUS P8Z68-V Intel Z68 Motherboard with onboard audio (Realtek ALC892 chipset) and onboard video. My problem is this:
    The conforming and indexing of all of my imported media never seems to finish regardless of how many times I reopen the project file and wait for it. On the lower right-hand portion of the screen, next to the conforming/indexing progress bar, is a little red "X". When clicked, it pops up with a list of errors that read: "An unexpected error occurred while performing a conform action on the following file...". As a result, my audio channels have no waveform and during playback there are no audible tones or levels. On some video clips there's just text that reads "Media Pending". This only appears to happen with project files that I saved on external hard drives, and I suspect it has something to do with the Media Cache Files folder and how Premiere Pro locates these conform/index files. I've also encountered this problem in CS3 and CS4.
    I have a few questions:
    1) How do I avoid error messages in regards to indexing and conforming
    2) How do you know when indexing/conforming has completed itself? (there doesn't seem to be a progress log or a list of commands/executions)
    3) Indexing and conforming appears to be an automatic process, but is there a way to do it manually?
    4) What's the best way to setup your media cache files when you click EDIT > PREFERENCES > MEDIA?
    5) If I have approximately 1 hour of footage, what's an average wait time for conforming/indexing? What about 5 hours of footage? 10?
    6) Adobe recommends not editing until the conforming and indexing has completed itself-- how important is this?
    7) Sometimes it appears as though the conforming and indexing has finished, but then I still have problems with playback. Do I have to reopen the project for it to continue with the conforming/indexing progress? I've already determined that the video file I'm working with is intact and free of any corruption.
    I'm fine with having to wait for a project to conform and index, but it never seems to complete itself! Any help regarding this matter would be greatly appreciated.

    Harm filled in pretty much all the salient details, but I'll do another pass here.
    1) How do I avoid error messages in regards to indexing and conforming
    Two parts here.  One, conforming only happens for certain media files, ie the ones where performance is critical and we can't depend on extracting the audio fast enough for realtime playback.  That's basically anything in an .mpeg wrapper, or AVCHD material.  So if you edit XDCAM HD/EX or P2, or RED, or even AVIs or QT, those formats don't require audio conforming.
    If you're stuck editing AVCHD or MPEG2, then it needs to conform.  But, that being said, you shouldn't be getting errors in the first place. I think it's related to your external drives.  More below...
    2) How do you know when indexing/conforming has completed itself? (there doesn't seem to be a progress log or a list of commands/executions)
    Nope, you have a progress status bar indicating which file it's working on.  If there's an error, it shows up in the events panel.
    3) Indexing and conforming appears to be an automatic process, but is there a way to do it manually?
    No.
    4) What's the best way to setup your media cache files when you click EDIT > PREFERENCES > MEDIA?
    While some people like having the check box for having the conform files beside the media, I hate it.  Yes, it means that if you move the project to a different system & reopen, it means that you potentially can avoid recreating CFA files, but I find the drive littering not worth it.  I much prefer having setting the Media prefs to point to a specific media drive.  Usually a raid, if available.  Definitely not an external drive that you disconnect & walk away with.  If you don't have a permanent raid on your system, then preferably a dedicated internal drive for media (think along the lines as your Photoshop 'scratch disk').  Failing that, leave it on your C: drive, although with a 64 Gig SSD, you probably don't have much room for transient temporaries.
    5) If I have approximately 1 hour of footage, what's an average wait time for conforming/indexing? What about 5 hours of footage? 10?
    Like Harm said.  Totally dependant on the media container & the speed of your drive i/o.  The conforming is iterating through the entire file & pulling audio data, so it's not CPU intensive, it's all i/o.
    6) Adobe recommends not editing until the conforming and indexing has completed itself-- how important is this?
    If you're trying to play/scrub while conforming, it's going to be pokey.  Esp. if you're trying to access the file that's actively being conformd.  As I just said, we're hitting the files for all the audio.  The i/o is being saturated already, so unless you have a stellar raid, you don't have much headroom.
    7) Sometimes it appears as though the conforming and indexing has finished, but then I still have problems with playback. Do I have to reopen the project for it to continue with the conforming/indexing progress? I've already determined that the video file I'm working with is intact and free of any corruption.
    You should be good to go.  Sounds like there's something else at play here.
    Okay, back to what I think is wrong:  you don't mention what kind of external drives you're using.  You're making a bad assumption that blowing away conformed files & doing a reconform is buggy - I doubt it, as that's the same process that happened when you initially brought in the files.  I've blown away my media cache folder multiple times and have never seen failures on reconform.  So it's got to be one of two things:  either a read error from the source when attempting to pull the audio, or a write error to the destination.  Now I don't know where you currently are pointing the media cache directory, or what your source drive is, so I can only speculate.
    My suggestion is to do some elimination.   Copy one of the files that failed on you to your C drive, & target your media cache directory also to C:.  Pick a new project, import your copied file, confirm that it conforms correctly & behaves.   Then, try to use the same clip from your external drive, keeping the media cache to C:.  If that's still good, then try targeting another (local/internal) drive as your media cache target; close/restart, then import the clip from C:, and then import the clip from your external drive.  This troubleshooting should give us something.
    PS, if you're trying to edit from external USB drives, good luck.  I find it a major PITA that I avoid as much as possible.  Firewire isn't much better.  I know some people do it successfully, but I think it's a road fraught with peril.  These devices are generally not designed for heavy duty I/O and a flaky connection or drive is nothing but pain.
    Cheers

  • Yosemite Bugs, Bluetooth and Audio

    MacBook Retina Early 2013.      Bluetooth does not connect to any devices, Apple phone, iPad. and audio output has stopped working since Yosemite update.   I am desperate for solutions.  Can anyone help.  How can Apple launch a new update with some many bugs.  It is a disgrace.

    Using Windows Update will cause untold grief, especially for drivers. I have the same hardware and W8.1 64-bit (not Pro). The BC drivers work without any issues.

  • Upgraded to mac os x maverick 10.9.1. Any suggestions on how to fix problems with audio and video bugs?

    Having problems with video and audio delays for mac ox x maverick 10.9. Are there any ways to fix this?

    I also noticed that if I wiggle my mouse around while I watch video streams the video&audio is significantly smoothier.

  • Pausing swfs and audio in a browser when the tab is out of focus

    I'm trying to code my flash file so that the html will pause all swfs AND audio when the tab is out of foucs.  I found this code on http://frontenddeveloper.net/wiki/index.php?title=JavaScript_and_VBScript_Injection_in_Act ionScript_3 and it works,but not completely. It only pauses the movie clips that are in the Flash file and not any that are exteranlly loaded with audio included.
    How can I adjust it to pause the externally loaded swfs that are loaded to a mc within my main movie clip and the audio OR what should I use in place of this code?  Someone mentioned on a different post that I needed to use a window.onblur funcition, but they didn't give details.
    import flash.display.MovieClip;
    import flash.utils.setTimeout;
    // This is a more "safe than sorry" setting, since multiple domains
    // have entry into my site. Can be removed or hardcoded if you feel
    // secure or insecure, as you see fit.
    flash.system.Security.allowDomain("*");
    // Throw any errors around to make sure somebody actually gets them.
    ExternalInterface.marshallExceptions = true;
    // This is not the most ideal way to toggle animations on and off, but
    // it's thorough, generic, and simple. Iterate all movieclips within
    // clip, shutting them down each in turn. A better, but much more tedious
    // method would be to target specific clips using dotpath notation, telling
    // each in turn to turn off or on depending on what we need.
    // BUT this is just a demo, and what we're really interested in is the
    // event-handling mechanism that actually calls this routine, and not the
    // routine itself.
    function toggleAllClips(doAnim, clip) {
    if ( clip is MovieClip) {
      if (doAnim) {
       clip.play();
      } else {
       clip.stop();
      for (var i = 0; i<clip.numChildren; i++) {
       toggleAllClips(doAnim, clip.getChildAt(i));
    function animOn(e:*=null) {
    toggleAllClips(true, this.mainMC);
    function animOff(e:*=null) {
    toggleAllClips(false, this.mainMC);
    function injectPrep(e:*=null) {
    try {
      ExternalInterface.addCallback("jsanimOn", animOn);
      ExternalInterface.addCallback("jsanimOff", animOff);
    } catch (e) {
      trace(e);
    function injectListeners(e:*=null) {
    try {
      // Object/Embed ID of this movie needs to be inserted into the
      // JavaScript before we actually wrap and send it to the browser:
      var jsfix=js.toString().replace(/xxx/g, ExternalInterface.objectID);
      ExternalInterface.call(jsfix);
    } catch (e) {
      trace(e);
    // Using timeouts ensures the movie is actually done loading before
    // these fire, helping compatibility for a few browser versions.
    setTimeout(injectPrep,0);
    setTimeout(injectListeners,100);
    JAVASCRIPTS
    JavaScript needs to be wrapped in a tag, a cdata, and a closure
    function in order to be wrapped up and sent to the browser.
    Note that an ActionScript function will replace all instances
    of "xxx" with the actual ID used for this SWF.
    We're battling some major bugs and crossbrowser idiosyncrasies
    here:
    1) In Internet Explorer the 'onblur' event is implemented
        incorrectly (as opposed to Firefox/Mozilla browsers). It is
        wrongly fired when focus is switched between HTML elements
        *inside* a window. As a result, we have to use onfocusout
        instead of onblur, and keep track of which element is active.
        If we focusout and the active element is not the previous
        active element, then we haven't actually "blurred" and dont
        want to trigger Flash.
    2) Firefox has problems interpreting both getElementById and
        document["swf"] when dealing with "twicebaked" object/embeds.
        Adobe's method of finding the swf fails to address the fact
        that document["swf"] sometimes returns an array in this
        situation rather than an object ref, and getElementById
        sometimes confuses name and id.
    3) When a window is created in Firefox, it doesn't actually have
        "focus" (event though it appears to) and therefore won't "blur"
        unless you actually click in it first, i.e if you open up a
        window, then immediately send it to the background, it never
        gets the command to halt the flash. So we have to explicitly
        focus the blasted thing to get it to work properly.
    4) Because of irregularities caused by Ajax, the way browsers shut
        down, and other factors, there's a good chance our swf won't
        be there when a blur (or focusout) event occurs. Therefore we
        need an explicit check within the event handler itself.
    5) Finally, we want to wrap everything inside a wrapper-closure
        function, to keep everything safe from being stepped on. Lucky
        us, we have to do this anyways to get everything to fit inside
        a single ExternalInterface.call event.
    var js:XML = <script><![CDATA[
    ( function() {
      var active_element; // tracker for ie fix;
      var bIsMSIE = false;
      // Modified version of Adobe's code resolves a bug in FF:
      function getSWF(movieName) {
        if (navigator.appName.indexOf("Microsoft") != -1) {
          return window[movieName];
        } else {
          // Resolves a bug in FF where an array is sometimes returned instead of a
          // single object when using a nested Object/Embed.
          if(document[movieName].length != undefined){
            return document[movieName][1];
          return document[movieName];
      // Need to check for swf each time we try this because the swf may actually be gone
      // because of ajax or a window closure event. Prevents error dialog from popping up.
      // Future release should check for this condition and then remove the calling event
      // so it doesn't keep triggering.
      function animOff(){
        if (bIsMSIE && (active_element != document.activeElement)) {
          active_element = document.activeElement;
        } else {
          var logoThang = getSWF("xxx");
          if(logoThang){logoThang.jsanimOff();}
      function animOn(){
        if (bIsMSIE && (active_element != document.activeElement)) {
          active_element = document.activeElement;
        } else {
          var logoThang = getSWF("xxx");
          if(logoThang){logoThang.jsanimOn();}
      // Add the listeners. Hear ye, here ye.
      if (typeof window.addEventListener !== "undefined") {
        // Firefox, Mozilla, et al.
        window.addEventListener("blur", animOff, false);
        window.addEventListener("focus", animOn, false);
      } else if (typeof window.attachEvent !== "undefined") {
        // Internet Explorer
        bIsMSIE = true;
        window.attachEvent("onfocus", animOn);
    // Another bug: window.onblur ALWAYS fires in IE, so
    // we have to keep track of what we're clicking using
    // another method:
    active_element = document.activeElement;
    document.attachEvent("onfocusout", animOff);
      // Necessary to trigger toggling in FF if the page hasn't actually been clicked in and the page
      // is sent to the background. Can be commented out if necessary, e.g. if you don't want the page
      // popping to the top or want focus to remain somewhere else like a form field.
      window.focus();
    ]]></script>;

    I added this code and it removes the externally loaded swfs.  I don't want that, I want them to pause and then resume when the tab is back in foucs.  Also, the main code restarts the main movie clip upon refocusing too.
    Added code:
    function toggleAllLoaders(doAnim, loader) {
    if ( loader is Loader) {
      if (doAnim) {
       loader.play();
      } else {
       loader.stop();
      for (var i = 0; i<loader.numChildren; i++) {
       toggleAllLoaders(doAnim, loader.getChildAt(i));
    I added the new function to all of the places that had the "toggleAllClips" function.

  • ITunes 11.02 update - video and audio no longer working

    I updated to iTunes 11.02 last night.
    Now, I can't play any video or any audio files, whether using iTunes or Quicktime. Even online Vimeo and YouTube content won't play. Clicking the play button does nothing - the movie or song's progress indicator doesn't move.
    In Sytem Preferences > Sound: I get the following message for  input and output devices "No input device found" and "No output device found"
    There doesn't seem to be a way to check if the graphics card is recognised but it's still showing up in the system profiler.
    Looks like the iTunes update has completely nixed my laptop's video and audio capabilities. Does anyone have any recommendations?

    I do a lot of SONY HRD FX1 native 1080i HDV capture with Final Cut Pro 5 on my PowerBook 1.3 GHz G4..
    Before Apple started supporting HDV, getting the audio and video lined up was such a nightmare that it wasn't even worth working on projects.
    My material works great inside FCP 5, but I have had similar problems to what you describe when making the DVDs
    However, I use DVD Studio Pro and was able to move the audio relative to the video slightly to get the most important parts to line up. However if your audio and video clips aren't the same length then you will have variable slippage for long clips.
    I have been using MPEG Power Professional (Heuris Inc) to do my MPEG2 video encodes as well as my audio encodes and I haven't had the problem lately.

  • Video and audio skipping in PowerDVD 8

    Hi,
    I have an issue when I try to play DVD's in PowerDVD 8. Exactly every 5 seconds the video and audio skip, or jump/become choppy and I cannot watch a movie. I have been researching and trying to figure out what is happening but have no idea. Could it be the X-fi I have installed the latest beta drivers to no avail.
    Anybody have this problem or have any ideas on how to fix it's I have updated all drivers/firmware for everything and still can't make it go, sigh.
    I have the following specs:
    Intel x38BT mobo
    X-Fi Fatalitly champ.
    4GB DDR3 RAM
    9800 GTX
    ASUS 8x dvd-rom
    E8500 CPU
    Win Vista 32-bit
    Thanks

    Try this utility:
    http://www.thesycon.de/eng/latency_check.shtml
    and post results.
    Gigabyte Boards at least with x48 chipset have an audio latency bug that is only fixed via a beta bios update. I have no idea if this also might affect your board...

  • Does the HDMI cable carry both video and audio? U

    Does the HDMI cable carry both video and audio?
    If so what is the purpose of the separate optical audio connection?
    Just a little confusion setting the Apple TV Up with my AV receiver.
    TIA.

    You would use both HDMI and optical by connecting the former to a TV and the latter to a receiver that doesn't have an HDMI input so that you could play the audio through your stereo system.
    You can use the HDMI alone, typically directly to the TV or through an A/V receiver, as HDMI does carry both video and sound.
    For the year prior to the disastrous 4.4 updates a couple of weeks ago, you could use optical alone to add AirPlay music capabilities to your stereo system, so that you could stream music from iTunes and devices like the Touch and iPhone to your stereo. The 4.4 update broke that capability, requiring the use of HDMI for no reason. Lots and lots of people have been complaining about that bug, as it effectively bricks the Apple TV for anyone who bought it for this purpose but can't use the HDMI connection.

  • IPhone 4: Since iOS5 Bluetooth issues when connected to car hands free and audio system

    Hi @ all,
    this discussion is either a kind of "warning" for those who hadn't yet updated to iOS 5 and a beg to Apple for fixing the issue:
    Obviously the iOS 5 does have some problems with VW and Ford (germany) modells equipped with handsfree and audio systems (googling a little bit resulted in many, many complaints in german discussion forums about it). Unfortunatelly I'm facing these problems now too:
    Issue 1:
    When the iPhone is connected to the audio-system of the car via Bluetooth, the Audio Slider on the iPhone doesn't work any longer. The only thing that it is capable to do is, if you slide it completely to the left, which results in switching the audio completely off.
    Issues 2 (much more annoying):
    When the iPhone is connected to the handsfree system of the car, the ringtone volume is obviously set to "off" or at least "extreme low". This doesn't harm when using the phone with the handsfree since the ringtone still is coming from the cars loudspeakers. But as soon as you leave the car and the bluetooth connection is disconnected, the ringtone audio on the iPhone is STILL set to "off". Means: Each time, when you leave your car, you have to increase the ringtone volume manually.
    Issue 1 is more a "not nice" or a "OK, it's first release" bug. But issue 2 would have been a reason for me to wait for upgrading to iOS 5, since I'm using my iPhone as a business tool and am quite frequent on travel.
    To verify that I hadn't had a bug when upgrading for the first time my iPhone, I completely set my phone back to factory default, put it in maintenance mode and re-flashed it completely anew using iTunes. I only performed minimal setup to make sure, nothing else could cause this. The issue still remained, therefore it was clear to me, it is iOS 5. I never had any of these issues with iOS 3 und 4. A probable "workaround" would be a downgrade, but this doesn't work, as known, either.
    @ Apple Engineering: Please fix this as soon as possible!
    Cheers,
    Frank

    Good question... I haven't found a "reliable" way of sending constructive(!) Feedback to those at Apple who really care. I remember the beginning days of Mac OS X, when the reply-link was even on top of the dock.
    Maybe I'm just not aware of working feedback channels, I only can hope that some of Apple's people with "influence" read statements like this...
    Cheers,
    Frank

  • Audio bug with WAV files: use mp3, not wav for syncing long audio files

    Just a tip:
    I've noticed another audio bug in Presenter (including 7.05) but there is a workaround. I often export the audio as a single, long clip from pre-recorded lecture videos, and sync it with the powerpoint slides in Presenter. I've found it easiest to import the long audio file into the first slide, then sync using the Edit Audio window. I find that much easier to use than the Sync audio window.
    However, If you use WAV format for the imported audio file, sometimes Presenter will simply refuse to play back anything beyond about 5 minutes into the timeline in the Edit Audio window. Nothing fixes it - restarting, re-importing, etc. However the problem goes away if you save the audio as mp3.
    Ellen
    http://thedesignspace.net

    Why did you post this in the LiveType forum?
    I would recommending posting your question in the Final Cut Pro forum.
    Have you tried trashing your preferences?
    Anyways... here is a thread with a similar problem:
    http://discussions.apple.com/thread.jspa?threadID=656515

Maybe you are looking for

  • Print on client machine

    Hi, I deployed my web application on linux machine.I have a print action to be performed.So the print function is in the web application. The print function gets called an the print job is done at the default printer on linux machine. But i need the

  • Open items (installments) list??

    Hello, I need to know if there are any reports/list output for getting the open items (installments). If there are tables where you can get some kind of flag mentioning that certain items are open or cleared? We have Accounts Display (FPL9), we need

  • Javascript in flash throwing IE pop up error

    Im trying to open a new window in my browser from my swf file. In my swf file i have this basic code: on (press) { getURL("javascript:NewWindow('/OutsideLinkWarning.cfm?ButtonText=Continue&LinkTo=http://ho me.clarkeamerican.com/www/reorder.cfm', 'Ter

  • I can't get my Airport Express(es) to be recognized

    Okay, very old Express units (probably 8 years old if memory serves) but were working just fine until I switched things around in my router/network.  So I try and install the software to find the unit and it won't run on Windows 8 nor my MacBook Air

  • Oracle and MS sql

    hi Is it possible to create a trigger in oracle so that when a row is inserted in a table it execute a stored procedure in MS sql server? Thanks