Thread: Ask Mike Most Anything

Reply to Thread
Page 16 of 17 FirstFirst ... 6121314151617 LastLast
Results 151 to 160 of 161
  1. #151  
    Senior Member
    Join Date
    Apr 2007
    Posts
    3,577
    Quote Originally Posted by mikeburton View Post
    Hey Mike,
    I've been debating upgrading our facility projector for a few months and have been hesitant due to the added cost of installing 220w power required and a little bit of contractor work on our room. I recently heard about the new Sony VPL-VW1000 4K home theatre model. It says it's DCI complient and all the reports I'm hearing are great. But I was wondering if you had any experience or advice in this area? Is the Barco DP-12C the better way to go with the added cost factor? Our room is approximately 22ft x 18ft and we have a 147" Stewart Screen so it should be perfect to hang in our current spot approximately 16ft from the screen. Any info would be appreciated.
    For a facility, I feel that accuracy and adherence to standards is more important than pure resolution. And accuracy in terms of blacks is a very critical factor in critical color environments. For these reasons, I would stay with the 2K DLP technology, but that doesn't mean you should. It all depends on whether you value accuracy over numbers and PR. I can tell you, though, that nearly every major DI company in Los Angeles (and presumably other major markets as well) also values accuracy above all other considerations, and have made their equipment choices accordingly. Feel free to read into that what you will.
    Reply With Quote  
     

  2. #152  
    Senior Member
    Join Date
    Apr 2007
    Posts
    3,577
    Quote Originally Posted by Nick Metcalf View Post
    Hi Mike, I was listing to an fxguide interview recently where Peter Doyle describes using a 3D color matrix to neutralize and image:

    "If you just desat the blue you would be desating everything of its blue by the same amount... where if you use are using a 3D color matrix it would just say wherever there is more blue than red and green neutralize it to be the same."

    @ 00:37:50

    Do you know how this can be achieved? In this case is a 3d matrix the same as a 3d lut?

    It's not the same, but in most cases a matrix can be implemented through a 3D LUT.

    Basically, a matrix is used to "cross pollinate" the three color channels. Each channel is allowed to have a mixture of the other two as well as its own component. So the Red channel, for instance, can contain the information from the Red channel as well as a portion of the information from the Blue and Green channels. Each of the three channels, in effect, is given three components. All of this is useful because in terms of how a camera works, it is almost impossible to ensure that each channel is getting pure information. Crosstalk is inherent in the capture process, due to numerous factors including but not limited to impure color dyes in the color filters present on the sensor (in the case of a sensor with a color filter array, such as a Bayer pattern sensor), imperfections in the dichroics of a 3 chip camera design, lack of perfect focus on to the underlying pixels in a color filter array sensor, and imperfections in the optical elements. The use of a matrix allows minimization of crosstalk by analyzing the sensor's output and applying information from all three channels to each of the three channels in proper proportions, sometimes using mathematical expressions for more specific control (that's what Peter is talking about). When done correctly (often by the manufacturer, as they have much better knowledge of the sensor design) this yields purer colors and restores "normal" saturation. Graeme can explain this in more depth, but basically the colorimetry of Red images has improved in large part due to his updating of the color matrix, which in the case of Red is currently presented to you in the form of Redcolor, Redcolor2, and Redcolor3. In the early days of Red's cameras, the saturation was typically much too low and the colors were not as "true to life" as they are today, in large part due to the lack of a well evolved color matrix. By carefully altering the proportions I'm talking about, both color purity and saturation have been altered based on feedback from users, in order to provide more pleasing results.

    In a post environment, matrixing can be used exactly as Peter describes, to "normalize" a signal that is "wrong", such as an image that was shot with the wrong white balance. One fairly accessible implementation of this is DaVinci Resolve's Color Mixer, which is essentially a variable matrix. I've used that tool to alter entire scenes that were shot with improper white balance, resulting in a very blue image (the color temperature was incorrectly set at around 3200K, which is roughly equivalent to tungsten lighting, even though the scene was a day exterior). By populating the deficient Red channel with information from the Blue channel, and minimizing the blue component of the blue channel, as well as some other channel manipulations, I was able to "normalize" the image in a way that was not really achievable by changing normal balance. Essentially, I used the matrix as a color temperature/tint control, using the blue channel component to alter temperature, and the green channel to alter tint (essentially a change on the green/magenta axis).

    I hope that's not overly confusing. A color matrix can be a very useful tool in the right situation and in the right hands. It is not a "normal" color correction tool (unless you're a video engineer), but in some situations it can definitely do things that other tools are not easily capable of.
    Reply With Quote  
     

  3. #153  
    Junior Member
    Join Date
    Aug 2008
    Location
    NYC
    Posts
    21
    Thanks Mike, that explains a lot.

    Is there a similar tool in Baselight or would they have built a custom OFX plugin maybe? I assume the expressions they were using prevented it from being just a Truelight LUT...
    Nick Metcalf
    Reply With Quote  
     

  4. #154  
    Senior Member
    Join Date
    Apr 2007
    Posts
    3,577
    Quote Originally Posted by Nick Metcalf View Post
    Thanks Mike, that explains a lot.

    Is there a similar tool in Baselight or would they have built a custom OFX plugin maybe? I assume the expressions they were using prevented it from being just a Truelight LUT...
    I don't know, but my guess is that it was implemented as a plugin. The Filmlight guys are very hard core code geeks (and I mean that in the best possible way), and it's possible that Peter had their cooperation in order to build some expression driven tools, much as you would with a program like Nuke. You can use expressions within specific fields in the basic program, but what he was doing requires a bit more than that in terms of the math involved. And no, there isn't a matrix tool in the current release (there is a channel remap tool, but it basically swaps the channels, it doesn't add them proportionally). BTW, Peter has been doing this kind of thing for some time, and on platforms other than Baselight. He used a lot of custom scripts back in the 5D Colossus (which ultimately was sold and evolved into Autodesk Lustre) days when he was working for Peter Jackson.
    Reply With Quote  
     

  5. #155  
    Senior Member Nick Shaw's Avatar
    Join Date
    Dec 2006
    Location
    London, UK
    Posts
    1,391
    You can of course express a matrix as a formula transform such as:

    R = (0.412453*R + 0.357580*G + 0.180423*B) / 0.9505
    G = (0.212671*R + 0.715160*G + 0.072169*B)
    B = (0.019334*R + 0.119193*G + 0.950227*B) / 1.089

    This can be implemented in Baselight as a Truelight layer. Although Truelight in fact then converts the formula into a 3D LUT for speed of processing.
    Nick Shaw, London, UK
    editor/compositor/workflow consultant
    TA at REDucation UK

    REDlogFilm™ to REDgamma™/REDgamma2™/REDgamma3™ LUTs for FCP, Resolve and Color available from www.antlerpost.com/plugins
    Other formats on request
    Reply With Quote  
     

  6. #156  
    Senior Member
    Join Date
    Dec 2009
    Location
    Chatsworthless, CA
    Posts
    1,826
    I believe channel-swapping was also used to create the 2-strip Technicolor look of The Aviator, done a few years ago by Steven Nakamura when he was at TDI/Burbank. It's a powerful tool for certain situations, but not something that I think is necessary for many projects.

    There are many, many ways to create unique looks like that, and I'd bet if you shoved five top colorists in five different rooms, told them exactly what look you wanted, they'd each come up with a different way that would probably work. Some of this is more art than science.
    www.cinesound.tv | location sound / post-production consultant
    Reply With Quote  
     

  7. #157  
    Senior Member Mike Lary's Avatar
    Join Date
    Mar 2011
    Location
    Seoul, South Korea
    Posts
    213
    Hi Mike,

    If you've already covered this I'll go back and break out the fine-tooth comb.

    Here's the situation (theoretical as we don't have files in hand). A customer supplies DPX files for a job that was graded for a film out. We need to grade for broadcast and web as close as possible to the film grade. We're using a properly calibrated (hardware assisted) Cinemage B420 in REC 709 mode and Resolve. My first question is: what is the ideal workflow with and without having access to the preview LUT that was used for the film out grading session, specifically what type of LUTs do we need and where should we place them? Does it make sense to use the DI's preview LUT for emulation and then load a log-to-lin LUT on a node further down the pipeline, or should we be using a custom LUT that performs a color transform as well as the log-to-lin conversion?
    Mike Lary
    Director of Technology, DIGITAL FACTORY, Seoul
    Digital Revolution Since 2009
    Color Correction/Digital Workflow/Red Camera Rental
    www.DigitalFactory.kr
    Reply With Quote  
     

  8. #158  
    Quote Originally Posted by Mike Lary View Post
    Hi Mike,

    If you've already covered this I'll go back and break out the fine-tooth comb.

    Here's the situation (theoretical as we don't have files in hand). A customer supplies DPX files for a job that was graded for a film out. We need to grade for broadcast and web as close as possible to the film grade. We're using a properly calibrated (hardware assisted) Cinemage B420 in REC 709 mode and Resolve. My first question is: what is the ideal workflow with and without having access to the preview LUT that was used for the film out grading session, specifically what type of LUTs do we need and where should we place them? Does it make sense to use the DI's preview LUT for emulation and then load a log-to-lin LUT on a node further down the pipeline, or should we be using a custom LUT that performs a color transform as well as the log-to-lin conversion?
    I know this is Mike's thread (Hi Mike!), but thought I'd jump in since he hasn't had a chance to respond yet :)

    While there are probably quite a few ways of doing this, including by eye, my personal preference would be to apply the original emulation lut in the grade itself (I like to put it in the first node of each clip's grade), and do whatever trims are necessary on top of that to have a technically acceptable and pleasing image within the constraints of the standard you are targeting (rec709). You'd want to make sure that the LUT they originally used to grade isn't going to introduce any unacceptable artifacts, but if it's good on that count then I believe it is the most direct path to getting the results from the original grade in the new colorspace.

    Other than that you can do a log-to-lin conversion (lut or custom curve), then grade on top of that to match the original movie. If you have a side-by-side setup with film and digital projectors it's easier to match by eye, otherwise you have to do it from memory, which is not ideal IMHO.


    John T
    Reply With Quote  
     

  9. #159  
    Senior Member
    Join Date
    Apr 2007
    Posts
    3,577
    Quote Originally Posted by John Tissavary View Post

    While there are probably quite a few ways of doing this, including by eye, my personal preference would be to apply the original emulation lut in the grade itself (I like to put it in the first node of each clip's grade), and do whatever trims are necessary on top of that to have a technically acceptable and pleasing image within the constraints of the standard you are targeting (rec709). You'd want to make sure that the LUT they originally used to grade isn't going to introduce any unacceptable artifacts, but if it's good on that count then I believe it is the most direct path to getting the results from the original grade in the new colorspace.
    While that is one way to do it, it has the disadvantage of saddling you with an image that was probably targeted to a P3 display (common in film DI work) rather than a Rec 709 display. This in turn is going to yield an image with a different white point, a different gamma, and an unnatural greyscale that you will then have to correct.

    Under ideal circumstances, the facility doing the DI also does the video deliverables, and in most cases, that facility has different print emulation LUTs that are targeted to different display types. So once the film version is done, the LUT is swapped out for a different LUT that incorporates the same film target, but is calibrated to produce a proper image on a Rec709 display. The picture is then trimmed to taste. There is no real substitute for this that will provide the same image as accurately or as automatically. So the answer to the original question is to either obtain or create a LUT that is specifically designed to have a Cineon image as its input, has the same film path (I.e., intermediate stock and print stock targets) emulation as the original film DI, and is targeted to display properly on a Rec709 display. That is the only really effective way of matching the original DI, assuming the DPX files you were given have the color correction from that DI session baked in. It is also why this is best done by the facility that did the original DI in the first place.
    Reply With Quote  
     

  10. #160  
    Senior Member Mike Lary's Avatar
    Join Date
    Mar 2011
    Location
    Seoul, South Korea
    Posts
    213
    Quote Originally Posted by M Most View Post
    Under ideal circumstances, the facility doing the DI also does the video deliverables, and in most cases, that facility has different print emulation LUTs that are targeted to different display types. So once the film version is done, the LUT is swapped out for a different LUT that incorporates the same film target, but is calibrated to produce a proper image on a Rec709 display. The picture is then trimmed to taste. There is no real substitute for this that will provide the same image as accurately or as automatically. So the answer to the original question is to either obtain or create a LUT that is specifically designed to have a Cineon image as its input, has the same film path (I.e., intermediate stock and print stock targets) emulation as the original film DI, and is targeted to display properly on a Rec709 display. That is the only really effective way of matching the original DI, assuming the DPX files you were given have the color correction from that DI session baked in. It is also why this is best done by the facility that did the original DI in the first place.
    Thanks for your response, Mike. I understand the theory of what you're saying, but I'm not clear on how a single LUT can reflect all of those conditions. Can you please clarify? Is the film path characterization a single LUT built from the print stock that is then used as the target in a Cineon-to-Print (for Rec. 709 display) LUT?

    Can you please explain how facilities create their custom print stock LUTs? Do they measure the film prior to projection or do they measure projected values? Also, are new print LUTs generally created on a job-per-job basis as variables such as printer lights are adjusted?
    Mike Lary
    Director of Technology, DIGITAL FACTORY, Seoul
    Digital Revolution Since 2009
    Color Correction/Digital Workflow/Red Camera Rental
    www.DigitalFactory.kr
    Reply With Quote  
     

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts