• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    Color Grading: Use .cube files directly from Isadora

    How To... ?
    4
    6
    289
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DusX
      DusX Tech Staff last edited by

      I just added a new color-grading project file to the Add-Ons page.

      It includes a number of useful User Actors.

      • DX - GLSL - Apply Lut to Video - (GLSL based, applies a LUT image to a video stream with numerous options)
      • DX - PY - Load .Cube for Color Grading - (Python based, converts .cube files to LUT image)
      • DX - PY - Browse for File (win+mac) - (Python based, opens a file browser and returns the full filepath)
      • DX - PY - Save Video Frame as PNG - (Python based, allows the saving of a video frame as a PNG. Used here to save cube conversions for project inclusion)

      Python requirements: A virtual environment with numpy must be created and used. (learn how)

      PLEASE, let me know if you have success or trouble with the process here, so I can continue to improve each actor as needed.

      Troikatronix Technical Support

      • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
      • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
      • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

      Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

      Skulpture Armando DusX 3 Replies Last reply Reply Quote 8
      • Skulpture
        Skulpture Izzy Guru @DusX last edited by

        This is brilliant. A big step up for Izzy. 

        Graham Thorne | www.grahamthorne.co.uk
        RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
        RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
        RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

        1 Reply Last reply Reply Quote 0
        • Armando
          Armando Beta Gold @DusX last edited by

          @dusx now Ryan. Massive. Thanks !

          Armando Menicacci
          www.studiosit.ca
          MacBook Pro 16-inch, 2021 Apple M1 Max, RAM 64 GB, 4TB SSD, Mac OS Sonoma 14.4.1 (23E224)

          1 Reply Last reply Reply Quote 0
          • DusX
            DusX Tech Staff @DusX last edited by

            Version 2 released.

            • fixes "DX - PY - Save Video Frame as PNG" (incorrect color order)
            • fixes "DX - PY - Save Video Frame as PNG" (sometimes wouldn't reference the correct local path, now always saves beside active Izzy project file)

            Troikatronix Technical Support

            • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
            • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
            • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

            Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

            crystalhorizon 1 Reply Last reply Reply Quote 0
            • crystalhorizon
              crystalhorizon Beta Platinum @DusX last edited by

              @dusx in your video you open the show monitor and say you can not see python, then you do something till its working  and I believe I didn´t see how the monitor should look like when it works, or did I miss this specific view of the screen?

              It´s my first attempts with python. I managed to install the needed packages (numpy, requests and pillow) as you describe in the video. Is there an example file of it (grab foto of website)?

              Thanks for helping

              Alexander Nantschev | http://www.crystalhorizon.at | located in Vienna Austria

              DusX 1 Reply Last reply Reply Quote 0
              • DusX
                DusX Tech Staff @crystalhorizon last edited by DusX

                @crystalhorizon said:

                Is there an example file

                The example file is available on the add-ons page: TROIKATRONIX : ISADORA - Pythoner Example File

                Regarding the monitor window, I open it and check it because, Pythoner will print out any errors to the monitor window, so it is very helpful to have it open when you are working with Pythoner.
                !! open it before running your code, otherwise you can lose the output.
                Also, when writing Python, any print() calls you add will print directly to the Monitor window, which is very helpful in figuring things out.
                The other thing I am doing at the same time as opening the Monitor window is opening and closing the Pythoner code editor, this is because that forces the code to initialize and can provide feedback about missing modules or other issues.

                Troikatronix Technical Support

                • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
                • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

                Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

                1 Reply Last reply Reply Quote 2
                • First post
                  Last post