Having Problems importing XML file from FCP 6 onto a FCP 5 application

I have a project file that i worked on FCP 6 and wanted to move to FCP 5 app. on a different Pro Mac but when i try to import the xml, it prompts me to "Please choose a Translation Document File". I choose the FCP 6 project file because i wasn't sure what to choose and i get the ERROR: No translation templates matching the selected XML file were found. Unable to import this file.
any ideas?

make sure you exported your XML from FCP6 using a compatible XML version (1, 2 or 3) ... version 3 would make the most sense as its the most recent FCP5 compatible version .... don't export using version 4 (the default for FCP6), that one is for transfering projects between different installations of FCP6 only

Similar Messages

  • Problem about .xml file from PPro CS5 to FCP with RED and P2 file.

    I have create a Project in Premiere Pro CS5.
    I import the RED file R3D or P2  file XMF and editing my media.
    From menù File i select Export to "Final Cut Pro XML.."
    I open FCP and Import file XML but the media are not reconnect.
    "Warrnig: Non-critical error were found while processing an XML document.
    Would you like to see a log of these error now?"
    I want see the log file and...
    "<file>: Unable to attach specified media file to new clip."
    Where is the problem?

    Hi Dennis I re-format my MACPRO 8 Core and I installed Final Cut Studio Suite and CS5 Premium (no CS4)
    I install Blackmagick driver Decklink 7.6.3
    If I open the After Effects  and setting preview card blackmagic, I see the preview in external monitor.
    If I open the Premiere Pro and setting preview, I don't see the blackmagic card but the second monitor, DV....etc.
    In Premiere I see the blackmagic preset, but no the preview card.
    I have a second question.
    About Red file I want editing in Premiere Pro and i whant color correct in Apple Color from FCP.
    My problem is: my color program crash when I send file form FCP to Color (random mode)
    The sequence is:
    I import file red in PPro5 -- editing file --- export file xml.
    Close the PPro5.
    Open FCP import xml (no re-link media)
    Save de project in FCP
    Select sequence and send to Color.
    In this moment the Apple Color crash.
    I shutdown the MAC.
    I power-up the MAC
    Open FCP select the project and send the sequence to Color.
    Color see the project but no media.
    I re link the media and I editing in color my media.
    Why Apple Color program crash?
    Sorry for my English
    Many Thanks
    Distinti saluti
    Gianluca Cordioli
    Alchemy Studio'S di Gianluca Cordioli
    Via Pacinotti 24/B
    37135 VERONA
    cell.:+39 3385880683
    [email protected]
    www.alchemystudios.it

  • Im having problems importing prores files at correct frame rate

    im having problems importing prores files at correct frame rate. they have been converted to prores at 25fps but on importing they appear in fcp as 30fps. any help would be appreciated.

    I don't know anything about Wondershare. But it seems something may have got messed up in the conversion. Or maybe there is an identifier on the converted clip that has FCP confused and it really is 25 fps.
    To begin, your sequence settings don't match your clips. You want a Pro Res sequence. Let FCP set this automatically by dragging a Pro Res to an empty sequence and when gives you a message asking whether you want the sequence to match the clips, click yes. Then hit command 0 again and see whether the frame rate is set at 30 or 25.
    If it really is 30, then it will need to be converted and re-imported. It can be done in Compressor or in Cinema Tools. If you have used Cinema Tools before, great. Of not, I'll defer to others because it's been a while and I don't want to mess you up.
    Good luck.
    Russ

  • Importing XML files from Final Cut

    Keep trying to import XML file from Final Cut  into Adobe Premiere CC, and I get the Error Message:
    The project appears to be damaged, it cannot be opened.
    Not sure what I'm doing wrong.

    I have an FCP generated XML file that I'm trying to open in Premiere CS6.0.2. It fails on import. The sequence of messages is below.
    Premiere Pro has encountered an error.
    /Volumes/BuildDisk/builds/slightlybuilt/shared/adobe/MediaCore/Backend/Make/Mac/../../Src/ Component/AudioPanProcessor.cpp-214
    Next I get a window saying "File Import Failure"
    /users/josh/library/caches/temporaryitems/ollombo.pproj
    Error message: The project could not be loaded, it may be damaged or contain outdated elements.
    When I check the translation results, it says: Generator Item (Outline Text) not translated for clip , Transparent Video used as a placeholder
    Help, I need to get this project open!

  • Problem importing raw files from camera

    Hello I am new to digital photography and am having trouble importing raw files from my panasonic lumix g1 into elements 7.  I can import them into the software that came with the camera, but I would rather use photoshop.  Can anybody advise me on this?
    Many thanks
    JP

    You need to install ACR 5.4 into your PSE 7. Note: ACR 5.5 the latest ACR is still in beta form and will not yet install in PSE 7.
    Follow this link for ACR 5.4:-
    http://kb2.adobe.com/cps/407/kb407344.html
    Read the instructions carefully!!

  • Having problem importing midi files.

    Hello everyone,
    I am having trouble importing midi files in GB. Every time I do all I get is a single insrument, and not the whole midi file as it was when I downloaded it. I tried Dent du midi and cant even get that to work. It looks like it is working, but never seperates the tracks. I would really like to be able to pick apart midi files. Anyone have any ideas. This is my first Apple, but I have been a PC Tech for 8 years now. (I Hate PCs, I love the Mac)

    Welcome to the forum. Yes, sometimes these issues occur. Since I am the biggest importer of MIDI files to GB3, I will see what I can do for you.
    First, when you wish to import a MIDI, drag the file onto an empty area (ie no tracks) of the GarageBand window. Hold until you see a + sign. Drop, and you should see the tracks appear.
    How did you obtain the MIDI file? From the Net? How did you save it? What were the steps?
    Do you have Quicktime Pro? Sometimes the way you save a MIDI file will make a difference. You have a choice between "save as movie" or "save as source", and I believe the latter works best.
    Has it worked for other MIDI files? Or is one or two giving you issues? Perhaps if you can post a link to the MIDI file, I can have a look at it.

  • Import xml file from server to itab

    Hi all,
    I have a little issue loading data from xml file in server into my itab.
    With my file in local (C:\example\example.xml) works fine, but if try this with the same file in the server (e:\example\example.xml) dont work. This is my code resume.
    TYPES: BEGIN OF TY_TAB,
    NAME TYPE STRING,
    VALUE TYPE STRING,
    END OF TY_TAB.
    DATA: ITAB TYPE STANDARD TABLE OF TY_TAB,
    WA TYPE TY_TAB.
    * Nombre del fichero
    DATA: NOMBREFICHEROXML LIKE IBIPPARMS-PATH,
    * data XML
    DATA: LCL_XML_DOC TYPE REF TO CL_XML_DOCUMENT,
    V_SUBRC TYPE SYSUBRC,
    V_NODE TYPE REF TO IF_IXML_NODE,
    V_CHILD_NODE TYPE REF TO IF_IXML_NODE,
    V_ROOT TYPE REF TO IF_IXML_NODE,
    V_ITERATOR TYPE REF TO IF_IXML_NODE_ITERATOR,
    V_NODEMAP TYPE REF TO IF_IXML_NAMED_NODE_MAP,
    V_COUNT TYPE I,
    V_INDEX TYPE I,
    V_ATTR TYPE REF TO IF_IXML_NODE,
    V_NAME TYPE STRING,
    V_PREFIX TYPE STRING,
    V_VALUE TYPE STRING,
    V_CHAR TYPE CHAR2.
    NOMBREFICHEROXML = 'E:\example\example.xml'.
    CREATE OBJECT LCL_XML_DOC.
    CALL METHOD LCL_XML_DOC->IMPORT_FROM_FILE
    EXPORTING
    FILENAME = NOMBREFICHEROXML
    RECEIVING
    RETCODE = V_SUBRC.
    IF V_SUBRC EQ '0'.
    V_NODE = LCL_XML_DOC->M_DOCUMENT.
    CHECK NOT V_NODE IS INITIAL.
    V_ITERATOR = V_NODE->CREATE_ITERATOR( ).
    V_NODE = V_ITERATOR->GET_NEXT( ).
    WHILE NOT V_NODE IS INITIAL.
    CASE V_NODE->GET_TYPE( ).
    WHEN IF_IXML_NODE=>CO_NODE_ELEMENT.
    V_NAME = V_NODE->GET_NAME( ).
    WHEN IF_IXML_NODE=>CO_NODE_TEXT OR
    IF_IXML_NODE=>CO_NODE_CDATA_SECTION.
    *text node
    V_VALUE = V_NODE->GET_VALUE( ).
    MOVE V_VALUE TO V_CHAR.
    IF V_CHAR <> CL_ABAP_CHAR_UTILITIES=>CR_LF.
    WA-NAME = V_NAME.
    WA-VALUE = V_VALUE.
    APPEND WA TO ITAB.
    CLEAR WA.
    ENDIF.
    ENDCASE.
    *advance to next node
    V_NODE = V_ITERATOR->GET_NEXT( ).
    ENDWHILE.
    WRITE:/ 'file ok'.
    ELSE.
    WRITE:/ 'file ko'.
    Anyone can help, or tell me a easy way to load xml file from server to my itab that works with my old sap 4.7.
    thanks
    Edited by: DIEGO_GT on Nov 18, 2011 12:04 PM

    Hi Diego.
    Next time try to search in [www.sdn.sap.com] first.
    See the following example: [http://wiki.sdn.sap.com/wiki/display/ABAP/UploadXMLfiletointernal+table]
    Regards.
    Rafael Rojas.

  • Problems importing raw files from nikon d610

    My lightroom 4.4 will not import raw files from my new nikon d610. I downloaded the converted but cannot get that to work either.
    Please help

    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    The above link provides the full list of camera models supported by Adobe Camera Raw and Lightroom. You will note that support for the Nikon D610 was introduced in Lightroom 5.3.
    You have a couple of options
    a. Upgrade your version of Lightroom to version 5, the latest update is LR 5.4. This will provide support for your raw NEF files from your camera. (LR 4 will not have any further updates)
    b. Download the free Adobe DNG Converter version 8.4 and convert the NEF files to DNG format and you can then import the DNG files into Lightroom 4. (retain copies of your NEF files for use with the Nikon software or other software that may not read DNG files.)
    Quote " I downloaded the converted but cannot get that to work either.
    Please help" If you are referring  to the Adobe DNG Converter if is possible that if you used an older version of Nikon Software to transfer the files from your camera to the computer the files may have been rendered unreadable by Adobe Software.

  • Importing xml file from FCP 7.0 to 6.0

    Hi all.
    I am sure many of you have figured this out, but after a few grey hairs today, I was finally able to open a clients project done in FCP 7.0 into my 6.0.
    In text editor you need to open the xml file and change: <xmel version= "5"> to "4". Then save as an xml file and import into FCP. Everything came across fine including renders, effects, etc.
    Cheers.

    GOOD TIP! And to add to it:
    #46 - Supported XML versions
    Shane's Stock Answer #46 - Final Cut Pro and versions of XML it supports
    FCP4 supports XML version 1 only
    FCP5 supports XML versions 1 and 2
    FCP5.1 supports XML versions 1, 2 and 3
    FCP6 supports XML versions 1, 2, 3 and 4
    FCP7 supports XML versions 1, 2, 3, 4 and 5.
    Shane

  • Problems importing .mts files from camera in FCP 10.1.

    I am having trouble importing with FCP 10.1. Can anyone advise me on importing .mts files after the upgrade? FCPX used to do it automatically when I attached camera!

    What kind of trouble? What appears in the import wimdow when you connect your camera?
    Rus

  • Import XML files from different server

    Hi All,
    We have successfully used JavaScript to import local XML files and generated the PDF files on InDesign Server CS4.
    Now, we need to import the XML files which are dynamically generated on the other Server. (Data Managemnt Server).
    Wondering what's the best way to do this?
    Can we pass the whole XML file content as a JavaScript Parameter? What about images?
    or Can Javascript Import an external XML file via HTTP, other protocol?
    The worst case I guess is to have a script to upload XML files onto InDesign Server........
    Also, is it possible to return the generated PDF back to Data Management Server (XML file Server)?
    Thanks,
    xin

    Hi ,
    Check the FM : /SAPDMC/LSM_F4_SERVER_FILE.
    Inside this FM , subroutine below exists.The main program for routine is /SAPDMC/LLSMW_AUX_020F02.
    Call this routine from your program. You will get the length in bytes from the field len of table pt_file.
    data:
      begin of gs_file,
        directory(75) type c,              " name of directory.
                                           " (possibly truncated.)
        name(75)    type c,                " name of entry.
                                           " (possibly truncated.)
        type(10)    type c,                " type of entry: directory, file
        *len(8)      type p,                " length in bytes*
        owner(8)    type c,                " owner of the entry
        mtime(6)    type p,                " last modification date,
                                           " seconds since 1970
        mode(9)     type c,                " like "rwx-r-x--x":
                                           " protection mode
        errno(3)    type c,
        errmsg(40)  type c,
        mod_date    type d,
        mod_time(8) type c,                " hh:mm:ss
        subrc like sy-subrc,
    end of gs_file.
    DATA : pt_file LIKE TABLE OF gs_file.
    DATa : p_ok.
      PERFORM /sapdmc/llsmw_aux_020f02(directory_contents_get)
      TABLES   pt_file
                                USING    '/TMP' ""!!! Here is your filepath
                                CHANGING p_ok

  • Error  while import XML file from Production to Dev., But has GREEN status

    Hi,
    I tried to export/import bex queries through XML transportation. Transportation is being done from Production system to Development. In transport connection I selected required query and then I exported to Development. export of file is done successfully.
    Now in development system I imported that XML file. It is imported. Giving GREEN symbol and also with GREEN check. But in Log view I found ERRORS. in errors it is mentioned "SAP object 46N3K1OCT22PSBN46O95MQLTJ () cannot be imported". along with long message text "Install the specified objects from Business Content. Only import the metadata afterwards.".
    What should I do now as of next step... import of file is stuck..
    How can I search object 46N3K1OCT22PSBN46O95MQLTJ (), if I have to install from BC.
    I am also unable to find the query in Development Bex analyser.
    Thanks for help....
    [email protected]

    Hi Babloo,
    According to the error message, the package may have failed are as follows:
    The user account that is used to run the package under SQL Server Agent in PRODUCTION server differs from the original package author.
    The user account does not have the required permissions to make connections or to access resources outside the SSIS package.
    The package may not run in the following scenarios:
    The current user cannot decrypt secrets from the package. This scenario can occur if the current account or the execution account differs from the original package author, and the package's ProtectionLevel property setting does not let the current user
    decrypt secrets in the package. In this scenario, we can change the SSIS Package ProtectionLevel property to EncryptSensitiveWithPassword, then modify the SQL Server Agent job step command line to include this password.
    File access fails because the current user does not have the required permissions to write to the file share that the connection manager accesses. In this scenario, we can create a SQL Server Agent proxy account. This proxy account must use a credential
    that lets SQL Server Agent run the job as the account that created the package or as an account that has the required permissions.
    References:
    SSIS package does not run when called from a SQL Server Agent job step
    Run an SSIS Package Under a Different Account
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Anyone having problems loading music purchased from amazon onto ipods?

    Anyone having problems lately uploading music purchased from amazon onto your ipods?  this is a recent experience for me.  I had been able to do it until a few weeks ago.

    There have been a handful of report over the last couple of weeks for other users who have starting getting error messages when trying to sync their Amazon purchases to their iPod from iTunes.
    Most of them are getting a -50 error.  If that is the case for you, see this older thread for a couple of solutions that worked for some other users.
    https://discussions.apple.com/thread/3924425?tstart=0
    B-rock

  • Problem importing PDF file from Word to Pages on IPad 2

    I am trying to import a PDF file from Word 2007 to Pages on my iPad 2 using the file sharing function in iTunes.
    I am able to import it, however when Pages saves it, I get the following message:
    "Pages doesn't support some od the original document.
    Objects in headers, footers, shapes, text boxes and table cells were removed.
    Merged table cells were unmerged.
    Objects were removed from table cells."
    The document is a PDF form which needs to be filled in. The document was downloaded from a website and saved as a Word document where I have been able to enter in information and print it.
    I would like to be able to fill in the form and print it from Pages as there are other documents that accompany this PDF file. (these are plain text Word documents which I have succesfully imported and can edit and print.)
    Is there any way for me to achieve this?
    Cheers,
    Jules

    I don't think Pages can do this - you'll need a dedicated iPad PDF program that can fill in and edit PDF files. And even then, reports are that different readers work or dont' work with different PDF's... I use Goodreader, which can do some PDF filling in, but you might want to check the app store for others.

  • Xml file from studio 2 to fcp 4.5

    Hi I have my son on the other side of the world to me just now, we shot a short film on DVCPRO 720/25p I loged on my mac and made a copy for him to take and edit, all good so far.
    The school has fcp 4.5 qt 7.6 (ithink) and of course he is working on a version and the version I am so I have sent him a xml file which should match v1.
    when loading it stops at 50% now would that have to do with the fact that 4.5 dose not like dcvpro as this was shot on 25p in his setting there are only 24 30 60 no 50 or 25, i can remember, back then there was a plugin to get it to work is there any one who can spread some light on what to do.
    Many thanks
    Trevor

    This XML file is the complete contents of the Browser?
    If so, does an export of a single sequence - if only for testing purposes - make any difference?

Maybe you are looking for