Overview
CineEI is Sony’s cinema-style log shooting system. The camera records S-Log3 footage at a fixed Base ISO, and you control the monitoring brightness via Exposure Index (EI) — a virtual ISO that shifts the LUT preview without changing the recorded signal. This gives maximum dynamic range and full post-production flexibility.CineEI modes are available on cinema-line and select Alpha cameras — including FX3, FX3A, FX30, FX2, A7S III, A7C II, A7CR, A9 III, A1 II, A7 V, A6700, FR7, and others. Not all cameras support every mode — the camera reports which modes it offers via
available_values in the movie-shooting-mode property. Cameras without CineEI (e.g. A7R V, A7 IV, ZV-E1) only return Off (0x1).Shooting Modes
| Mode | Hex | ISO Control | Use Case |
|---|---|---|---|
| Off | 0x1 | Normal ISO | Standard video, no log |
| CineEI | 0x0301 | Exposure Index (EI) | Full cinema workflow, locked base ISO |
| CineEI Quick | 0x0302 | Exposure Index (EI) | Simplified CineEI, auto base ISO |
| Flexible ISO | 0x0501 | Normal ISO range | Log recording with variable ISO |
CineEI
CineEI
Records S-Log3 footage at a fixed Base ISO. You choose High or Low base sensitivity, then adjust the Exposure Index to preview how the final graded image will look. The EI value only affects the monitoring LUT — the recorded S-Log3 data is identical regardless of EI setting.Key properties:
base-iso— High or Low base sensitivity (determines noise floor and latitude balance)exposure-index— EI value reflected on the monitor (e.g. 800 EI). Range is +/-2EV from Base ISO.base-look-value— Active monitoring LUTmovie-shooting-mode-color-gamut— S-Gamut3.Cine or S-Gamut3
CineEI Quick
CineEI Quick
Same S-Log3 recording as CineEI, but the camera auto-selects Base ISO based on your EI setting. Fewer manual controls, faster to set up. Good for run-and-gun log shooting where you want CineEI latitude without managing Base ISO yourself.Key properties:
exposure-index— Available, auto-adjusts base sensitivitybase-look-value— Active monitoring LUTmovie-shooting-mode-color-gamut— Color gamut selection
Flexible ISO
Flexible ISO
Records in S-Log3 but lets you change ISO freely like normal shooting — no fixed base ISO or EI offset. You get log footage with full ISO range, but without the controlled latitude management of CineEI.Key properties:
- Standard
isoproperty — full ISO range available base-look-value— Active monitoring LUTmovie-shooting-mode-color-gamut— Color gamut selection
base-iso and exposure-index are not available in Flexible ISO mode. Use the normal iso property instead.Switching modes
The camera must be in a movie exposure mode (e.g. Movie Manual
0x8055) before switching movie-shooting-mode. Set exposure-program-mode first.Exposure Index vs ISO
In normal shooting, ISO directly controls the sensor’s gain — higher ISO = brighter image but more noise. In CineEI mode, the camera locks the sensor to a fixed Base ISO and introduces Exposure Index (EI) as a separate concept.| Normal ISO | Exposure Index (EI) | |
|---|---|---|
| What it controls | Sensor gain — changes recorded brightness | Monitoring LUT brightness only |
| Affects recording | Yes — higher ISO = brighter + noisier | No — S-Log3 data is unchanged |
| Range | Camera’s full ISO range | +/-2EV from Base ISO |
| Noise impact | Direct — higher ISO = more noise | None — noise is fixed at Base ISO |
| Purpose | Expose the image | Preview post-production exposure adjustments |
How EI works in practice
When you set EI to a value lower than Base ISO (e.g. 400 EI on Base ISO 800), the LUT preview gets darker — simulating underexposure. The actual S-Log3 recording hasn’t changed, but you can see that you have extra headroom in the highlights. Conversely, setting EI higher than Base ISO brightens the preview, showing you’re pushing into the shadows. This lets you make exposure decisions during shooting that you’d otherwise make in post. The recorded file always has the same S-Log3 data at the Base ISO.API workflow
Response
The available EI values change when you switch
base-iso between High and Low. Always re-read exposure-index after changing base-iso to get the updated range.Full CineEI Workflow
Set Exposure Index
Set
exposure-index to your desired EI value to preview the graded look on the monitor.Select monitoring LUT
Set
base-look-value to your preferred LUT. Import a .cube file first via POST /lut/import if needed.Enable LUT embedding (optional)
Set
embed-lut-file to 0x2 (On) to write LUT metadata into the recorded file for post reference.Properties Reference
| Property | Type | Modes | Description |
|---|---|---|---|
movie-shooting-mode | R/W | All | Off / CineEI / CineEI Quick / Flexible ISO |
movie-shooting-mode-color-gamut | R/W | All CineEI | S-Gamut3.Cine or S-Gamut3 |
base-iso | R/W | CineEI | High or Low base sensitivity |
exposure-index | R/W | CineEI, CineEI Quick | EI value for monitoring preview |
base-look-value | R/W | All CineEI | Active monitoring LUT with real names |
embed-lut-file | R/W | All CineEI | Embed LUT metadata in recording |

