Editing a single color in FCP

Hi Everyone,
Is it possible to select and alter a single color in Final Cut Pro? For example, suppose you have an outdoor shot and everything on the ground looks good but you'd like to make the sky a little more blue. Is this possible?
Many thanks
Gene

Give this a look... not exactly what you had in mind... but it will help you none the less.
Also -- to select a RANGE of color -- hold down the shift key after selecting the eyedropper and drag your mouse around the color you want to limit.
http://proappstuff.com/proapptipsvideotutorials/879F6B61-CFF9-4FD1-8D43-FDF89605 611A/5FB37E30-CA68-42CF-9492-E8E89FAFE83F.html
Good luck,
CaptM

Similar Messages

  • How can i import my color editing from apple color to fcp x

    Hello mates,
    I edited my project in FCPX 10.0.8 than i export XML file and open it with DaVinci Resolve to export it again for Apple Color. So far so good no problem. I edit my color in that program but when i said send to final cut pro it was opening with the old projects. I mean i can't see my color editing in that project. I can't figure out how can i import that file in fcp x. I tried to export an XML from color, but i couldn't open it with Davinci nor FCPX.
    So i will be very glad if you help me..

    FCPX does not read Color XML exports. You would need to export the finished footage in Color and reimport that into X. Resolve is free and offers a far more integrated workflow with X than Color ever will (as it's long been discontinued).

  • How to convert from Grayscale to single color channel

    I hope that someone here might be able to help. I am writing an application which loads in color channels separately, to be merged by the application The images are multi-page TIFF files. The trouble that I am running into is that the application loads the images into grayscale, so when I merge the channels, they are merged as grayscale, not as the correct colors.
    I use the following on each color channel to load them in:
    public static BufferedImage[] loadTiff(File multiPageFile, int colour) {
        BufferedImage[] img = null;
        ArrayList<BufferedImage> tmp = new ArrayList<BufferedImage>();
        try {
            SeekableStream stream = new FileSeekableStream(multiPageFile);
            String[] names = ImageCodec.getDecoderNames(stream);
            ImageDecoder dec = ImageCodec.createImageDecoder(names[0], stream, null);
            int numPages = dec.getNumPages();
            for (int i=0; i<numPages; i++) {
             try {
                    RenderedImage im = dec.decodeAsRenderedImage(i);
                    BufferedImage bi = PlanarImage.wrapRenderedImage(im).getAsBufferedImage();
              //In case not all pages are valid images, we use ArrayList as it is dynamic
              tmp.add(bi);
                }catch (RuntimeException re) {
              //Once the exception is caught, we can decode the layer here for whatever means.   
        }catch (FileNotFoundException fnfe) {
            System.err.println("File not found.");
            fnfe.printStackTrace();
        }catch (Exception e) {
            System.err.println("General Exception caught");
            e.printStackTrace();
        //Convert to an array to be returned.
        img = new BufferedImage[tmp.size()];
        for (int i=0; i<img.length; i++) {
            img[i] = tmp.get(i);
        return img;
    }So a BufferedImage array is returned (one element in the array for each page in the multi-page file). Before I return the BufferedImage array, though, it would be good to convert it to the correct color. I know which channel is currently being loaded. Does anyone have any tips on how to shift from a grayscale intensity to a single color intensity? I have tried a number of things regarding byte shifting, but I am really none the wiser.
    I have tried, for example, reading the int color value:
    int color = bi.getRGB(w,h);The trouble is that this number is not in the region 0..255, so I don't know how I can use it. If I shift the number:
    color = color>>16I get a number smaller than 255 (although it seems to be negative), but I don't know whether I can use this value for a single color channel, i.e. if the current color is red, saying:
    Color redC = new Color(color, 0, 0);
    bi.setRGB(w,h,redC); //Slow and inefficient. There must be a better way.When I try doing that, I end up with nothing drawn or visible.
    Does anyone have any ideas? Thanks in advance.
    Edited by: doughnuts64 on Jun 12, 2008 6:27 AM

    Thanks for the response. It has been helpful in getting my problem sorted. I was not creating a new BufferedImage - I was just using the one that had been loaded in, and as such had not realised that the type was not TYPE_INT_RGB. As soon as I instantiated a new BufferedImage of the same dimensions and colour TYPE_INT_RGB as you suggested, it worked! So thanks for that.
    Whilst that does work, it does slow the application incredibly as it has so much data to cycle through. Ideally, I would be able to load the image in directly as the colour channel in question, rather than loading in as grayscale. This way, the application would only require the amount of time needed to load in the images, not to process them on a pixel-by-pixel basis (typical images are made up of over 16,000,000 pixels for each colour channel, and we typically load two files in at once - both for separate colour channels, so over 32,000,000 pixels to process).
    As I am loading in multi-page tiff files, I am having to use the JAI (Java Advanced Imaging) toolkit. I use the following code to load in my multi-page tiff into a BufferedImage array, where each element of the array represents one of the 'pages' in the multi-page tiff file:
    SeekableStream stream = new FileSeekableStream(multiPageFile);
    String[] names = ImageCodec.getDecoderNames(stream);
    ImageDecoder dec = ImageCodec.createImageDecoder(names[0], stream, null);
    int numPages = dec.getNumPages();
    BufferedImage[] finalImage = new BufferedImage[numPages];
    for (int i=0; i<numPages; i++) {
         RenderedImage im = dec.decodeAsRenderedImage(i);
         finalImage[i] = PlanarImage.wrapRenderedImage(im).getAsBufferedImage();
         //...colour changing code currently here - loops through finalImage array, and on every pixel of every layer
    ...To be able to automatically convert the colour channel without having to loop on every pixel (and thus save an incredible amount of loading time) would be helpful.
    Thanks.

  • Why does my canvas display white after importing sequence from Color into FCP 7

    Hi, I have a problem involving the relationship between Color and Fcp 7. When I imported my Color grade back into fcp 7 it permanently changed my fcp working file, even the other ungraded sequences. Now when the cursor is static over a clip all that is diplayed on the canvas is white, but when the film plays it plays normally. This is obviously a problem because it is useful to see individual frames when editing.
    Furthermore, when I exported the graded sequence from Fcp 7 as a .mov, certain parts were now blocks of white, the first time it seemed to be the parts where there were green unrendered bars above the clips in the fcp file, but then the second time I rendered it all prior to exporting and there were still two areas where it was white in the export, namely the title credit which I had made against a colour solid Matte, and also a greenscreen clip that I had imported from After effects.
    The problem now is that it has permanently changed fcp so that all of the working files for my different projects now display as white when the cursor is static.
    Does any one have any ideas?
    Thanks alot,
    Bill

    Ah actually just solved the problem, turns out it has nothing to do with Color after all, just on the Canvas drop down menu to the right it was set to Alpha rather than RGB - very simple really!

  • How can I allow multiple users to edit a single shared iCal calendar?

    Is it possible to allow multiple users to edit a single shared iCal calendar? I also want to provide different permissions to those users. Is this possible through .MAC? Is it possible on Mac OSX Server?

    I would like 2 agenda synced through .Mac but it does not work.
    I have 2 computers and 2 laptops. A very simple agenda with 3 calenders. Myself my partner and the office calender. I want to publish my calender and that of my partner. The office calender I would like to sync so that we can change the office calender at any location.
    I set up sync only for iCall and have a .Mac account. When I change anything on any of the calenders in iCall nothing happens on any of my other locations. Even though the locations are registered as synced. I can see the sync wheel turning but at the end of it the calenders are not synced.
    At this moment I fully understand the publish and unpublished calenders but have no clue what so ever what syncing does for iCall. There seems to be no functionality to it. It does not transport any calender info over .Mac. There is no visable check to see what is happening and the process of syncing is not transperent. Lots of my friends go to me for advise on Apple issues but as far as sync wether iCall or Addressbook I always tell them sync does not work and I have no clue why others have it working. I haven't met any people here in Holland either that got in working. I suppose with iCall you have to get third party software to share calenders editable calenders. Really hopeless situation, wish Apple would just have a manual stating what sync can do and what it can not. Hours wasted on this issue trying to get it to work.
    Hope anyone here can help out.

  • Multiple pages that edit a single row

    I have searched on tabs and editing a single row using multiple pages and I am confused. I don't want to use java as I am trying to not learn that too...
    What I am trying to do sounds like it has been explained before but let me do this again...
    I have a record that is too large to fit on a single screen. This makes for a cumbersome entry process. The record is actually broken into four "logical" chunks. Main, Sub1, Sub2 and Sub3.
    I have made a list that will allow the record to be selected and call the first logical page... L1.
    I have made tabs that show all the pages and allow me to navigate between them quickly.
    When I get to L1 all the data is there. I may not change any data on that page and go directly to L2 through L4. However the record is not brought forward onto those pages. So the pages are not related (and I don't have the terminology right I know :) and I could "link" the pages. So here is what I would like the application to do;
    1. Display a list and allow the user to select the record to edit.
    2. Upon edit go to the first page (tab).. this works
    3. Allow the user to select a tab and the page displays the data for the record selected
    4. Allow the user to complete the edits and save the record. Upon save the user is returned to the list in step 1.
    I was thinking there are several ways to do it... but I was hoping someone could save me a bunch of trial and error (emphasis on the error) ...
    1. When navigating off the page save the record, pass the key and re-read the record... ugly huh?
    2. Pass all the session data for the record over to the next screen. Is that possible? e.g pxx_field1 = pyy_field1
    The the question was does a template with two level tabs keep the record data between tabs?
    Any help is greatly appreciated.
    Sam

    I think this works... kinda
    1. I have a "list" that allows the selection of the item to edit.
    2. That list opens a page that is the "header" page for a tab set.
    3. Each page in the tab set uses the same "ID" to read the record and display the columns. That is how it would work if the list called each individual page.
    4. I modified the "slave" tabs to have the "ID" of the "header" page.
    This displays the correct data on each page. And it looks like the "apply changes" button saves the changes on the page.
    Caveats inlclude (I think as I haven't done exhaustive testing"
    1. "apply changes" must be done at each page where there were changes or they would be lost.
    2. The first dispaly of the page is blank. Clicking on the tab a second time displays the data. This is true if it is the first time a user selects a record in a session (the "slave" tabs are blank) or if it is a subsequent record update (the "slave" tabs have the last records data.
    Thoughts... is this really boring to everyone but me?
    Sam

  • HP Color Laserjet CM1015 MFP prints colors looking like 3D while single colors print fine.

    HP Color Laserjet CM1015 MFP prints colors looking like 3D while single colors print fine.  I have tried several calibrations with no change.  I have reset printer to factory default with no success. 

    Hi AFace; hope you are doing well and sorry to hear that you are having this issue.  
    Your HP Color Laserjet CM1015 MFP is a commercial product. I will suggest posting and looking in the forum for HP Business Support for a better chance at finding a prompt solution.
    You may find the commercial Laserjet board here.
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Thanks;
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    I have the same problem with my iPhone.  I set up a recurring calendar event for every Thursday.  That event is no longer happening during the summer, so I went in and chose one from the current month and selected Delete.  Then it gve me two choices, one of which was to Delete All Future Events of this one, and that's what I chose.  I figured, this way, I'll still be able to see the ones from the past, but won't have to see (or hear the alert) for the future ones.
    The following week, my phone alerted me to the appointment, and even showed it on the initial screen, even though it wasn't in the calendar.  I went in to the calendar and NOTHING was scheduled for that day.  So why is this happening?
    So I set up a new recurring event, for in the past, then went in and deleted all furture occurances, and it did the same thing... still alerted to an event that was no longer in the calendar.
    I hope somebody else has found a fix, or at least a reason for why this is happening.

  • Copy and Paste Single Color Correction

    I'm trying to copy and paste a single color correction to the rest of the clips in the timeline and run into a problem.  I've tried to disable the other color corrections before copying but all that does is paste the unchecked correction also.  I've tried deleting the other corrections before copying but that likewise deletes all the previous corrections in the clip that I paste to.  So in other words, no matter how I configure my color corrections in the clip that I copy from, the exact same configuration is what gets pasted into the paste clip.  Surely there is a way to copy a single color correction when dealing with clips with multiple corrections?  My protocol is to adjust contrast on one correction, color balance on another and now I want to add a tint to a number of clips with out having to write down the color parameters and individually make the adjustments in maybe 70 or 80 clips.  Thanks for any insights.  Oh yeah I'm using FCPX 10.1.1

    You don't.  In the PRIMARY and SECONDARY rooms, you can save grades.  Park your playhead on a clip, hit SAVE. Those grades will show up no matter what project you open in Color. 
    What I do is make folders for every project, and save my shot grades in there.  I can then apply it to another project, if I have the need.  When working on a reality series, I often have the need.

  • Do all editing before any color correction?

    I have just gotten final cut pro x.
    I have some experience (very limited a couple of years back, with a Sony Home Movie Studio Platinum).
    I am shooting my own music video.
    Really enjoying using FCPX atm.  Niggles aside (the lack of a manual save feature)
    Just curious about workflow/resources.
    Should I do all my editing, prior to color correction from a resources standpoint.
    Does it make it slower, rendering say a zoom in the transform function with color correction applied, than without?
    Eg, I have a clip, I put a keyframe and start and end of the clip. Then I scale the clip to 105% on the end of clip keyframe
    to simulate a zoom in. 
    Should I be doing all that kind of editing, then applying any color correction or video type effects?
    cheers
    Wiz

    Should I do all my editing, prior to color correction from a resources standpoint.
    That's the SOP for working with professional video. You organize your media, you edit your media, you mix your audio, you add your transitions and titles, add effects and motion, color correct your video.

  • Editing a single cell at node level in Alv tree

    Hi ,
    I  am a beginner in ALV tree.Can u please let me know if its possible to edit a single cell at the node level ?
    Thanks in advance.
    Archna

    Check the Standard Program may it helpful BCALV_TREE_ITEMLAYOUT.
    Kanagaraja L

  • How come the color of items in some MC can be edited whilst the colors of other MC can't

    How come the color of items in some MC can be edited whilst
    the colors of other MC can't. All layers are unlocked.

    Need more info - could be anything - maybe the object is a
    Drawing Object - or Grouped - or an
    instance of a symbol - or...?
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    nikos_golf wrote:
    > How come the color of items in some MC can be edited
    whilst the colors of other MC can't. All layers are unlocked.

  • When sending to Color from FCP, my video is mostly black, with some green highlights.

    I have a sequence of ProRes 422 (LT) and I'm trying to send to Color from FCP, however, when the project opens, the video shows up as mostly black, with most highlights green, blue and red -- but 90% of the frame is completely black.  The weirdest part is, in the Color timeline, I can see the thumbnail for the video and it looks just fine.
    Currently, I have a 2010 Mac Mini with 4gb of RAM and it's hooked up to my monitor through the HDMI port.  Any help would be greatly appreciated.
    Thanks!

    I just got the 2010 Mac Mini -- but my previous Mini was the early 2009 model with only 2gb of RAM and Color ran just fine.  Any help/suggestions?

  • Mac Avid to Color and FCP

    A freind of mine--yes, honestly, there is a friend--has built a project in a Mac Based Avid Program. He no needs to take it to another person who will color correct it using Color in FCP. I am Mac only literate and don't have an answer.
    Can anybody give me some insight on how it needs to be transfered?

    You will have to recapture. Best to use Automatic Duck to help. Export an AAF from Avid, use the Duck to import that into FCP...it retains a lot of information from the Avid, pretty amazing.
    www.automatic.duck.com
    Now, while the Duck can export ref QTs to allow FCP to see the media...you need to have the Avid codecs installed for this to work...but then you cannot send this to COLOR, as COLOR doesn't work with Avid media. I have tried then using the Media Manager to convert to ProRes, but that didn't work out well. The Avid original MXF files might be the issue, but it just didn't work. You will have to recapture the media.
    But it is pretty easy.
    Shane

  • Cannot Edit a pantone color in illustrator

    Has anyone encountered the problem of not being ablw to edit a pantone color in illustrator? I'm trying to switch it to process CMYK and the top portion of the editing box is ghosted out.
    Solution?
    Thanks !!
    Ron

    You need to have the swatch palette open > click on the element that uses one of the Pantone colors > the swatch should be highlighted in your swatch palette, panel, whatever > you should see the CMYK triangular square in the palette > click on the CMYK icon to convert the color to process > should show up as a new swatch, if not, just drag it to the swatch palette.

Maybe you are looking for

  • How do I get rid of Startnow and Bing on my tool bar. I don't want to use them

    I want to remove Startnow and bing from my firefox tool bar. I am using dogpile.

  • Director 8.5 content in mac OS X

    I'm not a Director user, so please bear with me. I maintain an interactive kiosk in a children's discovery room. The content for the kiosk was created with Director 8 educational version some 6 years ago and has been running on a G4 tower operating o

  • Is there a way of archiving iMessages?

    I have been in iMessge contact with a friend for about a month and we would both like to save these messages in some archiveable format. I have an iPhone with IOS 5 on it and an iMac but I'm not sure whether messages can be transferred to the iMac to

  • Upgrade WLC 5508 IOS 8.0.100

    Hi I wan to upgrade the IOS version on WLC 5508, but I do not is recommended,  Can you help me is recommended upgrade for this version?. The apple devices have a problem with retry authentication constantly regards

  • Is it possible to change trigger firing sequence by program?

    Hi, I would like to know if there is a command like set_item_property or set_block_property or set_lov_property which can allow to change by program a trigger firing sequence. I do not find any, so i think i have to do it manually in property palette