EXR compression
Posted: Thu Jul 24, 2014 7:49 am
Is there a way to save out compressed exr files? Uncompressed exr comes out at 14mb per frame (720p) or 31 mb/frame (1080p) and are really slowing down my composites.
Does png have a 32bit floating point option?glimpse wrote:just curious, isn't PNG is goint to be the same as compressed EXR?..
No it isn't the same. Ping is an integer format. EXR is floating point.just curious, isn't PNG is goint to be the same as compressed EXR?..
thanks for info, Wenneker!Wenneker wrote:
No it isn't the same. Ping is an integer format. EXR is floating point.
PNG will have 8 or 16 bits of precision giving it just over 65.5k color values at 16bit. EXR is 16bit (half) or 32 bit(full) but being a floating point format not all values are equally spread over the bits. For example a 16 bit EXR uses only 10 bits for precision but uses 5 for exponent and one as a sign bit. This gives it the the abillity to represent a much larger range albeit at a bit lower precision.
+1 for half float, it usually all that's needed for renders. The benefits of getting EXR's out of your renderer exactly like you want them without having to convert them are huge, particularly in a studio environment where you have many renders from many shots constantly coming out.prodviz wrote:Or possibly a half float .exr option, to maintain a lot of the highlight detail etc., but bring the file size down.
I guess you could take the full .exr set in to Nuke and then output a half float .exr set to speed up your comps.