Can I change managed media to external media in FCP 10.1?

I just upgraded to Mavericks and FCP 10.1.1 and I think both are great software so far.
I am working on a documentary with about 250 GB of HD footage. The footage for the project was all on the same external drive where I am saving the Library, and I thought I chose "Leave files in Place" when I imported to save hard drive space.
I have done a lot of keywording, markers, synchronizing clips, color balance tests, etc. though no real timeline editing at this point.
But I discovered today that the Library is huge: ~270 GB. That suggests I imported the media to be "managed media" rather than external. This means the media is taking up twice as much space on the hard drive as it needs to.
Is there a way to remove the imported media from the Library but keep the pointers to the original media and also keep all the keywords, markers, etc. I have already done? I'd like to switch it to "external" rather than "managed" as if I had chosen that when I imported (which I must not have done). But I don't want a new copy of the media files (see Note #1 below), I just want to point back to the source footage on the same disk.
Notes:
I found info about using "Consolidate" and foolishly tried that. Now the Library in question is reduced to ~45 GB and there is a folder I saved the files to that is ~250 GB. So the external drive now has a 45 GB Library, a 250 GB Consolidated files folder and 250 GB of original footage files.  I still want to get rid of the duplicates of the original media without losing the keywords, etc.
The footage is well backed up elsewhere (2 copies of the raw footage on separate drives).
Thank you!

Thank you, Luis.
I appreciate your advice but am not clear about a few things.
1.
For some of the clips in the Event Browser, "Reveal in Finder" is greyed out. I did some digging in the "Consolidated" folder in the Finder and confirmed that the three I checked just now are, in fact, there in the "Consolidated" folder and should be accessible from the "Reveal in Finder" (but aren't).
2.
There is no "Show Original" option when I select one of the files in the Finder.
[I'm not sure how the symlink works in Mavericks (or other recent OSXs), but when I "Reveal in Finder" from the Events browser, the items in the "Consolidated" folder are listed with the name in black type and the Date Modified, Size, Kind listings in greyed out text.]
3.
The names of the files that are revealed by "Reveal in Finder" have the date of import into FCPX plus the term "(id)" appended:
for example: "2013-11-15 17_02_44 (id).mov"
I changed the names of the clips in the Event Browser since they had all come in with the default date-time format and I wanted to clarify for myself what the files were (there are 428 files at this point). So that name probably matches what it was originally imported as.
4.
The footage is stored on the hard drive as the raw format recorded by the cameras (a Canon and a Sony). So the original footage is in typically byzantine folder structure.
For the Sony footage it's:
XDCam Raw...>
     BPAV>
          CLPR>
               -03_8354_01>
                    -03_8354_01.MP4
                    -03_8354_01.SMI
                    ... (several other files)
So I'm wondering if FCPX has to import this footage into mangaged media since the source footage is raw.
And I'm uncomfortable deleting the original raw footage (yes it's backed up elsewhere but this is my only local backup).
So I'm back to: Can I save space by changing the currently managed media into external media without duplicating all the media (as I did when I did the "Consolidate" command)?
Or does the raw footage have to be imported and used as managed media since FCPX can't work directly with RAW Sony and Canon footage?

Similar Messages

  • Can I change partition size of external HD without losing Data

    I have an external HD that I use one partition for backup and use another partition for Time Machine. I need to change the sizes, need more on my backup. Can I change partition size of external HD without losing Data? I just changed from a Powermac G4 using Leopard to a Macbook Pro with Lion, so I am also thinkin in getting everything set up, format the Time Machine with the old stuff and make a new Time Machine.

    The Disk Utility can't change the starting point of a partition without erasing it and the data on it.
    (72024)

  • Can I change managed Aperture Library to a preferenced one?

    Hi!
    So, is it possible somehow change managed library to a preferenced library? I think it would be easier to have preferenced library if I would like to use some other programmes in addition to Aperture. I have my photos included in my old folder structure also. I imported pics from that folder structure into Aperture's library. Thanks for any advice!
    Jonne

    This is easily done by selecting the files you want to change from Mastered to Referenced, and choosing the menu option Files>Relocate Masters.
    You can use custom name formats, which also include the ability to create subfolders based on certain criteria. See pages 139 and 105 in the Aperture User Manual for information on this procedure. It is available from the Help menu.
    -Karen

  • Satellite M50-156: How can I change resolution for my external monitor?

    Hi,
    I bought an exernal monitor for my laptop M50-156 which has a resolution of 1920x1080.
    But the problem is that such a resolution is not available in the display settings of my computer!
    I tried to update the graphic card and chipset, but the max resolution I have is 1280x1024!
    So my external monitor cannot display properly :( Did anybody have the same problem?
    Please help.. Thanks.
    Beb

    > But the problem is that such a resolution is not available in the display settings of my computer!
    The resolution is not available and this says everything!!! Its not possible to choose this and you will have to use another resolution!
    There are two reasons why your favorite external resolution is not available:
    1) the graphic card chip does not support this
    2) or the graphic card driver does not contain this resolution.
    In your user manual you can find all supported and available external resolution
    But I assume the 1920x1080 is not supported

  • How can we change the time of the media file from java code ?

    Hi,
    particularly, how can we start the media file from the second 55 and not from the second 0 (beginning) ?
    Thanks.

    I tryed to use such method but an exception was raised:
    javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    Exception in thread "main" javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    below is the code related to playing media file:
    package com.sabily.mualim.main;
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.Container;
    import java.awt.Panel;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.media.ControllerAdapter;
    import javax.media.ControllerListener;
    import javax.media.Manager;
    import javax.media.NoPlayerException;
    import javax.media.Player;
    import javax.media.RealizeCompleteEvent;
    import javax.media.Time;
    import javax.media.TimeBase;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class MediaFileDemo extends JFrame{
         private Player player;
         Component center;
         Component south;
         private void loadMediaFile() {
              final Container contentPane = getContentPane();
              if (player != null) {
                   player.stop();
              try {
    //               player = Manager.createPlayer(new URL("file:C:/Nouveau dossier/e1_intro.wav"));
                   player = Manager.createPlayer(new URL("file:C:/mp3/001.wav"));
                   //player = Manager.createPlayer(new URL("file:D:/Film/Earth_Planet/Planet.Earth.EP08.Jungles/Planet.Earth.EP08.Jungles.avi"));
              } catch (NoPlayerException e) {
                   e.printStackTrace();
              } catch (MalformedURLException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              ControllerListener listener = new ControllerAdapter() {
                   public void realizeComplete(RealizeCompleteEvent event) {
                        Component vc = player.getVisualComponent();
                        if (vc != null) {
                             contentPane.add(vc, BorderLayout.CENTER);
                             center = vc;
                        } else {
                             if (center != null) {
                                  contentPane.remove(center);
                                  contentPane.validate();
                        Component cpc = player.getControlPanelComponent();
                        if (cpc != null) {
                             contentPane.add(cpc, BorderLayout.SOUTH);
                             south = cpc;
                        } else {
                             if (south != null) {
                                  contentPane.remove(south);
                                  contentPane.validate();
                        pack();
                        //setTitle("Lesson 1");
              player.addControllerListener(listener);
              player.setMediaTime(new Time(15));
              player.start();
         public MediaFileDemo() {
              loadMediaFile();
         public Player getPlayer() {
              return player;
         public void setPlayer(Player player) {
              this.player = player;
    Best Regards

  • How can I change the port for Adobe Media Player?

    After instaling Adobe Media Player I lost my IIS. AMP has hijacked my port 80. Now how could I alter configuration so that AMP will use a different port.
    I have many programs configured for Port 80 and I dont want to go and change all of the hardcoded ports in Javascript and CSS files.
    http://hodentek.blogspot.com/2009/04/adobe-media-player-internet-information.html
    http://hodentek.blogspot.com/2009/04/adobe-media-player-and-iis-part-2.html

    These tools you are talking about, did you configure the tnsnames for them?
    If you plan to change the default listening port, you need to modify the listener.ora file under $ORACLE_HOME/network/admin
    After 9i, Oracle has service registration
    A feature by which the PMON process automatically registers information with a listener. Because this information is registered with the listener, the listener.ora file does not need to be configured with this static information.
    You can try to run one listener, see if both instances can register themselves in even they are different versions.

  • Can I  change the information,such as MEDIA URL,username and password  ,from English to Chinese?

    I have downloaded the OSMF1.6.1 from the website http://sourceforge.net/projects/osmf.adobe/files/. And here comes the question.When playing encrypted video with OSMFPlayer, I want to change the message such as “user name” and “password” in the AuthenticationDialog into Chinese. However, when I altered the code by Flash Builder 4.5, the message can not be displayed in the browser after running. I have noticed that the font in OSMFPlayer is standard07_55, so I wonder that if this problem is related with the default font? I want to know if there’s a way to display Chinese information instead of “user name” or “password”?
    Thank you!

    I have downloaded the OSMF1.6.1 from the website http://sourceforge.net/projects/osmf.adobe/files/. And here comes the question.When playing encrypted video with OSMFPlayer, I want to change the message such as “user name” and “password” in the AuthenticationDialog into Chinese. However, when I altered the code by Flash Builder 4.5, the message can not be displayed in the browser after running. I have noticed that the font in OSMFPlayer is standard07_55, so I wonder that if this problem is related with the default font? I want to know if there’s a way to display Chinese information instead of “user name” or “password”?
    Thank you!

  • Can I change a clip to proxy media if it's already in my project timeline?

    I'm halfway done with a basketball highlight video, and I got a message saying to use proxy because "video frames were dropped during playback."
    So I learned how to transcode clips to proxy, but I can only seem to be able to do that if the clips aren't in the project. That would mean I have to start all over again... Please tell me there is another way! Thanks

    I thought another post of yours was a duplicate. No, it was a triplicate. I don't want to sound like a stuffed shirt, but it gets really confusing when people the same question multiple times..
    Russ

  • How can I change the location where iTunes saves iOS 5.1, new data, synchronized apps and other data?

    My hard drive C is full. I changed the location of the mediathek to an external hard drive F and moved all media data there. Also, I synchronized my iPad with this new set-up. So far, everything worked out well.
    Now, why is iTunes stll saving data, like the much needed iOS 5.1, to C? This actually makes it impossible for me to finally update my iPad, because my C drive is simply full!
    Also, iTunes does not synchronize my iPad apps or my photos. When I try to synchronize them manually, iTunes starts to save data to my C drive. How can I change that to my external drive F?
    In a nutshell, how can I move iTunes once and for all to my external hard drive F (or at least, to a different hard drive on my computer)? There is simply no space on my C drive for it at all.
    Thankyou so much for an answer, I am literally going nuts right now!

    I found the app that I'm looking for it's called sensor kinetics pro and the link is
    https://itunes.apple.com/us/app/sensor-kinetics-pro/id623633248
    Message was edited by: lightninginajar

  • Can a pdf link to an external file

    ... so changing the original file changes the pdf?
    I've got a dinner riding on this. My co-worker says don't change that Illustrator .eps file - all our pdfs are linked to it! You'll  mess them up!
    I say - what? no way...  pdf's aren't linked to external .eps  files (that we imported into Quark and made pdf's) They are standalone docs. I did a test and can't replicate what he says. Using high-res print pdfs.
    What you say?  Am I buying dinner?

    Thanks for the input guys.
    I've been making pdf's well over 10 years but use only a narrow set of pdf types. I know there is a range of options and things you can do with pdf's that I've never done. This co-worker is actually my boss and he's adamant this has happened to him, pissed that I'm doubting him and won't let me improve a workflow system because of it.
    Maybe there is (or was in the past) some type of pdf that can link to an external file and can be changed by revising the external file?

  • Can I change the file path that itunes reads my music files from? 65000 files trying to be transferrd from external to internal HD. I dont want itunes to manage my collection, just read it. thanks

    Can I change the file path that itunes reads my music files from?
    I have about 65000 music files that i have transferrd from my external to a new laptop internal HD.
    I have organised the folders myself as I use a PC and do not want itunes to organise the folders because when I'm searching through music on windows it is sorted out by artists/albums with 'the...(eg  The Beatles)' under 'T' instead of 'B'.
    Long story short.... Is there any way that I can keep my itunes library as it is on the external HD and copy it to the new laptops C drive, keep all the info (playlists etc) and still have the same folder structure as on the external HD?
    Or, is there any way of making windows sort things in alphabetical order like it is in itunes (eliminating the 'the' issue)?

    The files that weren't inside the media folder on the original machine need to be copied over to exactly the same paths as they had on the source machine. See this thread for an ongoing discussion of a similar problem. See also this post on migrating the iTunes library.
    tt2

  • Not enough space on PC for media backup for ios 5.0 upgrade. Can it be config to use external 1T drive, rather than C: drive?

    We have iPhone 4 and 3GS, iTouch and Nano.
    The PC has about 3GB on the C: drive available, and I have an external USB connected 1T drive which is just about empty.
    Can backup / sync functions be changed to use the external drive?
    i-device backups and media files have taken over much of my C: drive space.
    The iTouch upgrade to ios 5 is stopped because the media would be lost due to insufficient C: drive space.  (Requires 3.5GB)

    Move all of your media files to the external hard drive, then delete the information on your C: drive.  Take a look at this link for instructions.  http://support.apple.com/kb/HT1364

  • Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Did you use Firefox to download something to that external media?
    If so, try clearing the Downloads Manager.

  • Can't change the media type in iTunes

    I just recently bought my first MBP and I have been busy transferring all my files from my Vaio to my MBP. I convert all my dvds to digital format and keep them on an external HDD (LaCie 1TB HDD) and was adding them to my iTunes on my MBP. I came across a problem trying to change the media kind for some of the videos.
    I have several shows on my HDD (anime, Dexter, Walking Dead, etc.) but when I go to change the media kind to TV Show, it doesn't let me. The info on the folder says my MBP has "Read only" permission. How can I change this so I can read and write the files for my MBP? This is about the only snag I've come across trying to set up my MBP similar to my Vaio.
    Thanks in advance
    Bryan

    With the folder's "Get Info" window open, click the pad lock at the bottom right of the window to inlock it (you'll need to type in your system password--the one you use to log in to your computer).  Then, select the "read only" privilege next to your name and slide up to select "Read and write."  If there are other folders within the folder, click on the gear symbol at the bottom of the window and select "Apply to enclosed items..."

  • I have all my music on an external media drive that has crashed. How can I get the music of my ipod touch back onto the comupter without loosing the music when it syncs?

    I have all my music on an external media drive that has crashed. How can I get the music of my ipod touch back onto the comupter without loosing the music when it syncs. in order to start rebuilding my music collection?

    You should be able to recover the media with the tips in  this post from forum regular Zevoneer but I'm not sure what the implications are for your application settings. You can probably transfer your purchases into a newly authorised library, backup the device, recover any other media using third party tools, then restore the device from the backup. That should switch the assocation of the device to the new library but it is not something I've personally tested.
    When you get it all working, make a backup!
    tt2

Maybe you are looking for