Code Monkey home page Code Monkey logo

mikaelsundell / dctl Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 1.0 26.94 MB

A continuously updated collection of DCTLs (DaVinci Color Transform Language) designed to enhance and educate on workflows using ARRI LogC3 and Cineon in DaVinci Resolve. This collection offers a photographic and creative approach to color correction and grading from log digital and film negatives.

Home Page: https://github.com/mikaelsundell/dctl

CMake 1.91% C 70.83% Shell 3.42% Python 23.84%
color-correction colors davinci-resolve grading cineon dctl

dctl's People

Contributors

mikaelsundell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

alejandrojapkin

dctl's Issues

the dctls dont work in resolve on a windows pc

downloaded the dctls for the cineon inverse dctl to experiment with film scans, but the dctl doesn't work, i have the studio version of resolve 18.6 at the moment on a quite capable windows pc.

Error in MS-Utils.h

Line 137:

return max(rgb, 0.0f);;

AFAIK you can't compare a float3 with a float.

use sth. like this :

DEVICE float3 adjust_display(float3 rgb)
{
rgb.x = _fmaxf(rgb.x, 0.0f);
rgb.y = _fmaxf(rgb.y, 0.0f);
rgb.z = _fmaxf(rgb.z, 0.0f);

return rgb;;

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.