Announcement

Collapse
No announcement yet.

Denoise only RGB

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Denoise only RGB

    The denoiser is great but is it possible to output the denoiser only as effectResult to the EXR without the overhead off all the internal denoise elements? I would like to use the denoiser but keep the EXR file size small, just a EXR with RGB and effectResult.

    Best Regards,

    Robbert

  • #2
    It's on the "to do" list.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      Good to know it's on the list... as for now, we wrote a python script using OpenImageIO that runs after our render manager finishes a job. It strips out the denoiser element from our finished renders and saves it as a separate file, works nice and makes the images way faster to comp.
      Last edited by smbell; 07-11-2017, 03:29 PM.

      Comment


      • #4
        Thanks Vlado! Hope it's implemented soon

        Comment


        • #5
          We really need this feature with our current project because we are dealing with long sequences, 800mb per frame with denoiser, without denoiser we have to much noise. Would be awesome if you could bumb up the priority?

          Comment


          • #6
            I know it's not the solution you're after, but using OpenImageIO to strip out the denoiser works like a charm

            Compiled windows binaries: http://www.nico-rehberg.de/files/oii...15_staticMT.7z

            Windows command line:

            Code:
            oiiotool.exe -i input_location\input_sequence.#.exr -v --ch denoiser.R,denoiser.G,denoiser.B,denoiser.A=A --chnames R,G,B,A -o output_location\output_sequence.#.exr
            Linux binaries are available in whatever distro's repo and the command is the same.

            Just thought i'd throw it out there, it works great for us. You're frames are quite a bit larger though, so maybe you don't have the disk space to spare to get it rendered first.
            Last edited by smbell; 10-11-2017, 03:57 PM.

            Comment


            • #7
              Thanks! I will have a look

              Comment


              • #8
                Got it working, but it's really slow, takes like 5 min per frame and i have to do 8000 frames

                Comment

                Working...
                X