Sharing text titles between FCP projects

Hi,
I am working on a series of 6 interviews which may total slightly over 1 hour altogether.
I was thinking it would be easier to manage them as 6 FCP (4.5) project files and then when I burn them to DVD, I could perhaps export 6 QT movies to iDVD (is this possible?).
But my first question is, that I have some complex title (text) screens already done for the first movie project. Is there an easy way to share these between the first project and the other 5?
Or maybe its just best to keep it all as 1 big project? That would certainly make cutting and pasting the titles a little easier.
kind regards,
'mark

Yes, it is quite easy. To create a new sequence, go to File_New->Sequence or just hit [ Command n ]. You can name each sequence any way you like for your own organizational purposes.
I often edit long format programs this way, with each segment in its own sequence. When I'm finished editing, I copy and paste the individual sequences into a final (master) sequence to print to tape or export for DVD-Video.
-DH

Similar Messages

  • Best Method For Importing Clips Between FCP Projects

    What is the best method for importing clips between FCP 7.0.3 projects?  I am wondering whether or not pulling the clips from the Capture Scratch folder is the way to go or will using Import from the new FCP project create a new folder in Capture Scratch with the imported clips?  I have a new HD camcorder with different clips for different projects and Log and Transfer makes it so easy to bring them all in at once but now wondering how best to separate them into separate Capture Scratch folders for each project. 

    well, I simply either drag them in to the new/different project from the finder, or drag or copy and paste between open fcp projects.  Never had any problems working this way.  Just remember that if you delete a specific project scratch disk folder, you may be deleting media used in another project.

  • Sharing custom classes between different projects

    I'm using different projects as modules for a main
    application. I'm trying to use a custom class to share data between
    the modules. I've been unable to share the custom data's variables.
    Can this be done?
    Thanks for the help!!
    Carlos

    You need to read up on ApplicationDomains. When your
    main/first SWF has been loaded by the Flash Player it is put into
    an ApplicationDomain - this is the parent domain. When a Module is
    loaded it is put into a child domain.
    If your main SWF has a Button defined, and your Module also
    has a Button defined, the Module's Button definition is ignored -
    the first class definition loaded wins.
    The parent domain cannot see into the child domain. Any data
    residing in the Module is not available to the parent and to any
    siblings because they too are loaded into separate domains.
    Suppose Module wants to use an HBox and the HBox class was
    not loaded by the main SWF. Now another Module is loaded, it too
    wants to use HBox. Since the HBox class was loaded by the first
    Module it will not be loaded by the second Module. However, the
    second Module won't be able to use the HBox because it resides in a
    different domain. If the main SWF had loaded the HBox, both
    children can use it - the Flash Player first searches for a class
    in the current ApplicationDomain, and if it is not there, goes to
    the parent domain.
    The same is true for data - the parent domain should load the
    data so it can be shared by all of the child domains/Modules.
    You can load Modules into the same domain as the parent, but
    you'll have to read the documentation for that. This has a couple
    of drawbacks because data loaded by a Module will clobber data
    loaded by the main SWF, but it can work if you are careful.

  • Sharing text property between mxml.

    I am newbie to adobe flex & i am facing a problem that I have a index.mxml that contains a Label and another popup.mxml, I want to share Label text property to popup.mxml.
    Thanks in advance..

    If index is the main application, then it can be accessed via
    FlexGlobals.topLevelApplication in Flex 4.

  • GeeThree titles with FCP?

    Can I apply any of the GEE Three titles- in particular, the countdown title to FCP project? Thanks!

    I didn't see the title you're referring to, but the good folk at Gee three could tell ya.. might contact them. Most of what they sell software/wise are plugins for iMovie. I suppose you could use them there in any event, then export the results to FCP.
    Jerry

  • Sharing FCP projects between user accounts problem

    Hello!
    I'm working on a project with several other colleagues. Each of us has his own User account on the computer (dual G5 / 10.4.7) because we have different preferecnes regarding keyboard layouts, desktop colour etc. We would like to have our FCP project files accessible to each of us.
    I have tried different approaches to solve this task, but haven't fully succeded yet (I tried creating the project file within the /Users/Shared foler; putting it into a dedicated /Users/FCPProjects folder and applying chmod/chown commands; creating a Editors group with NetInfo and assigning those foders to this group; I even tried to work around this using ACLs).
    The problem is that when we click "Save All" command in FCP, we get three or four OK-only dialog boxes in a row saying "Access denied". The project file is in fact saved (I can see it by checking the Modified time in Finder), but FCP seems not to be aware of this and doesn't want to quit. It's an unpleasent situation because it allways makes us worry about losing our work.
    Could someone please give us instructions on the correct procedures for resolving the issue.
    Thank you
    Best regards
    Mato Ilijic

    matoid,
    ACLs should work for you, and it seems that they are. You shouldn't have to deal with the error dialogue either, so let's see if we can't get rid of it.
    First, let's talk about groups. I have looked at your "step by step," and I notice that you didn't bother to change the group ownership of the "shared" folder that you created. Fine, ACLs still work, but the group ownership of "wheel" might be the cause of your error messages. ACLs are a more advanced system of access controls than the older POSIX system, but POSIX still exists, and might affect your work.
    Let's assume that you have your standard users that will be using FCP placed properly into a common group. For this discussion, I'll call that group "fcpusers." Under the POSIX paradigm, any "shared" folder can be owned by any one of the users in this group, but it must have a group ownership of "fcpusers" in order to work properly for everyone. When it does, every new file or folder created in it will "inherit" that group ownership.
    Now, every user on a given machine will have read access to that shared folder. If a non-member of group "fcpusers" attempts to save a file there, however, an error message is likely to appear. One other possibility is that the file is saved, but with an "unknown" group ownership. This is because of a conflict between the groups the saving user is a member of and the attempted "inheritance" from the enclosing folder.
    I want you to try the following. Please do this exactly as I outline it:
    1) Create a new group in Netinfo Manager. Duplicate the "admin" group. Change the name of the duplicate to "fcpusers," then delete the "realname," "generateduid," and "smb_sid" properties. Change the GID to "101." Select the "users" property, then choose Directory>Insert Value. Type the short name of one of your users. Repeat this procedure for every user of FCP. Select any admin users in this group who will not be using FCP, and click the "Delete" icon. Finally, choose Domain>Save Changes.
    2) Create a new folder in /Users/Shared. For this discussion we will assume that you will call it "FCP_Data." Further, we will assume that one of your FCP users is named "usera" (your terminology ;-)). Open Terminal. Since you seem to be well-versed in the use of Terminal, I will simply post the commands needed:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">sudo chown usera:fcpusers /Users/Shared/FCP_Data
    sudo chmod g+w /Users/Shared/FCP_Data</pre>
    3) Before anyone begins saving files in this directory, make sure that their umask is changed using TinkerTool. Also, I recommend that all media gets saved here, too. I'm not sure how close FCP is to iMovie, if it doesn't save all data in a "package," but it is likely that media is being referenced using "placeholders." If this is the case, and media for a given project is scattered all over the file system, there could indeed be ownership issues. If media needs to be on externals, this same "shared" folder can be created there. Just make sure that #1, the volume has "ownership and permissions" in effect, and #2 all media is kept within the "shared" directory structure.
    You must use TinkerTool to change the umask such that members of the group have read/write permission. TinkerTool doesn't specifically say this, but the corresponding umask is "002" (the OS X default is "022"). BTW, umask is subtracted from the "full permissions" value of "666" when saving non-executable files ("777" for folders and executables).
    Once you have a properly configured "shared" folder and a proper umask in place, your users can begin to populate the shared directory. If any existing projects are to be added, they must be copied by a user into the shared directory, not simply moved. Only when a copy is made will the new copy inherit the proper group ownership. Just to be sure, I will include one more set of commands to use, once the shared directory has been populated:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">sudo chown -R usera:fcpusers /Users/Shared/FCP_Data
    sudo chmod -R g+w /Users/Shared/FCP_Data</pre>
    Please follow these instructions carefully, then report the results. This should work, and without using ACLs.
    Scott

  • Title text disappearing between sessions

    One of the genuinely annoying, and potentially job-threatening, bugs in FCP X is this:
    When working on a project with title text (lower thirds, text on screen, title slides, end credits, etc) the customized text will often just clear out between FCP X sessions. For example, I have a project with a title slide (created from one of the standard title generators) that says "Barcelona Revitalization - Public Private Partnerships." I dress the text up just so then go on about my editing. Tomorrow, I may re-open the project, change one video clip, then export again for the client EXCEPT that a quick scan of the video reveals that the text box of the opening slide now, inexplicably, says "Title Text Here" with no remnants of my former text.  This happens frequently enough that I have to scan EVERY text slide each time I export a file to avoid a big embarrassment. I have nearly exported final drafts of videos for clients with "Title Here" for the main interviewee's name on more than one occasion. Note that it only happens when FCP is quit then restarted, and has no other predictable pattern.
    It's a terrible bug, and I need a workaround that I can be confident about. Why does this happen and what can I do? Am I the only one?

    Only you and several thousand others...
    I'm not sure there's a definite workaround for this other than to work in small segments then close FCPX. Re-open and work on another small segment, then close....etc.
    This is one they haven't been able to fix after two incremental upgrades.

  • Using Trailer text "Titles" in other imovie projects?

    The various trailers in the new imovie 11 are great, but I can't seem to utilize the text / titles specific to those trailers on any of my other projects? Is there a trick to pulling it off? Same thing with the music in the trailers, can't seem to apply it to / access within any other projects in imovie ....

    There is a better way to use the "Animatics" used in iMovie's trailers. Unfortunately, Apple didn't consider that more text may be need in a trailer as there is currently no command or native function to create new text using the same title effects used in iMovie's trailers. Fortunately, after a short search on the net, I found this:
    http://www.ipex.org/files/use_imovie_11.pdf
    This guy provides step-by-step instructions on how to use iMovie's trailer animatics in any project. Hope this helps you, it helped me!

  • Multiple titles within one project for sharing to iDVD

    Hello,
    I have about 90 minutes of video from Christmas.
    I want to create one iMovie project from this footage, but separate it into 5 different titles (within the project) each of which will have 2 or 3 chapters, so I can just share the one project with iDVD when burning to a DVD, rather than having to do 5 different projects.
    Is this possible?
    I've trying for most of the day to figure it out, but I can't.
    Can anybody help?
    Regards

    There are at least two ways to do this depending on what results you want:
    One way would be to create five separate iMovies; each with its respective 2-3 chapters and then import the five iMovies into iDVD.
    When you import the first one into iDVD, you will see its title and the options 'Play Movie' and 'Scene Selection.'
    When you import the second one, iDVD creates a title link to another submenu showing the Play Movie and Scene Selection options for the second movie; and so forth for each of the five movies.
    This gives you the five titles on the main iDVD screen, and the chapter options on the submenus. With this method you would not have a "Play All" option unless you import the entire iMovie as the first movie. Then, you would have the 'Play Movie' option (which you could rename as Play All Movies) with the five separate movies as title buttons linking to each one's Play Movie and Scene Selections.
    However, if you wanted all five titles and the chapter options to be on iDVD's main screen, you can do this with some copy/paste/delete manipulation of the submenus. If you wish to do this, post back for specific instructions.
    Second method would be to leave your iMovie as one long iMovie and create chapter markers for each of the five titles; and markers for each of the chapters within those titles. If you label the chapter markers correctly, a viewer will easily be able to see the organization of your iMovie.
    The chapters will appear on submenus...usually 4-6 chapters per submenu. I have done this with iMovies of trips where I marked the first chapter 'Italy: Rome' second 'Venice' third 'Milan' and fourth 'France: Paris' fifth 'Chartres' sixth 'Bordeaux' etc.
    This option will allow the iMovie to be selected in its entirety...the Play All option...as well as begin at whatever chapter is selected. By carefully manipulating the submenus, you could easily have each of the five divisions as separate submenus.

  • Sharing ruleset between several projects (FlexPMD + Maven)

    Hi,
    We are building a bunch of flex projects using Maven, with a customized ruleset.xml. The method mentionned in the doc.
    <configuration>
         <ruleSet>${basedir}/your-flex-pmd-ruleset.xml</ruleSet>
    </configuration>
    works just fine for one project, but does not allow to share the configuration between several projects. Would there be anyway to get the ruleset as an artifact or in a jar, or to share it between several projects in any other way ?

    Hi,
    We are building a bunch of flex projects using Maven, with a customized ruleset.xml. The method mentionned in the doc.
    <configuration>
         <ruleSet>${basedir}/your-flex-pmd-ruleset.xml</ruleSet>
    </configuration>
    works just fine for one project, but does not allow to share the configuration between several projects. Would there be anyway to get the ruleset as an artifact or in a jar, or to share it between several projects in any other way ?

  • Titles in FCP 4.0

    I am trying to add scrolling text to my FCP 4.0 project. I click the "control" tab on the viewer window, but the window is covered with a black slug-like pannel that only allows a bit of the window to show. I have read about titles in a stack of books (4), followed the instructions in all of them, still the great blackness. I have also tried the other titles options--text, lower third, etc. Still draped in black.
    Any help would be GREATLY appreciated
    Woofi
    G4 12" powerbook
    osx 10.49

    Not sure about your black slug issue...can you post a screen shot of it, so we can see it?
    I would note that if you're running FCP4 on OS10.4.9, you might consider some revisions there.
    First, IIRC, you can do an update to FCP4.5 from 4. I understand that 4.5 works better than 4. I'm unable to find the update on Apple site, so you might want to
    Call the Mac experts at 1-800-MY-APPLE
    Regardless of 4 or 4.5, I believe they both work better on OS 10.3.9.
    If you get to 4.5 and are running it on 10.4.9, you will want to follow the instructions in this thread. Props to Silal for the solution...
    http://discussions.apple.com/thread.jspa?threadID=929465&tstart=0
    Or, consider upgrading your Final Cut software.
    In the meantime, try to get us a screen shot to see your issue, or provide more details regarding: any recent changes to your system, any troubleshooting steps you've tried....repaired permissions? trashed preferences? rebooted?..etc.
    I've a feeling it's simply something you need to adjust in your interface.
    K

  • Making titles in FCP

    WHat is the deal with the title tool in FCP ? Is it just me or does it always look horrible? Any suggestions?

    By 1:1 I am refering to uncompressed footage. For example, the Animation codec. DV images are compressed to 1/5 of footage. When you import from AE to a DV timeline you are compressing your footage to 20% of its original data. That's why DV text looks like CR@! If you could import or create text that is uncompressed it looks great. Of course, you can't output to DV tape but for DVD, film or DV50 etc...< </div>
    You either adapt and come into the fold or you expend terrible energies fighting FCP. Your choice. But you can trust us, FCP will never work like your Avid, whatever that was.
    Uncompressed titles rendered in any QT codec are easily imported from any other application. They will be rendered to the format settings of your sequence timeline. Period. If you're using DV or encoding to MPEG2, your beautiful After Effects work is going to be turned to various kinds of mush. You compensate for the inevitable mush with experience and understanding of the differences between progressive and interlaced targeted outputs. Titles in FCP are just as fabulous as any other system once we learned how to use the tools.
    We've been dealing with "my titles look terrible" posts like yours for several years around here. The titling tools in FCP can produce superb results and these questions always point to two answers: a) Operator error or, b) Failure to view rendered titles on an appropriate output device instead of the computer monitor.
    Anyways, is there anyone who knows how to import text and CGI into FCP at 1:1? Perhaps a capture card that does it? Kona? I am new to FCP and am interested in creating a system equal to Avid Xpress Pro with Mojo. < </div>
    Why would you think you can capture files at a better resolution than importing them? Is that how your Avid (whatever that is) used to work?
    You can get upset about sarcasm if you want to but we're a great bunch of folks. You don't need to take anything I or anyone else says personally unless you feel compelled to do so and we can't help you with that. We've tried to answer your questions and we invite you to search the forum archives for similar threads. There are hundreds of similar threads about titles and there are hundreds more from disaffected Avid and Media 100 users who have the same troubles you are having adapting to the new platform.
    bogiesan

  • Newbie Needs Help - PreE7 - using text/titles

    I'm learning PE7 and I'm having difficulty achieving the results I want with text - I hope someone can help...
    I have a 'visual' (screen capture) you can view here in my photoshop gallery here: http://tinyurl.com/ybeu2t9
    My Goal: To create a video from still images with occasional, black, blank clips with text in between.
    My Problem:  Some of my text is 'animated' and I don't want it to be.  I can't figure out how to remove the animation nor do I understand why it's happening in the first place.
    If you look at my 'visual', you'll see:
    item (1) is a clip where I have a still image (repositioned on a black background) with text over it.  Both the text and the image are set to fade out to the next still in the video... I'm not quite sure how I managed to achieve this but the results are what I want for this one.
    item (2) is a clip where I created a blank and then added text to it.  When I play it, the text is static (not animated at all) and this is just the way I want it to be.
    item (3) - here I tried to duplicate what I did with item 2 (though with different text), that is, create static text but when I play the video, it is faded in, which I do  not want.  I noticed that it has a little, double-photo, icon in the corner just as item 1 has so I assume it is the indicator that something is happening here but I cannot for the life of me figure out how to remove it.
    I'll appreciate any help!
    Oh, and if it's important to know, I'm using Windows Vista 64.
    Lady of the Thorns (aka Rose)

    Welcome to the forum.
    Thank you for the screen-cap. What I suspect is happening is that you are actually altering an existing Title - one with animation already appled. When you create a Title and drag it to the Timeline, or the Sceneline, you are placing an "instance" of that Tilte only. One can have unlimited instances of the same Title. If you change, say the text in that instance, you are changing it for that Title, so if you have multiple instances, they all will change.
    Now, PrE allows one to do a Title Template, and also allows one to create new Styles. To do Titles that will be the same, with only text changes, the Title Template is easy to use, but you need to do multiple ones, changing the text, as is required of each of those multiple Tiltles. They will now appear in the Project Panel as separate Titles. You can then have multiple instances of any of these.
    An example would be a Title Template with animation and a Style that you want, that says "Place Text Here." You'd bring that Template into your Project and then change that text to "Meanwhile, back at the ranch," and you want it to crawl across the screen (Animation) Now, you want that particular Title to be used in 4 places in your Timeline. You'd just drag it to the required spots. All would read, "Meanwhile, back at the ranch." All will crawl. If you change the text in one, all will update. That is not what we want. If we want a static Title to read, "Looking down on the ranch," we need to do a new Title for that. We'd not use the Template, but could use the Style that we created and saved, creating a new, static Title with our new text.
    On a sidenote, PrPro (PrE's big brother) has a similar Titler. One neat feature on it is a little icon that allows one to do a new Title, but based on the one in the Titler. When chosen, this opens a Title naming dialog box, and then creates a new Title. All attributes will be the same, and initially will have the same text. We change that, and it's in a new Title, so it does not affect any other Titles. This is a big timesaver, and I hope that PrE will add it.
    One additional thing to remember is that the PrE Title animations will affect only one line of text. If one wants animation of multiple lines of text, they need to do one Title for each line of text and then add the animation to each separate Title. These would then be placed in separate Video Tracks, one above the other, so it appears as one Title on the Timeline.
    Hope that this is your issue, and that I have helped you solve the problem. If not, please tell me where I went wrong.
    Good luck,
    Hunt

  • I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Pro

    I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Project that is HD, and tried reconnect media with original HD movies (video), the sequence project got distorted for all the text, shapes used and all.. everything changed its orientation and scale.. Is there a way by which I can preserve my work done on DV PAL and switch it preserving its proportions, scale and orientation, but on a HD project sequence?? Appreciate your help and advice..

    Yes.  A couple of ways that might work.
    First Way
    What you need to do is load one of your hd clips in the viewer and edit into a new HD sequence.  Does it display correctionly? 
    OK, select the clip in the hd timeline and copy (command-c).  Now go to the HD sequence with the material that's distorted.  Select all (command-a) and paste attributes (option-v) and choose basic motion and distort.  That should maek things work.  What won't work is anything that you've adjusted as far as basic motion or distort in your PAL sequence.  That I'm pretty sure you'll have to redo.
    Second Way. 
    Choose your original PAL sequence and do a Media Manage changing the sequence preset to the appropriate HD paramenters with the media offline.  You then should be able to reconnect these clips with your original HD media.

  • Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust one and then have to copy and paste this length.

    Is there a way to change the master text length in FCP? The default length is 10 seconds, which is too long. I can easily adjust the length but I don't want to do it each time, and I don't want to adjust a text clip and then have to copy and paste this each time. Ideally, there should be something in User Preferences but there is not. Thanks.

    Maybe some one else can pipe up with a solution, but this would literally take 2 seconds to do for a new project.  And you can create a "template project" that includes this "text" clip.  Save this project and then to a get info and check "stationary pad."  When you double click on this file, fcp will open with a copy of this project and you just need to do a save as. 
    I've been working with computer editing systems for longer than i can remember and at a certain point you just have to adapt your workflow to the limitations of the software.  

Maybe you are looking for

  • I have Adobe Acrobat 6.0 Pro  how do i get it to work on my microsoft surface 3

    I have Adobe Acrobat 6.0 Pro  how do i get it to work on my microsoft surface 3

  • InputStream from a String?

    Hi all, does anybody know how you would go about getting a java.io.InputStream from a string object? I know you can create a StringReader from a string, but the StringBufferInputStream is depreciated. I want to parse an xml String with the DocumentBu

  • Publish .ibooks file to iTunes U

    I've created a .ibooks file that I'd like to distribute via my University's iTunes U page.  The iBooks Author FAQ page says that content may be distributed via iTunes U, however it doesn't state in what format.  I'm assuming only PDF or ePub since th

  • The customer themes not working after installing support package.

    Hi,   In a Web dynpro ABAP aplication that i made in a project, we have a customer theme. We transported the development of a new host that had a higher level of support package, and it has stopped working properly the customer theme. We´ve gone from

  • Cursor blinking in NAT tab

    The cursor is blinking in the NAT tab box after the IP address - do I have to fill in a value - everything else seems to be working