Has anyone encountered this problem using auto sync?

I am importing Canon 7D video files (1920X1080 at 30fps) and double system audio (.WAV files from a Nagra LB recorder).  I can drag any of the video clips into the project timeline to confirm it's size and framerate. When I use the Synchronize Clip command to combine audio and video, however, the resulting synchronized clip shows up in the project timeline as a 720p clip at 23.98 FPS. 

Synchronize clip is definitaley problematic in this version of FCPX, anyway you might want to give this approach a go.
First transcode your native 5D, 7D or 550D files from h.264 to ProRes 422 before importing into FCPX. You can use either compressor or MPEG Streamclip to do this.
Now import your media and only attemp to sync only 1x clip and your H4n audio at a time. Every time I've tried syncing more than one clip, FCPX stacks them on top of each other. I think they should have taken some PluralEyes on this one ;)
I plan to write up a detailed step by step early next week explaining the bugs and workarounds I've found.

Similar Messages

  • I created a website with iWeb but use GoDady for hosting it rather than MobileMe. The images on my Gallery page do not show at all on the external domain but they DO show when seen on MobileMe. Has anyone encountered this problem before? Many thanks!

    Hello al!
    I created a website with iWeb but use GoDady for hosting it rather than MobileMe. The images on my Gallery page do not show at all on the external domain but they DO show when seen on MobileMe. Has anyone encountered this problem before? Many thanks!

    Just create a new page (or use the existing photo page) on your external site and use html to add an iframe sized to the page and link it to the mobilme gallery page. Works for me just fine when showing my gallery from a yahoo site.
    like this
    <iframe scrolling="off" allowTransparency="true" frameborder="0" scrolling="yes" style="width:100%;height:100%;border:none" src="http://gallery.me.com/your_account_name"></iframe>

  • I am unable to send to an address that I have been using for a long time. All aspects have been investigated but with no solution ,has anyone encountered this problem before?

    I am unable to send to an address that I have been using for a long time. All aspects have been investigated but with no solution ,has anyone encountered this problem before?

    Hi Eric,
    The message seems to totally disappear. It is going to an AOL customer in UK. I changed their address to start with a lowercase letter & the message was returned to me by AOL as undeliverable, I then changed the first letter of the address beck to upper case, the same I have been using for years, but again it disappeared.
    I appreciate any help you can give me. Tks Gord.

  • TS3694 I am getting a message that says, " The iPad could not be restored. An unknown error occurred (24).  Has anyone encountered this problem?

    Has anyone encountered this problem.  I am desperate!

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
     Cheers, Tom

  • I getting no sound out of the USB connection in my car from my new iPod Classic. Has anyone encountered this problem?

    I getting no sound out of the USB connection in my cars from my new iPod classic. The song name artist display on the console in the car but no audio. This is happening on 2 cars - Nissan Rogue and Acura TL. My older iPod classic played fine in these cars. Has anyone encountered this issue?  

    I have a similar problem with a 160 gb Classic, about 5 years old - if I move the plug one channel may be heard and tehn the other. The interface works but not the sound. Different ipods eg nano work perfectly.
    The two cars I have are an Audi and a BMW and both have manufacturer connectors

  • Activesync of mail and calendar fails. Error message says connection with server is successful. Incorrect version accessed. Has anyone encountered this problem and figured out cause or solution?

    Wireless connection through Versamail using Exchange Active Sync.
    Post relates to: Treo 650 (Sprint)

    I am having the exact same issue. I am running Windows Server 2003 SBS Premium with Exchange 2003 SP1 and the subsequent KB update installed.
    I am currently thinking that this is related to the fact that I have issued my own SSL certificate for the site. I haven't been able to find a way to install a custom Certificate Authority to be trusted.
    http://www.palmone.com/us/products/smartphones/treo650/activesync-faqs.epl says that "Companies that require the use of custom-made or SSL certificates signed by a trusted authority may have trouble using palmOne’s implementation of Exchange ActiveSync." Has anyone who issues their own certs gotten Exchange Activesync to work properly? murph2 - Have you issued your own certificates?

  • HT1338 what is unknown error -42408 has anyone encountered this problem?

    i tried downloading the newer version of itunes after 10.6.8 so i could sync my new iphone 5 but the iphone wont register on the itunes. now itues is saying this unkmown error has occured, can anyone help?

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Check for hardware issues
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the alert when you update or restore, contact Apple support.
    Common errors: 1, 10-47, 1002, 1011, 1012, 1014, 1000-1020.
     Cheers, Tom

  • Has anyone encountered this when using xpath

    I have run into a problem with part of my code ie. where I use XPath. For some reason its returning the portion of the node tree from where I make my request. eg.
    Document dom = createDomFromXML(notificationXML);
    String notificationBatchXPath =      notifications/notification[@name='BATCH_NOTIFICATION'];
    //notifications/notification[@name='BATCH_NOTIFICATION']
    Node nodeBatch = XPathAPI.selectSingleNode((Node)dom, notificationBatchXPath);
    where notificationXML is notifications.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <notifications>
    <notification name='BATCH_NOTIFICATION'>
    <columns>
    <column>field_id</column>
    <column>old_value</column>
    <column>new_value</column>
    </columns>
    </notification>
    <notification name='NEXT_WORKFLOW'>
    <columns>
    <column>field_id</column>
    <column>old_value</column>
    </columns>
    </notification>
    <notification name='HISTORY_WORKFLOW'>
    <columns>
    <column>field_id</column>
    </columns>
    </notification>
    </notifications>
    so in this request I would expect
    <columns>
    <column>field_id</column>
    <column>old_value</column>
    <column>new_value</column>
    </columns>
    but I get
    <columns>
    <column>field_id</column>
    <column>old_value</column>
    <column>new_value</column>
    </columns>
    <columns>
    <column>field_id</column>
    <column>old_value</column>
    </columns>
    <columns>
    <column>field_id</column>
    </columns>

    I realized my mistake when I added the code in bold it worked properly.
    Im not sure if this the most appropriate way to handle the situation though.
    private void selectTextNodes(Node node, Vector vector)
              throws IOException
        if(node.hasChildNodes())
            Node firstChild = node.getFirstChild();
         if(firstChild.getNodeType() == Node.TEXT_NODE)
            String text = (firstChild.getNodeValue() == null ? "" :
                              firstChild.getNodeValue().trim());
            if(text.length() > 0)
               vector.add(text);
         selectTextNodes(firstChild, vector);
        Node nextNode = node.getNextSibling();if(nextNode != null && !nextNode.hasAttributes())
          if(Node.TEXT_NODE == nextNode.getNodeType())
                String text = (nextNode.getNodeValue() == null ? "" :
                                      nextNode.getNodeValue().trim());
                if(text.length() > 0)
                     vector.add(text);
          selectTextNodes(nextNode, vector);
    }

  • Has anyone encountered this problem ?

    hi ,
    i have used the tranpose funtion that uses stringaggtype written by either Scott or tom Ktye
    my data is as follows :
    ID     OP     RD     IDS     M_SI     Ma_VAL     Mi_VAL     idx     NVALUE
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     1     2868.44
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     2     2836.32
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     3     2836.05
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     4     2816.53
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     5     2829.23
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     6     2789.23
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     7     2813.42
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     8     2825.63
    1123r     gfrr     10/10/2006 19:15     1124t     9     2868.44     2789.23     9     2798.73i did a tranpose using :
    select a.po , a.rd , a.ids ,           
    tranposefn(a.nvalue)  siteval          
    from bt_111 a          
    group by a.id, a.op , a.rd , a.pids           
    order by  a.id, a.op , a.rd , a.pids           and results :
    gfrr     10/10/2006 19:15     1124t     2868.44,2836.32,2836.05,2829.23,2813.42,2798.73,2825.63,2789.23,2816.53notice that the 4th value 2816.53 becomes the last after transposing
    and i tried to transpose by each row until the last row i.e 9
    test1 :
    select a.po , a.rd , a.ids ,
    tranposefn(a.nvalue)  siteval
    from bt_111 a
    where rownum <= 1 - 9
    group by a.id, a.op , a.rd , a.pids
    order by  a.id, a.op , a.rd , a.pids from test1 when i did it for rownum <= 4 the results is still ok
    but when i did it for rownum <=5 , my 4th values will become the fifth and that 4th value keeps becoming the last value afterwards
    i do not believe it's something to do with the transpose function but how does Oracle order the records ??
    pls help
    tks & rdgs

    Possibly it may work for simplistic GROUP BY. See counter case however...
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> SELECT CONCAT_ALL (CONCAT_EXPR (productnumber, ',')) aggregate
      2  FROM  (SELECT DISTINCT SUBSTR (productnumber, 1, 2) productnumber
      3         FROM   prdspc
      4         WHERE  productnumber NOT LIKE 'FB%'
      5         ORDER BY SUBSTR (productnumber, 1, 2));
    AGGREGATE
    CO,ED,ER,HA,LG,LO,MO,NO,PA,PC,PR,SA,SI,VI,VK
    SQL> SELECT productspctypeid,
      2         CONCAT_ALL (CONCAT_EXPR (productnumber, ',')) aggregate
      3  FROM  (SELECT DISTINCT productspctypeid,
      4                SUBSTR (productnumber, 1, 2) productnumber
      5         FROM   prdspc
      6         WHERE  productnumber NOT LIKE 'FB%'
      7         ORDER BY SUBSTR (productnumber, 1, 2))
      8  GROUP BY productspctypeid;
    PRODUCTSPCTYPEID AGGREGATE
                   2 ER,LG,LO,NO,SA,SI,VK,MO
                3069 VI
                3120 HA
                3292 PC,VI
                3505 ER,LO,VK,SI,SA,NO,MO,LG
                3523 ER,LG,NO,SA,MO,LO,SI,VK
                4011 PA
                4012 PR
                4013 PA
                4014 PA
                4043 PA
                4047 ED
                4048 CO
    13 rows selected.
    SQL>

  • My ipod touch will not sync.  I get an unknown error code 13109.  Has anyone encountered this issue?

    My ipod touch will not sync on my computer.  I get an unknown error (13109).  It appears to be syncing but this message comes up.  Has anyone encountered this problem?

    Start here:
    iTunes: Error 13019 during sync

  • HT3275 Has anyone encountered this message on their time capsule/machine? Time Machine couldn't complete the backup because the backup disk image"/Volumes/Patti's Time Capsule/Patti's MacBook Pro.sparsebundle" is already in use"?

    Has anyone encountered this message on their time capsule/machine? Time Machine couldn't complete the backup because the backup disk image"/Volumes/Patti's Time Capsule/Patti's MacBook Pro.sparsebundle" is already in use"?

    If you reboot the computer it should fix the problem. Also see the first link under More Like This to the right of this page:
    I am received an error on my Time Capsule   which states the backup disk image  "Volumes/Data/MacBook Pro. sparse bundle? is already in use.  so time machine couldn't complete the backup to time capsule - any suggestion

  • My ipod Nano generation 7 shuts down unexpectedly while using the NIKE  app, has anyone experienced this problem?

    My ipod Nano generation 7 shuts down unexpectedly while using the NIKE  app, has anyone experienced this problem?

    This is not a problem I have only had with 7th gen. iPod.  I have had this problem with the 5th gen.  It goes back a few years.  Nike and Apple are aware of this.  Nothing has been done.  It appears that when the iPod voice commences (whether to update you on the status of your run) and you touch a button to prompt a mileage update or song change yourself (or even brush the device wrong when taking off a jacket), the operating system overloads and cannot sort it out.  It then shuts down and reboots.  Your mileage is lost.  So sorry.  Have a nice day.
    Love the other aspects of running with a nano (small and light weight).  I can keep it high and dry and out of the way.  Like the software.  Use it almost everyday.  Hate the unknown dropped runs.  I have logged over 2,000 miles with these devices.  Today I lost another 3 miles - probably the 30-40th time it has happened.  Frustration is somewhere between time for another device to time for another system - Map My Run indeed!
    This probably occurs with my iPod once or twice a month.  Went to the Apple Store - three times.  The first time was maybe two years ago and they first tried some magic dust and then on the second visit, they swapped out my nano - it was a bit flimsy.  The problem returned.  I then upgraded.  The problem returned.  The third time they did a reset and it seemed to help.  Then, it returned.  But to download an older software version, verify the fidelity of the UBS cable, jump from computer to computer, make a trip to the Apple store, and perform so many two steps on one leg just to get what we paid for seems . . .  well, lame.  And, Apple told us the thingy would work using all the different computers and software (Vista, Nike, etc. etc.).   
    Oh, one other thing.  The Apple Store told me to complain to Nike.  Nike said their software is fine.  This is like dealing with General Motors or the government - but, worse.  Not my problem man.  See the guy over there.  Got it.
    I note that no one from Apple is jumping in the chain here with a fix.  So much for customer exuberance.  Generally like Apple.  We have about 20 Apple devices in our family (desktops, portables, phones, pods, tablets) and are lining up for the watches . . .  but, maybe Apple is an idea who time has come and gone, . . . like the wind. 

  • My iPod 5th generation charger doesn't work but it says it's charging. When I use another person'a charger, the iPod charges fine. Has anyone had this problem?

    My iPod 5th generation, The charger doesn't work but it says it's charging. When I use another person's charger, the iPod charges fine. Has anyone had this problem?

    Yes, the Lightning cables do fail sometimes. They are covered by the same one-year warranty as the iPod
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • My MacBook can find my wifi says it has perfect signal and it's connected. But there is no internet and I've have had this same problem at my house my friends and wifi source I use. Has anyone had this problem or can help me with this thanks

    i have a MacBook pro. I'm trying to connect my Mac through wifi at my house, it shows my router says it's connected with full signal yet I have no internet. So I thought I would try it at my friends house but I had the same problem. the Internet connection and wifi were on, as our iPhones were working through wifi. And my friends Mac works via wifi at my house. Just mine dosnt has anyone had this problem or can help me with this problem thanks.

    Try this.
        Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204

  • HT6147 Problems after updating iPad2 with iOS7.0.6. Has anyone had this problem?

    Problems after updating iPad2 with iOS7.0.6. Has anyone had this problem? I lost my notes, calendar, songs, games+ more. I've tried everything to restore these, but it won't let me. HELP!!!!'

    Restore from iCloud Backup
    1. Settings>General>Reset>Erase all content and settings
    2. Tap Erase
    3. You'll see Apple logo and progress bar
    4. Hello
    5. Slide to set up
    6. Set language
    7. Set country
    8. Choose Wi-Fi network; enter Wi-Fi password
    9. (a) Use Location Service (b) Don't Use Location Service
    10. Select option
    11. (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    12. Selected Restore from iCloud Backup
    13. Enter password for iCloud
    14. Agree to Terms and Conditions
    15. Setup Apple ID
    16. Select backup
    17. Restoring from iCloud
    18. Hello
    19. Restore Completed. Your iPad was restored successfully. There are just a few more steps to follow and then you're done!
    20. Continue
    21. Finish setting iCloud enter Password
    22. Updating iCloud settings
    23. Create a Passcode
    24. Welcome to iPad
    25. Get Started
    26. Restoring Apps and Media
    27. Enter Apple ID and Password
    28. Notice: Restore Incomplete, some items could not be downloaded from the Store. If they are on your computer, you can restore them by syncing with iTune
    29. Connect iPad to iTune to sync with computer
    30. Sync Music, Videos and Album Artwork

Maybe you are looking for

  • AnyConnect won't download to client PC

    I have an ASA5510 ver 8.2(1)1 I have configured two anyconnect VPNS. I have enabled both clientless and svc mode on both. The clientless works. They can conenct to the webpage and access plugins and access hosts on the internal network. however the s

  • 2 Way mirror via Storage Spaces using 2xJBODS

    Looking to setup 2xJBODS connected to a cluster File Servers & use 2-WAY mirror for the pool. Its clear that w. a 2way mirror that it can only handle 2 drives failing before seeing data loss but is that 2 drives between both JBODS or is that 2 driver

  • N70 firmware-update - doesnt continue "searching f...

    Hi everybody I have trouble updating the firmware. I installed everything as I was supposed to and connected the nokia n70 with the computer via USB. PC Suite recognized the phone and i clicked the button to update the firmware. in the upcoming windo

  • Keine Titelvorlagen in Premiere Pro CC 2014

    Hallo, wenn man in Premiere Pro CC 2014 auf Titel > Titelvorlagen geht ist da gähnende Leere. Es gibt im Netz eine Anleitung etwas aus dem CS6 Umfeld zu installieren. Funktioniert aber nicht. Gibt es eine andere Lösung ? Kommt noch was von Adobe ? Gr

  • Oracle database application table connector no logs

    How do I enable the loggin level to DEBUG for Database Application table (9.0.4.1 with patch p7306669_90410_Generic ) I am using JBOSS403SP1 I have set this <category name="ADAPTER.DBADAPTERLOGGER"><priority value="DEBUG" /></category> int the log4j.