FCP 7 - XML - FCP X, audio missing in transfer?

Using 7toX for Final Cut Pro ... two issues:
1.  I export and XML from FCP 7.  I use 7toX to convert it and import it into FCP X.  Does a great job.  But I notice that 'some' of the clips on a given timeline (project) are missing their audio.  If I 'Find in Browser' and 'replace' the clip on the timeline with the clip from the Browser I get my audio.  It's a bit of a laborious process.  So the FCP 7 to FCP X is working fine in terms of the actual clips themselves, but the 'sequence' or 'project' being translated over, the audio is missing on random clips.
Maybe it's the clips that I had a slight sound adjustment on, I'm checking.  But still, it would be nice to know how to export the XML properly so as not to have issues.
2.  I have the audio dipping behind the voice-over in the original FCP 7 sequence.  When I import the sequence into FCP X I can still HEAR the dip, but I can't see any keyframes to adjust.  I'm wondering what the protocol is here ...
All ears,
Ben

Thank you Tom, it was the next step on my list.
But while I've got your attention, maybe I could ask: where does FCPX store it's effects plug-ins?  I'm wanting to see if any of my older 3rd party plug-ins might work in FCPX.

Similar Messages

  • How to send FCP edited audio clips for processing in Soundtrack?

    Hello
    How do I send just the edited audio clips from hour long files to be processed in Soundtrack from Final Cut?
    I need help as I'm trying to adjust some edited audio clips in Soundtrack Pro but when I send them from FCP to Soundtrack - it opens the whole original audio file and then any adjustments I apply in Soundtrack are being processed over the whole audio file not just the short edited audio clip that I want to adjust.
    Normally I don't mind as my scenes are usually short and Soundtrack analysis over the whole scenes audio is usually desirable, but this projects files have been transfered from tapes as hour long AVI files (all the tapes clips transfered into one hour long files) and every FCP edited audio clip I send is being treated as an hour long audio file in Soundtrack.
    I'm sure there's a simple answer for settings but I haven't been able to find it.  Any advice appreciated.
    Barra

    Thanks Javi, my sequence is an hour and half duration so what I'm trying to do is save processing time in Soundtrack by just processing adjustments on the few audio clips that need processing.
    I have set Soundtrack to open referenced audio only and with 5 sec in and out handles, but it still imports the whole original audio file into Soundtrack timeline upto the selected clip, I then double click in Soundtrack on the clip in brackets, and it then selects just the audio clip I want to adjust, then Soundtrack will just process on the edited clip but when I 'render to action' it seems to apply changes to whole original audio file - taking longer than I want.... frustrating
    Also the sound always sounds very different in FCP than Soundtrack even after 'rendering to action' and rendering in FCP... this is not the easy workflow I expect from such expensive software programs, I understood that they work together in a fully integrated way, what's the problem! This is wasting my precious time and preventing me from editing not helping me, this is a common problem and yet I can find no help in the user manual - I'm not impressed!

  • Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute

    This is a Bursting problem under EBS 5.6.3. In production we have 5.6.2 and since our development system to 5.6.3 has been upgraded, the following error occurs on every single Burst being done using the Concurrent Manager only:
    Caused by: oracle.xml.parser.v2.XMLParseException: '=' missing in attribute.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:205)
         at oracle.xml.parser.v2.NonValidatingParser.parseAttrValue(NonValidatingParser.java:1502)
         at oracle.xml.parser.v2.NonValidatingParser.parseAttr(NonValidatingParser.java:1408)
         at oracle.xml.parser.v2.NonValidatingParser.parseAttributes(NonValidatingParser.java:1350)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1180)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:301)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:268)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingConfigParser(BurstingProcessorEngine.java:1340)
         at oracle.apps.xdo.batch.BurstingProcessorEngine.process(BurstingProcessorEngine.java:1297)
         at oracle.apps.xdo.batch.DocumentProcessor.process(DocumentProcessor.java:213)
         at xxwel.ebs.xmlp.XXWELBurster.processDocuments(XXWELBurster.java:143)
    I can run the same file through 5.6.3 ($JAVA_TOP) libraries mounted on my JDev with no problems. Also the same XML file runs fine on Production under 5.6.2 - no problems. I have also checked the XML file using a syntax checker. I know this is not a syntax issue even though it looks like it.
    Could someone point me in the right direction - explain what this means. Getting desperate as 5.6.3 will be going into production soon and all Bursting will fail with this error. I can't get the simplest XML File to Burst - NOTE this is only occurring on the EBS system (even running without the CM ie. a standalone java main it fails). I think this has something to do with the XML parser version and the EBS environment.
    Please help...

    Hi Tim, good thinking - wouldn't have thought to check this file. Anyway can confirm that the problem is happening with multiple burst control files so I haven't checked the files themselves as the problem seems systemic. anyway here is an example.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/XXWEL_BIP_UNI_INVOICES/LIST_G_CUSTOMER_NUMBER/G_CUSTOMER_NUMBER">
    <xapi:delivery>
    <xapi:email server="mailwa01" port="25"
    from="${ADMIN_EMAIL}" reply-to ="${ADMIN_EMAIL}">
    <xapi:message id="111" to="${ADMIN_EMAIL}" attachment="true" subject="Unigas Inv
    oice No: ${TRX_NUMBER}">
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="pdf" delivery="111">
    <xapi:template type="rtf" location="/u02/prod/prodappl/wel/11.5.0/interface/bip/templates/uni_invoice_template.rtf">
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    I will start stripping the control files to make sure they are not the problem in the meantime.

  • Oracle.xml.parser.v2.XMLParseException: Missing entity 'nsim' Exception

    Hi All,
    Can anyone tell me what could be the reason for the following parsing exception?
    oracle.xml.parser.v2.XMLParseException: Missing entity 'nsim'.
         at java.lang.Throwable.fillInStackTrace(Native Method)
         at java.lang.Throwable.fillInStackTrace(Compiled Code)
         at java.lang.Throwable.<init>(Compiled Code)
         at java.lang.Exception.<init>(Compiled Code)
         at org.xml.sax.SAXException.<init>(SAXException.java:45)
         at org.xml.sax.SAXParseException.<init>(SAXParseException.java:116)
         at oracle.xml.parser.v2.XMLParseException.<init>(XMLParseException.java:62)
         at oracle.xml.parser.v2.XMLError.flushErrors(Compiled Code)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(Compiled Code)
         at oracle.xml.parser.v2.XMLParser.parse(Compiled Code)
         at com.elsevier.util.xml.XMLHelper.parse(Compiled Code)
         at com.elsevier.util.xml.XMLHelper.parse(Compiled Code)
         at com.elsevier.util.xml.XMLHelper.parse(Compiled Code)
         at com.elsevier.cds.xml.XMLDocManagement.PublicationInformation(Compiled Code)
         at com.elsevier.cds.promis.FetchPublicationXML.getPublicationXML(Compiled Code)
         at com.elsevier.cds.promis.NewPromisData.processPublications(Compiled Code)
         at com.elsevier.cds.promis.NewPromisData.<init>(NewPromisData.java:152)
         at com.elsevier.cds.promis.NewPromisData.main(NewPromisData.java:451)
    XML parse error in file com.elsevier.cds.promis:/PubID=623277
    at line 382, character 40
    Missing entity 'nsim'.
    Thanks,
    Raghu

    Is an Entity used in the xml document and not defined in the document?

  • The DOCTYPE declaration in the ejb-jar.xml deployment descriptor is missing

    Hello,
    I want to create web service from ejb but everytime I want to do it, I get the following error:
    I'm using NWDS 7.2 and JDK 1.6
    [004]Deployment aborted
    Settings
    SDM host : XXX
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/XXXX/LOCALS1/Temp/temp3760382784932063822XXXWSProjectEar.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/XXX/LOCALS1/Temp/temp3760382784932063822XXX/WSProjectEar.ear
    Aborted: development component 'XXXWSProjectEar'/'sap.com'/'localhost'/'2011.01.06.15.48.31'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/XXXWSProjectEar.. Reason: The DOCTYPE declaration in the ejb-jar.xml deployment descriptor is missing. ; nested exception is:      com.sap.engine.services.ejb.exceptions.deployment.EJBXMLParserException: The DOCTYPE declaration in the ejb-jar.xml deployment descriptor is missing.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Can anyone tell me why am I getting this error.
    Thnx for your help.
    Best regards.

    Hello Decio Junior,
    Actually yes, I resolved my problem.
    I'm developing an EJB 3.0 project. I'm using NWDS 7.2 and JDK 1.6 as I said.
    The problem is that my server was using JDK 1.4 and that was the problem.
    EJB 1.1 and 2.1 need ejb-jar.xml but EJB 3.0 use the annotations instead.
    Check your server JDK Version. It should be JDK 1.5 or higher.
    Something else that you should check, in your project properties :
    In the Build PATH : Use JDK 1.5
    In the Java Compiler : Set the java compiler compliance level to 1.6 and check use default compliance settings
    Hope it would help.
    If you need more explanations, I'm here
    Good luck.

  • Why is audio missing from movie

    why is audio missing from movie

    I think I may have confused you a little bit, sorry.  Hope this might be easier to follow.
    1.  Copied nieces VHS tape to DVD discs.  Tape runs approximately 2hr. 39min.
    2.  Put first part on work copy 1.  This consisted of the lead up to the ceremony and the ceremony itself, ending with still shots of the wedding party, in the park.  About 1hr. 1min.
    3.  Put second part on work copy 2.  This consisted of the wedding reception, beginning to end.  About 1hr 38min.  No possibility of overlapping content.
    4.  Ran both work copy 1 and work copy 2 on the VCR that's hooked up to the TV.  (Not the Toshiba copy machine).  Both ran through, beginning to end with no glitches.
    5.  Opened Adobe Premiere Elements and loaded work copy #1 so as to make three finished copies, one for bride and groom, one for bride's parents, one for groom's parents.
    6.  When placed on the timeline, contents of work copy 1 had no audio for VTS_01_1.VOB while VTS_01_2.VOB and VTS_01_3.VOB were whole.
    7.  Tried for several days to eliminate the problem with no success.  A.P.E. showed file sizes of .99GB, .99GB and 47MB respectively.  The 47MB is actually about 2 minutes of still pictures of       the wedding party.  I was not going to attempt to burn the project until correcting the audio problem.
    8.  Wrote in to the community forum and happily received your response.  Tried every thing you offered without success.  Though I am thankful for all your time and effort.  While nothing worked       so far, I have learned a few things and will retain my notes so as to keep this information at hand.  (Don't know how you're able to maintain all that info).
    9.  At this point, in view of the results of step #4, I thought to try Windows DVD Maker to see what developed.  Loaded work copy 1 into that program, which recognized the audio in the first clip       (VTS_01_1.VOB).  I did not run the work copy, beginning to end, in this program.  But I felt that as long as the audio was present in the first clip, this program would allow me to burn the           copy.  When the burn button was pushed, I received the error message "Will Not Fit", and the duration of 30 min for clip 1, 30 min. for clip 2 and 25 hours and 30 min. for clip 3.  Clip 3 being       the 2 minutes of still pictures.  After trying unsuccessfully to remedy this problem it was time to try a different approach.
    10.  Opened A.P.E. and loaded work copy 2 onto the timeline.  Successfully made three finished copies of this disk in a short period of time.
    11.  Took the VHS tape back to the Toshiba to make another copy (work copy 1A) of the first segment.
    12.  Played copy 1A in the TVs VCR and it played fine, no glitches.
    13.  Opened A.P.E. and put work copy 1A on the Timeline.  This time there was audio in clip 1, which could be seen on the audio line, but it was the audio from work copy 2.  This, even though       I had deleted the files from work copy 2.
    14.  Accepted the fact that this has become a career.  Can't imagine what you're thinking.  Since beginning this endeavor I have become much older and grouchier.  My dog will no longer walk         with me.  Neighbors go back in the house when they see me coming.  Oh, and my wife sticks out her tongue and makes funny noises whenever I turn my back. 

  • FCPX XML not exporting audio with project...

    FCPX XML not exporting audio with any project.
    I have tried with several different projects to no avail.
    Any thoughts or suggestions?
    Thanks

    I used no special setting. I even tried to just export audio. Still no audio. I checked the file with GSpot, it shows that it has audio.
    Then I though I just went ahead an encode this and output to DVD as a test. It is indeed still no audio when playback on home dvd player.

  • Exception "main" javax.xml.ws.soap.SOAPFaultException: Missing SOAP Header

    Hi
    I need to integrate E-Business Suite with ADF using JAX-WS proxy client. When I tried to invoke a method exposed in webservices, I am getting the below error
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Missing in SOAP Header
    how to pass password with SOAP header?
    In a thread "https://forums.oracle.com/forums/thread.jspa?threadID=2125723", they mentioned to include "wss_username_token_client_policy" and to set override property to set user/pw from a csf key. I included that policy while generating the proxy client in "Step 7" and after then what should I do?
    Is it the only way to invoke secured webservices? if not what are the ways to do it?
    Can anyone give me good example or sample codes to invoke secured webservice through "JAX-WS Proxy client"
    Thanks

    I suppose that this is duplicate of How to pass username/password through WebService proxy client to E-BS.
    For full example check: http://www.javadb.com/using-a-message-handler-to-alter-the-soap-header-in-a-web-service-client
    Dario

  • Audio missing when shared to QT

    Hi,
    I've shared a 52minute movie original in iM6HD to QuickTime and on two occasions the audio is completely missing in the resulting .mov (and also a .wmv version I made).
    This is a pain as it takes hours to save to QT.
    Where am I going wrong, guys?
    TT

    Your audio settings may have been changed.
    1. Open Audio MIDI Setup (/Applications/Utilities/), then check the Audio Output setting.
    2. Change the Audio Output setting to 44100.0 Hz.
    3. Quit Audio MIDI Setup.
    More info here:
    http://support.apple.com/kb/HT2178?viewlocale=en_US
    More info on audio missing in iMovie here:
    http://support.apple.com/kb/TS2289
    Alternatively, if the audio was from copy-protected tracks from iTunes, they won't copy over. If that is the case post back for a workaround.

  • Multi-Take Cycling Audio Missing Revisited...

    Apologizes for all the typos in a previous email on the multi-take recording audio missing. I have since done some research and have better terminology to use so I'll restate. I believe this could be a bug and want folks to be aware of it at the very least.
    Someone else posted a problem with the "cycle multi-takes" saying that after using pieces of several takes on one track, as done in the instruction video shown in the link below from Apple, his problem was the audio showed up but was not playing at all. I have done the same thing, but the audio just disappeared in 2 out of 10 of my takes, nowhere to be found. It played perfectly while I previewing and deciding what to use, and all takes are still appearing in the drop down list, but when you select them, they are empty. Tried to post a picture of my screen, but can't figure out how to do that!
    http://www.apple.com/findouthow/music/garageband08.html#tutorial=multitake
    The only thing I did different from the video was to make a new track and copy the multitakes to it, decide what I wanted where and copied it back to the main track after splitting it appropriately.
    Thanks to all that offer help on this discussion board!

    I believe I have the same problem. When I record multiple takes and then CMND+T to split the track and use different takes, they disappear, re-appear, and sometimes are lost again for good. This is the worst sin a software developer can make--losing a musician's best takes.
    I am furious at Apple for this, particularly since Apple Care has consistently claimed ignorance. Apple if you're reading this, you have made a mess of several nights work on several occasions for me. Thanks a lot.

  • Help needed: audio missing - export to html & pdf

    audio missing - export to html & pdf
    both soundtrack and audio on specific pages play fine as slideshow and as export Quicktime.
    exports to html & pdf are missing audio entirely.
    the audio assets are not in the html folder.
    i am not doing anything complicated, one .tiff image per page, approx 12mg apiece.
    one soundtrack and one additional page specific audio track.
    box checked for saving audio files in preferences and while 'saving'.
    tried triggering with 'begin audio' builds.
    tried different approved formats for audio.
    tried different themes. at default settings.
    i am out of ideas. any suggestions?
    much appreciated.

    Sound files are not included in html or pdf exports. There is no way to make it happen. If you need the sound you can export as Quicktime.

  • Hi sir im using fcp 7 for video editing in i mac, how can i edit mts files in fcp 7 without log n transfer, is their solution for fcp 7?

    Hi sir im using fcp 7 for video editing in i mac, how can i edit mts files in fcp 7 without log n transfer, is their solution for fcp 7?

    >No, you are not right.
    Going to question the biggest contributor to this forum?  (Yes, my ego is talking).  OK then...
    >Install the QT-Plugin, restart your Mac and you will be able to import and use .mts files in FCP 7.
    Sure...yes, that makes it POSSIBLE to read the files natively in FCP...if they come from a Panasonic camera. BUT...just try working with those files.  Right away the system won't be nearly as responsive as it would if they were ProRes. First...there are no sequence settings for that format...so you'll have to use ProRes and have a green render bar.  BUT, that's no big deal.  The big deal is trying to work with the AVCHD format, which is VERY processor intensive...inside an application that doesn't like to work with much outside of the FCP editing codecs.
    Is it possible? Sure? Will it work well...will you be as zippy and error free as if you converted to ProRes? Not by a long shot.  OH, but don't just take my word for it.  Go ahead...try it and see.  No skin off my nose...no waste of my time.  See how well this works. 
    I'm just here to relate real world working solutions to issues.  And yes, I did try that plugin, and boy, was editing a pain.

  • Audio missing from video recording.

    I recorded some camp footage with a canon rebel T2i. there is audio when i play the clip in imovie timline, but when i export it there are peices of the audio missing. I have removed the clip and re-uploaded it several times and the audio is still missing in the same places. Im not sure if maybe i have the setting wrong or if maybe the file from my camera is corrupted.

    Same problem with me and it seems a lot more users. Audio and Video are playing fine in other players and other types of video, everything is connected as it should. You would think that something major like this would not get past quality control before it's being released. I'm getting more and more agitated as there has been absolutely no mention of this from Apple, yet this seems to be a wide spread and major problem. I bought Season 1 of The Office tonight and it is rendered useless because audio won't play, and the DRM limits how you can view your videos.

  • Audio missing from saved project

    Hi All...
    New user here, first-time "test movie" combines video with ambient audio, stills and a music track. Based on Mr. Hunt's article, here's the background information:
    Dell Precision T1500 / Windows 7 Professional 64-bit OS, no pen or touch input
    Processor: Inter Core i7CPU 870 @ 2.93 GHz
    Installed memory: 8 GB
    Single hard drive: 930 gb SATA file system, NTFS, compression unchecked / no RAID
    "D" drive is HL-DT-ST- DVD+-RW GH50N DVD burner
    "E" drive is HL-DT-ST BD-RE BH30N CD ROM drive
    No external drives
    Virtual memory: 8151 mb dynamically controlled by windows
    Video Card: NVDIA QUADRO FX 580 / pci BUS 1 / driver no. 8.17.12.5896, driver date 7-9-2010
    Audio System: Realtek high definition audio, 2-channel 16-bit 48000Hz / driver version 6.0.1.5919 / driver date: 8-18-09
    Using PE 8.0.1, updated July 14
    Project settings: Editing Mode: HD 1080i, timebase 29.97 fps, frame size 1920 x 1080, 16:9 / pixel aspect ratio: square pixels (1.0) / Fields: No Fields (progressive scan) / Display Format 30fps drop-frame timecode / title safe area 20 % / action safe area 10 % audio sample rate: 48000 Hz
    Video clips: MPEG movies, image size 1440 x 1080, pixel depth: 32, frame rate 29.97. Average data rate 630-650 KB/second (there are a couple dozen clips, I didn't check them all...)
    Source audio format: 48,000 Hz Compresses stereo; project audio format 48,000 Hz 32-bit floating point stereo
    Music track: MP3 source audio format: 44,100Hz compressed stereo; project audio format 44,100 Hz 32-bit floating point stereo; average data rate 23KB/sec
    Still images: all JPEGs, some 1280 x 960, some 2048 x 1636, pixel depth 32, pixel aspect ratio 1.0.
    Other app's typically running: IE and/or Firefox, perhaps MS word and/or Publisher, Mozilla's Thunderbird. However, I've "saved" this project with *no other apps* running, and there's still no audio.
    Hope all this suggests a solution...
    Thanks for your help, all...
    T

    Thanks for all this information, T.
    So why are you editing a 1440x1080 video in a 1920x1080 project? If this is AVCHD footage, it's very important to use the right project settings.
    That has no effect on your audio, of course. But it could affect your video quality when you output your file.
    That say, can you explain what you mean by "Audio missing from save project"?
    Do you mean that you don't hear the audio in Premiere Elements -- or that you don't hear it when you output, say, an MOV or WMV file?
    What file format are you exporting and what are you playing soundless this file on?
    And, finally, is there no audio whatsoever, or is only some audio (music, for instance) missing from your output?

  • HD video shoot on xdcam, channen 2 audio missing. how can i fix it?

    HD video shoot on xdcam, channen 2 audio missing. how can i fix it?

    XDCAM, and other codecs like AVCHD, have metadata located in the folders on the memory card. Best practice is to copy ENTIRE contents of card directly over to your hard drive, without using any "transfer utility" software. Then in Premiere, import via the "Media Browser" rather than "File > Import". This gives Premiere the very best chance of correctly figuring out what kind of video and audio assets it is dealing with so it can handle them correctly.
    Hope this might help
    Thanks
    Jeff Pulera
    Safe Harbor Computers

Maybe you are looking for

  • Error Resource not Found in SXMB_MONI while doing IDoc to File Scenario

    Hi Experts, I am doing IDoc to File Scenario and I am facing Following Error in SXMB_MONI, <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Request Message Mapping   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:S

  • How to insert a hyperlink in mail content for workflow

    Experts, I want to insert a hyperlink in mail content when i use sendmail type step in workflow. How to do it? Thanks you very much!

  • Imac keeps turning itself off

    imac 20" intel core duo, 2G running leopard 10.5.8 imac will turn off randomly and won't start again unless its left for a while, it's no getting hot (that I can detect) So far I have reset the SMC run the AHT which came up with nothing tried another

  • No iPhoto etc 10.7.4

    Hi Purchased an ex display mac book pro running Lion from a premium Apple reseller (UK). There is no iPhoto/iMovie/Gargage band etc which were part of iLife. The retailer tells me I should be able to download for free from the app store, but I am una

  • Setting a Primary ID for a Bt Account

    Hi, A long boring story and sequence of events has resulted in me having two BT accounts with my own BT-ID as the Primary ID for both. I wish to hive one of these accounts off to my father who has his own BT-ID (albiet redunant and not used for some