7
« on: February 08, 2014, 09:26:32 PM »
Q1: It will be CineForm compressed into an MOV or AVI. You can choose to compress native RAW (CineForm RAW) or developed (debayered) to RGB or YUV and compress that as CineForm.
Q2: There is no significant advantage to color correction upon RAW vs debayered to RGB, both have the same dynamic range. However, texture and detail are controlled by the demoasic, so if you can choose that later, I would think that is a bonus. Also RAW compressed is about 40% size or RGB compressed, with the same quality.
Q3: All compressed sources must have a log or gamma encoding, all compressor assume there is at least gamma correction (e.g. H.264, ProRES, etc.) There a quality/efficient gains using log encoding. Uncompressed RAW is linear, so you have to select a curve to compress it. This is not metadata, as is does manipulate the data before it is stored. The CineForm codec has some clever tricks to use metadata to describe decoding behavior, independently from the encoding curve applied. Most log curves are 1D LUTs. GoPro Protune is log 113, SI-Log is Log 90, I like log curves that are mathematically described, rather than loading a table
output = log10(input * (base - 1.0) + 1.0)/log10(base) // input and output ranges are normallized 0 to 1, base is the log base (e.g. 113)
Q4: I don't have that.