How to open a project FCP 7 in FCP 4.5?

I can't open a project (i've made in fcp 7) in fcp 4.5. I've tried to make an XML-document (all five available options), but it doesn't work.
Anyone an idea?
Thanks!

Welcome to the forum!
If memory serves me correct it should be XML version 1. Did you highlight what you want to export in the Browser and choose File>Export>XML?
You are trying to open with FCP 4.5 not FCP 4 correct?
What do you need to go to 4.5 for? If you are working in a codec that isn't supported by FCP 4.5 then you will have an issue. What codec are you working with?

Similar Messages

  • Trying to open project. FCP says the project ( that previously opened fine) is unreadable. Any suggestions as to how to open the project?

    Can not open a project on FCP which was previously able to be opened ( just an hour ago)..says project is "unreadable" - any suggestions as to how to open this project?

    That's fine! (Even if troubled...)
    No, I know nothing of Magic Bullet...But they do:
    http://forums.creativecow.net/cgi-bin/newreadpost.cgi?forumid=138&postid=855316
    http://www.kenstone.net/fcphomepage/review_magic_bullet_editorssaraceno.html
    and finally:
    http://www.redgiantsoftware.com/
    Hope these help!

  • How to open my project library progress in timeline with FCPX 10.1?

    So I've been having a huge problem with FCPX 10.1 and I cannot, for the life of me, figure out even what I'm supposed to ask--much less what the answer is.
    So here's the basic problem. I don't know how to open my complete progress of a project library in the timeline. I have 5 projects, and two of them, for some reason unbeknownst to me, I just double click to bring up in the timeline. The other three, however, won't. Let me clarify more. One of the projects is not even showing up in the new 'Projects' sub-menu when selecting my library. The other two are showing up in the 'Projects' sub-menu, but aren't showing as having any content. Their time shows as 0:00. Now for one of the projects I mentioned before (the one that isn't even showing up in the 'Projects' sub-menu,) I know that its editing was saved because I worked on it several different times (having closed and opened FCPx in between) However when I was working on that video, I never removed it from my timeline. So whenever I opened FCPx, my progress it would just automatically pop up in the timeline.
    My problem is this: I do not know where to reliably find my progress for my various project libraries and to open them in the timeline every single time.
    If you need anymore information from me, please say so. My problem is very simply complex, because I'm just stupid enough with this software to not understand how to ask my question properly.
    I worked on a specific project 3 weeks ago and I can't find the progress for it anywhere. I don't want to open specific clips in the timeline. During that project session, I had put all of my clips in the timeline and was editing them in specific ways that required them all being on the timeline so I could get a very specific and seamless effect. How do I get all of that progress into the timeline?

    Okay so if I go into the sub-menu that pops up that contains all of my video and audio clips and right click the FIRST clip in my entire progress and load that into timeline, all of my progress is loaded as well--why is this the case? And why does the project itself show as having 00:00:00 progress in it?

  • Help.....How to Open a Project in WSAD..............

    Hi Everybody,
    I am new to WSAD 4...
    I created a J2EE project.
    My program is located in
    C:\Program Files\IBM\Application Developer\workspace
    Can someone Please tell me how can i open this project in WSAD.
    I searched in help, but no help there..
    I would appreciate if someone who used WSAD and tell me in simple steps how to open i would greatly appreciate.
    regars,
    kemsho.

    Windows -> WorkBench

  • Can't figure out how to open multiple projects in imovie

    I want to copy clips from one project into another. I've read you simply open the two projects and drag clips from one to the other. I may be missing something quite basic, but I cannot figure out how to get two projects open at once. If I open from the project list, I can only choose one. What am I missing????

    Open the project that you want to take video from, select the frames that you want to include in your other project, and Edit > Copy (or Command-C). Return to your Projects list, select the project you want to add the frames to, move the playhead to the point where you want the frames to be inserted, and Edit > Paste (Command-V).

  • How to open the project?

    how to open a src folder to a new project in jbuilder6?
    thanks in advanced

    in jbuilder there is a section about the source
    (something about default & test) but i guess im doing
    something wrong because its not working....
    does anyone can explain to me how to do that (in
    jbuilder or even j++)??Is reading the manual or help files too difficult?

  • How to open CS5 project in CS3

    Hi All,
    How can I open CS5 project in CS3?
    Thanks
    Shaul

    In theory you can't.
    Premiere is not downwards compatible.
    Some have opened CS4 in CS3 or CS5 in CS4 with non or basis effects.
    But you can always give it a try, make sure you have a backup

  • How to open a project

    I just downloaded Java Wireless Toolkit 2.5.1 CLDC, and everything went alright except, I can not open a project. I tried by clicking the 'open project' icon and by selecting the open project from the file menu.
    Am I missing something or do I have to install anything else ?
    bytheway, i'm using Java version: 1.5.0_02
    thanks in advance
    The Justin

    I am also having problems. I click on both the toolbar "open project" buttons and file->open project and nothing happens at all. I've installed the kit directly under the C drive (so no spaces in the path), and I've done this on both my laptop and desktop. I've already created the project and compiled/ran it fine. I then can't create the project again because I get a "project already named blah" error. This is getting annoying... Any suggestions?
    Message was edited by:
    kirami

  • How to open two projects in the same time?

    I have over 40 file project. Stadium.
    I am in finish of my work, but I forgot about something. I didn't notice that I lost a few keyfreme animation. I didn't realize that in 30 project and I am more over 40 right now. I made a lot of work and I can't go back to 30 project. I don't want to do this from the beginning, so I would like to COPY my keyfremes from project 3o to project 40. To do that I need to have 2 programs opens (to copy keyfremes from 30 project to 40 project). But I can't open two After Effects.
    How Can I copy my keyframes on timeline?
    To copy ALL of this in one turn and paste also:

    By FILE - IMPORT - FILE? It's just simple?
    Thank you!

  • How to open a Project content file using Extension SDK

    I am writing an extension (Find a resource similar to "Ctrl+Shift+R" in Eclipse, "Ctrl+Shift+N" in IntelliJ) to find and open any type of resource in a project or Workspace.
    After getting the File URI, what API should I need to use to open the file.
    something like CodeEditor("URL").open?

    Once you have got the URL you can use:
    oracle.ide.editor.EditorManager.openDefaultEditorInFrame( url );
    This will open the file pointed by the url in the default editor registered for that file type. See the javadoc for oracle.ide.editor.EditorManager for other open editor methods.

  • How to Open JCreator Project in Sun Java Studio Enterprise

    Hi All,
    Please suggest to me I Created a Project in JCreator using JSF project is running properly in JCreator but when i am trying to open the same project in Sun Java Studio Enterprise its not opening can any knows plzz let me update to me......

    dilsesan,
    I assume that by JCreator you mean Java Studio Creator. In this case I suppose that the project type you described - "JSF Project" is specific to JSC and is not supported in Java Studio Enterprise. Sorry.
    Btw, why do you want to use Java Studio Enterprise for editing a project created with Creator? Is there a feature missing in Creator that is present in JSE?
    Thanks,
    Kirill

  • While opening recent premiere pro cc 2014 project it is showing dialogue box that "this project saved in a newer version of adobe premiere pro and cannot be openned in this version" how to open that project

    why the project opened in next time changes version

    I would rather that student was able to download an earlier version that matches us.
    Modern education... huh...right!
    The board goes to the funders and says...we shall give the students, your kids,  the best possible education with the latest of everything if you throw us enough money to provide this excellence.
    The students are a head of the teachers!!!

  • Anyone know how to open a project after going from Trial to full purchase?

    i purchased the full version of Premier Elements 8 and the project I had been working on for weeks just won't open.  It seems like it's there, but nothing happens when I click on the file.  Any ideas?

    Unless the Project file (.PREL) has become corrupted, there should be no reason for a Project, created in the trial, to not Open in the full-paid version. The ONLY difference between the two programs is that trial will embed a watermark on the Exported footage.
    This FAQ Entry will instruct you on changing the Project, to remove that watermark.
    Good luck,
    Hunt

  • How to open iMovie project

    I created a project then moved the iMovie folder to external hard drive. Now iMovie does not recognize the project. The folder that has the project shows up in gray and unable to open.

    Move your project back to the Movies/iMovie Projects folder on your internal drive.
    In iMovie 08 it is possible to move Events to an external drive if you do it from within iMovie. However, projects must stay on the internal drive.
    If you upgrade to iMovie 09 or 11, projects can also be moved to an external drive, but the move needs to be done in iMovie.

  • How to:  Open a project that was archived on a DVD....It just won't work!

    I've only tried to archive 2 projects and both seemed to save properly and I thought I'd be able to simply insert the DVDs at a later time, click and there would be my full project. Unfortuntately, both times that I've tried this I've gotten the same pop up that says:
    This project could not be opened because the disk is full, the folder is locked or the folder persmission are incorrect.
    If the project is on CD- ROM, network server or locked disk, then copy it to your hard drive before opening it.
    If the project is already on your hard disk, then the disk may be completely full, or you may not have permission to modify the folder. Correct the problem and try again.
    I guess my problem is that I don't understand what I'm being told to do or just aren't doing it right.
    thanks in advance
    Jeremiah

    you're right: dragging the whole icon in Finder into some folder just generates a socalled "alias" (=the icon has an arrow...).. this is just a "link" to the disk.. .when ejected, the link runs into empty...
    you should, in Finder:
    * open your "Movies" Folder
    * insert data-dvd
    * click on DVD's icon AND...
    * hold the alt-key on your keyboard => mouse cursor changes into a little, green +symbol
    * drag dvd into Movies Folder...
    that needs some time => NOW the dvd's content gets copied to your harddrive..
    sorry, my bad, I forgot that "alias"-behavior with disks Finder ...

Maybe you are looking for

  • Tbird will not send. unnown error. works in safe mode. turned off firewall and still does not work. works fine on desktop but not laptop

    cannot send on laptop. desktop, with same settings, works fine. getting unknown error on send. please help. here is the setup from the help function. thanks, tim WARNING: This contains sensitive information which shouldn't be forwarded or published w

  • Can't open NEF raw files in Elements 12.1 from my Nikon D610.

    I have the trial version of Elements 12 and updateed to 12.1. The Camera Raw version is 8.4 and I'm running a Windows 7 computer. Then I try to open NEF files do I get the error message that my Camera is not supported. I tried to install the DNG conv

  • Reinstalling OS, need iTunes help

    I'm planning on reinstalling my origianl OS soon and was wondering if it's possible to save my playlists and artwork so that I can transfer it back once the install is complete? I spent a HUGE amount of time getting the artwork onto iTunes and would

  • Audio level control missing

    I have a Philips portable DVD player. It has a built-in audio amplifier, speakers, headphone and line out. But the volume control on its amplifier does not work with DVDs authored in iDVD. It does work with other DVDs that I own (like movies). I can

  • Export pdf subscription problem

    I need help solving a subscription issue. I purchased Export Pdf and my credit card has been billed (almost 2 weeks ago). I have no access to program nor does it show up on my subscriptions in my account. I received no email confirmation. I cant find