How do I edit FCE 4 project on 2 different machines?

I am working on some family videos and started editing on one machine (laptop) and want to continue editing on a desktop at home. I know I need to copy the Project file, but what other files to continue editing on the other machine?
I googled this and found I need to get the capture scratch, render files, and the audio render files.
Q: is there a simple way to do a "save as" to copy all required files to allow "portable editing" and sync'ing with the new mac - there must be an easier way to do this... Thank you in advance!

Hi
A. The only way to share a project requires some organization and a lot of discipline.
• Same version of FCE on both Macs
• an external hard disk to move project on. FireWire and has to be Mac OS Extended formatted
• alt is to use the LapTop as an external drive on the stationary Mac
(this is the best alternative - though You can reconnect all media - as it's
already captured)
B. To do a joint project - One has to do right from the very beginning.
• On the external hard disk - Create a new folder - Name it appropriate to project
• Then Start up FCE - AND DIRECTLY - Set/address all scratch disks to this new folder
• THEN - SAVE and direct this document to this new folder TOO !
This collects all vital parts in one place.
• Now Capture edit etc.
C. Automation that assembles projects - NO There is no such tool in FinalCut Express
BUT - This do exist is FinalCut Pro - Very good tool that would be good to have in FCE
So - I would start laptop in target-mode (Start it and keep T down) then connect
this as an external hard disk.
This would be easiest way. But still - to what use.
Alt 2 - Start all over and make this collecting folder - and keep everything in it
eg audio (.aiff) and photos.
Yours Bengt W

Similar Messages

  • How can I edit an iMovie project created on one machine on a different one?

    I created an iMovie on one MacBook, and want a colleague to edit it.
    I created a dropbox folder, moved all the files there; i can see them on the other Mac, but the project doesn't show up in the project window in iMovie on the other Mac and I can't open it there by browsing to it in Finder...
    Can anyone help?

    I think you can transfer an iMovie for iOS project from the iPad and edit it on iMovie on the Mac. This works fine.
    However, you cannot start a movie on iMovie for the Mac and transfer it to iMovie for the iPad.
    Think of it this way.
    Say that iMovie for the Mac has 1000 features*, and iMovie for the iPad has 400 features*. These 400 features map one to one to an equivalent iMovie for Mac feature. Because there is a good mapping, you can transfer and edit.
    But if you go the other way, iMovie for Mac has 600 features for which there is no corresponding feature in iMovie for iPad or iPhone. So there is no way to edit an iMovie for Mac project on the iPad.
    * I made these numbers up for illustration purposes.

  • How do I edit an iMovie project on a different computer?

    I started an iMovie project on my desktop at home and I am going away for the weekend so I am wondering if there is anyway to transfer the file to my brother's laptop and still be able to edit it. If there is a way, what should I use to transfer the file?

    I've done this. You'll need an external hard drive. See iMovie help "Copying or moving a project to an external hard disk". Once it's copied, connect the hard drive to your brother's laptop and edit away.

  • How can i look up a EJB residing in different machine from client side?

    hai ,
    How can i look up a EJB residing in different machine from client side?
    this is my code...........i don't know what should i use as Initial Context Factory...................i am using a sun appserver 8............
    package com.parx.lms.lmsdelegate;
    import com.parx.lms.exception.LMSException;
    import javax.naming.Context;
    import javax .ejb.CreateException;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.rmi.PortableRemoteObject;
    import java.rmi.RemoteException;
    import com.parx.lms.controller.*;
    import com.parx.lms.vo.UserVo;
    import com.parx.lms.exception.BusinessException;
    import java.util.Hashtable;
    import java.lang.*;
    public class LmsDelegate{
    private final static String JNDI_NAME="LmsBean";
    private static String url="http://localhost:4848";
    public static Lms lms = null;
    public void getController() throws CreateException,
    NamingException,RemoteException{
    if(lms == null){
    Hashtable h=new Hashtable();
    h.put(Context.INITIAL_CONTEXT_FACTORY," ********what should i use here???????*************************");
    h.put(Context.PROVIDER_URL,url);
    System.out.println("Before Loading Context in Delegate");
    Context ctx=new InitialContext(h);
    System.out.println("Loaded Context in Delegate");
    Object obj=ctx.lookup(JNDI_NAME);
    System.out.println("Loaded Object in Delegate");
    System.out.println("Before Loading Home in Delegate");
    LmsHome home = (LmsHome )PortableRemoteObject.narrow(obj,com.parx.lms.controller.LmsHome.class);
    System.out.println("Loaded Home in Delegate");
    lms = home.create();
    System.out.println("Loaded remote in Delegate");
    public void addUserDelegate(UserVo vo) throws BusinessException{
    try{
    getController();
    System.out.println("Before calling the addUser of Session");
    lms.addUser(vo);
    }catch(CreateException e){
    System.out.println("Create Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    }catch(NamingException e){
    System.out.println("Naming Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    catch(RemoteException e){
    System.out.println("Remote Exception in Delegate due to--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    }catch(LMSException e){
    System.out.println("duplicate user name--->"+e);
    e.printStackTrace();
    throw new BusinessException(e);
    pls help me..........

    h.put(Context.INITIAL_CONTEXT_FACTORY," ********what should i use here???????*************************")
    Each app server provides their own jndi factory class. For ex for weblogic it is weblogic.jndi.WLInitialContextFactory. SInce you are using sun app server, check if there are any examples to find out or the docs.
    private static String url="http://localhost:4848
    Since the client is in a different machine the localhost is not going to work here. provide the url or the machine name of the system in which ur sunapp server is running. In addition u will need to have the stubs of the remote interfaces in ur client machine.

  • Teststand project transfered to different machine (same specs) and the Initiate fails

    Hi all, 
    I am working on a bench setup with different intruments controlled by GPIB (HP E3631 power supply, Keithley 2400 etc). We are using teststand, which calls the dll generated from Labwindows/CVI environment. Our project is recently transferred to a different machine and now the communication (initiate command) fails with the HP E3631 and rest everything is working fine. I also tried running NI spy and I see nothing when I execute the instructions seperately for HP E3631.
    Can someone please help me to narrow down where the possible problem can be ( everything remains the same from the old machine to new machine). ?
    Regards,
    Nivesh

    The driver that is used on both the machines is exactly the same copy. As i told earlier a Labwindows/CVI generated dll is called from the Teststand program. The only difference is that the machine_1 (working with E3631) have the Labwindows/CVI version 5.5 installed and the other machine has version 5.0. I am also attaching the generated Spy logs for both the machines:
    1) Machine 1 has instructions for both the Kiethley and E3631 in the spy file.
    2) Machine 2 has instructions only for the Keithley and it fails when it reaches the initiate instruction for E3631.
        Error code > (-1074135040 : User defined)
    Thanks in advance.
    Attachments:
    Capture_machine1.spy ‏22 KB
    Capture_machine2.spy ‏16 KB

  • How do I connect to a database on a different machine

    Hello all
    I have a Web server which is on a Linux box but the database I wish to connect to is on Windows NT. How can I connect to the data source.
    Both Linux and Windows machines are on the same network at the moment but will change later on.
    thanxs

    Connecting is as good as u do in anyother environment...
    I have a Web server which is on a Linux box but the
    database I wish to connect to is on Windows NT. How
    can I connect to the data source.You mean connect to database or DataSource ? If you are planning to lookup a data source and get a connection... you have to create a datastore first and give a jndi name so that you can lookup and get a connection....
    Both Linux and Windows machines are on the same
    network at the moment but will change later on.This will not give any problem ..
    thanxs

  • How do I connect to a database on a different machine(URGENT PLEASE)

    Hello all
    I have a Web server which is on a Linux box but the database I wish to connect to is on Windows NT. How can I connect to the data source.
    Both Linux and Windows machines are on the same network at the moment but will change later on.
    Please e-mail on [email protected]
    thanxs

    I think there are 3 ways to do so
    1. JDBC
    2. ODBC-JDBC bridge
    3. don't remember the third
    I would check it with JDBC section of the javasoft site. Also since your web server is on a linux box, you probably will not be able to use ODBC-JDBC bridge. I would try the JDBC method, but that requires you to get the JDBC driver for the database that you are trying to connect to!
    good luck
    Ku916

  • How to calculate size of a folder located on different machine(Remote) in sql server 2008?

    DECLARE @TenantId UNIQUEIDENTIFIER ='A79ED820-2E5E-4A9D-B930-B7597DC97081'
    DECLARE @BusinessName VARCHAR(200)
    declare @line  varchar(255) =''
    declare @path varchar(255)=''
    declare @command varchar(255)=''
    DECLARE @folderSizeGB decimal (16,8) = 0
    DECLARE @AttachmentDiscSpaceUsed decimal (16,8) = 0
    -- Code to calculate folder size in GB BEGINs
                IF OBJECT_ID('tempdb..#temp') IS NOT NULL
                drop table #temp
                create table #temp (line varchar(255))
                --set @path = '\\ewp-dev18\\c$\\Attachments\\' +  CONVERT(varchar(50),@tenantId)
                set @path = '-S ewp-dev18 -E -i ewp-dev18\\c$\\Attachments\\' +  CONVERT(varchar(50),@tenantId)
                set @command = 'dir "' + @path +'"'                               
                insert into #temp
                exec master.dbo.xp_cmdshell @command
                select
                @line=
                ltrim(replace(substring(line, charindex(')', line)+1,
                len(line)), ',', ''))
                from #temp where line like '%File(s)%bytes'
                SET @line=
                (Case WHEN @line IS NULL or @line ='' THEN '0' ELSE @line END)
                set @folderSizeGB  = Cast(Replace(@line,'bytes', '') as decimal)/1073741824
                if (@folderSizeGB is null )
                set @folderSizeGB =0
                SET @AttachmentDiscSpaceUsed = @folderSizeGB
                SET @path=''
                SET @command=''
                SET @line=0
                -- Drop #temp table
                IF OBJECT_ID('tempdb..#temp') IS NOT NULL
                drop table #temp
                -- Code to calculate folder size in GB ENDs
                

    hello RSingh,
    Once again thanks for your cooperation,
    I applied the script you posted, but it is not giving me the size of the folder which is located at a remote machine. Please note the " I need to calculate the size of the folder which is located at a remote machine".and when i applied its path in your script,
    it raises "Access is denied" error message.
    My path is - '\\ewp-dev18\c$\Attachments'
    EXEC getFileProperties '\\ewp-dev18\c$\Attachments'
    and this folder does not have any sub folders, it contains only some txt files, image files or some doc files. so no issue of sub folder.
    and about my remote server 'ewp-dev18', i have all access and rights, but still raising "Access is denied". why?
    do i need to pass any login credential with it ???

  • How to install Primavera P6 Professional Project Management  v7

    Hi,
    I am a new baby in Primevera world and first time I am going to use this product.
    Two problems I am facing; 1) how to install 2) how to understand this product functional wise with sample data.
    Kindly share the installation guide/document(s)/steps how to install Primavera P6 Professional Project Management on single machine. What are pre-requisit for Primavera P6 Professional Project Management for single machine.
    Kindly share with the hard ware and software requirements before I begin the installation.
    Pls. help me, Waiting for quick response I will appreciate the cooperation.
    Regards
    Shah Faisal
    Mail: [email protected]

    The full procedure for installing P6 is given on the link below
    http://www.aboutcivil.com/answers/Primavera/I-have-Installed-P6-but-it-needs-DATA-BASE-CONFIGURATION-How-to-do-that?-|75
    If you want to watch a video tutorial on the same topic, here is another link on the same website
    http://www.aboutcivil.com/primavera-p6-video-tutorial-installation.html
    Edited by: 815755 on Nov 25, 2010 10:35 AM

  • How could I export FCE project into XML format?

    Hello,
    I recently decided to upgrade from Final Cut Express to Final Cut Pro X. But I don't seem to be able to export my FCE unfinish projects. That is because FCE  does not export into XML format !!!
    Does anyone knows how to have FCE to generate a XML file? Or to have the FCP file format converted into a XML file format?
    Thanks

    If you are editing in FCE4, then you can open your FCE Project in FCP6 or FCP7 and do the .xml export there. Once you have that .xml file, you need to use the software 7toX to convert the file to FCP-X.
    http://assistedediting.intelligentassistance.com/7toX/
    It should be noted that the conversion of a sequence file to .xml and then .xml to FCP-X may not pass 100% of the information.
    There is information about what is and is not translated here:
    http://assistedediting.intelligentassistance.com/7toX/about.html
    MtD

  • How can I edit an iMovie 10.0.3 project on a different computer with an older version?

    I am trying to caption a video using the Titles feature. However, 10.0.3 has a bug that won't allow font changes in titles, which is making the captions inconsistent in terms of size and font, which looks terrible. How can I fix this? Is there any way to share the project with a different computer with an older version of iMovie, to make the edits there? So far, the video will transfer but the other project files (including the captions) won't open in the new version.

    You can't use a project created in iMovie 10 with earlier iMovie versions.  If you are only adding titles you could always re-import the video into a Mac running an earlier version of iMovie or share the iMovie 10 video to file and import into the earlier version.
    Some titles in iMovie 10 do allow changing font and size though.  Its a matter of trying out the various options.  If you are running Yosemite its worth upgrading to version 10.0.6 which I think improved title adjustment options as well as a number of other things.
    Geoff.

  • How can I edit a mp3 file and drop it in an iMovie project?

    I wish to edit an mp3 music file so that I can drop a piece of it into an iMovie project. iMovie's audio tools are very rudimentary---one can reposition a music file, shorten it, etc but cannot pick a piece of it to complement a movie segment.
    So I dropped the mp3 file into GarageBand. I deleted the first section of the song, then selected the 16 second piece I wanted to include in my iMovie, using the copy command. Then I pasted the piece into a new GarageBand project screen. The piece wouldn't play, and when I selected "export" the piece neatly went to where I wanted it, but again with no sound.
    So simply: how do I edit an mp3 file (cutting a piece of it) and then save it so I can apply it to an iMovie? Help!
    John

    john Nall wrote:
    The piece wouldn't play, and when I selected "export" the piece neatly went to where I wanted it, but again with no sound.
    it should have played, but you can do it easier by exporting just the section you want:
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportsections
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Can I edit FCE projects when the files are on a External HD?

    Hello,
    I've recently reinstalled Snow Leopard. Since I have a clean start, I'm thinking about new ways to manage my video files for FCE editing.
    Video projects take up most of the space on my HD, so I'd like to keep them on an external drive this time.
    Is working on FCE projects while all the video files are saved on an external drive a bad idea? Or will this work out just fine? This way I don't have to first save them to my internal HD, finish the project, move video files to the external HD, and point FCE to where they're saved again. There just on the external HD from the start and while I'm editing the video! I can get a HD with firewire too.
    Thanks.
    Message was edited by: MrChicken

    Is working on FCE projects while all the video files are saved on an external drive a bad idea?
    Not at all. This is the correct way to work with a laptop.

  • How to return to my original project

    I did realize a very simple project on fce 2.0.3, about 35mns just one clip after the other. Because of time I needed to burn a DVD as is: so I converted the project to quick time and saved on external drive the movie.
    Now I want to refine the project. When I open the movie in fce I get a window ( slug) with the movie but no TL or viewer or canvas ( and they are not available on the task bar). I didn't trash anything ( knowingly) after I converted the project. Could anyone help me to figure out how to find where is my project ? and bring it back to the TL in order to be able to edit it.
    Thank you for any suggestion>
    i mac   Mac OS X (10.3.9)  

    Thank you Ian and Tom for your answers , What I did effectively is that I had trashed my original project ( which i was able to restore) and kept only, I guess, my exported project.
    But Tom I looked at the icons and both versions have the same icon (the eye of fce). By "Q" do you mean the logo of Quick Time? By the way when I export do I have to use QT movie Or QT conversion in order to burn a dvd with I-MOVIE ?
    Thk you again for your help.

  • How do I edit photos on my pdf? it only lets me edit the text

    how do I edit photos on my pdf? it only lets me edit the text

    Hi Caryn,
    Actually Creative Cloud is not my speciality - but I would recommend posting your specific questions to that forum:
    http://forums.adobe.com/community/creative_cloud
    I'm sure our community members would have a better idea if it is right for your project!
    Kind regards, Stacy

Maybe you are looking for

  • How do I remove the certificat error everytime I try to access the Cisco Unified CM Administration web-page?

    Hi, Every time I want to have access to the Cisco Unified CM Console (System version: 7.0.1.11000-2), I use the https://10.10.x.x/ccmadmin/showHome.do homepage on my client computer, but when I open the page, I get a SSL certificate error, stating no

  • Some BootCamp drivers are not installing...!?

    Hello everyone. I've recently installed Bootcamp and WinXP Pro x32 on my new MacBook Unibody. I got a very unpleaseant surprise... The drivers for the wifi, ethernet, bluetooth, processor aid, chipset and isight are simply NOT installing. I'm getting

  • Htmldb_application array reset based on interactive report filter

    Hello I was searching various forums on this topic and did not find usefull answer. I must be doing something wrong or just do not understand how come that others do not have this problem?? Anyway, here it is. I have interactive report where first co

  • Problem in choosing the datasources

    Hi Bwers,          I need to give an monthly performance Report on PP. Can you please let me know wether these fields are from PP only orelse I need to go for any other modules for datasources. Please let me know generally which standard datasources,

  • Deleted order reappeared

    Hi,          We have a background job with program delete_pp_order, that deleted a PPDS output firmed planned order and sends the deletion to R/3. I can see the planned order and qty. in the spool of the job. Now when I looked at the product view,it