Skip to content

Commit

Permalink
update DR
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Chen committed Oct 12, 2019
1 parent 975e9fa commit 162a67d
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 19 deletions.
Binary file added E2/dr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions E2/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,28 @@
There are 4 image profile:
- Rec.709
- Z-Log2
- Z-Log2Cine, one more stop in high light than Z-Log2. (E2-F6 only)
- Flat, same dymanic range as Z-Log2 but with color correction.
- HLG

*When using WDR, the image profile is fixed to Z-Log2*

*When using HLG, the video encoder must support 10 bit encoding, which means it should be ProRes or H.265*

## Dynamic Range
Take E2 as example.

![DR](dr.png)

* Based on Z-Log2
* '*' means native ISO
* '**' means ISO with digital gain
* WDR (Wide Dynamic Range) get extra stops in high light
* Z-Log2Cine get one more stop in high light (Compare with Z-Log2)
* The DR under midlle grey is affected by SNR.

*Check [spec](spec) to find out the ISO/WDR information for different model.*

## Video Encoder

| Video Encoder | 3840x2160 (Low Noise) | 4096x2160 (Low Noise)) | 3840x2160 | 4096x2160 | 3840x2160 4K 2.4:1 | 4096x2160 DCI4K 2.4:1 | 1920x1080 HD | 3696x2772 4:3 | 3312x2760 6:5 | 2704x1600 |
Expand All @@ -33,6 +48,7 @@ There are 4 image profile:
### H.265/H.264 bitrate
| Resolution | FR | High(Mbps) | Medium(Mbps) | Low(Mbps) |
|:-- | :--: | :--: | :--: |:--: |
| 8K | FR <=30 | 500 | 400 | 200 |
| 4K | FR <=30 | 200 | 130 | 60 |
| 4K | 30 < FR <= 60 | 230 | 150 | 100 |
| 4K | 60 < FR | 300 | 200 | 160 |
Expand Down
9 changes: 9 additions & 0 deletions E2/spec/E2_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@
| 3696x2772 4:3 Anamorphic | 48 |
| 3312x2760 6:5 | 48 |
| 1920x1080 16:9 HD | 60 |

## Native ISO

| Mode | value |
| :--- | :---: |
| Low | 500 |
| High | 2500 |

Maximum ISO without digital gain : 51200
35 changes: 23 additions & 12 deletions E2/spec/F6_spec.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@

| Resolution | Maximum fps |
| :--- | :---: |
| 6064x4040 OpenGate | 30 |
| 6064x3196 6K DCI | 48 |
| 6064x2560 6K 2.4:1 | 60 |
| 5760x3240 6K UHD | 48 |
| 5376x4032 5K 4:3 | 30 |
| 4848x4040 5K 6:5 | 30 |
| 4096x2160 C4K DCI | 72 |
| 4096x1728 4K 2.4:1 | 120 |
| 3840x2160 4K UHD | 72 |
| 1920x1080 | 120 |
## Resolution & Framerate

| Resolution | Maximum fps |
| :--- | :---: |
| 6064x4040 OpenGate | 30 |
| 6064x3196 6K DCI | 48 |
| 6064x2560 6K 2.4:1 | 60 |
| 5760x3240 6K UHD | 48 |
| 5376x4032 5K 4:3 | 30 |
| 4848x4040 5K 6:5 | 30 |
| 4096x2160 C4K DCI | 72 |
| 4096x1728 4K 2.4:1 | 120 |
| 3840x2160 4K UHD | 72 |
| 1920x1080 | 120 |

## Native ISO

| Mode | value |
| :--- | :---: |
| Low | 400 |
| High | 2500 |

Maximum ISO without digital gain : 64000
25 changes: 18 additions & 7 deletions E2/spec/F8_spec.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
| Resolution | Mmaximum fps |
| :- | :- |
| 8192x3456 8K DCI 2.4:1 | 30 |
| 7680x4320 8K UHD | 30 |
| 6144x3240 6K DCI | 30 |
| 5760x3240 6K UHD | 30 |
| 3840x2160 4K UHD | 60 |
## Resolution & Framerate

| Resolution | Mmaximum fps |
| :- | :-: |
| 8192x3456 8K DCI 2.4:1 | 30 |
| 7680x4320 8K UHD | 30 |
| 6144x3240 6K DCI | 30 |
| 5760x3240 6K UHD | 30 |
| 3840x2160 4K UHD | 60 |

## Native ISO

| Mode | value |
| :--- | :---: |
| Low | 400 |
| High | 1250 |

Maximum ISO without digital gain : 64000
10 changes: 10 additions & 0 deletions E2/spec/S6_spec.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## Resolution & Framerate

| Resolution | Maximum fps |
| :--- | :---: |
Expand All @@ -13,3 +14,12 @@
| 3840x2160 4K UHD(Low Noise) | 30 |
| 3840x2160 4K UHD | 75 |
| 1920x1080 | 120 |

## Native ISO

| Mode | value |
| :--- | :---: |
| Low | 400 |
| High | 1250 |

Maximum ISO without digital gain : 64000

0 comments on commit 162a67d

Please sign in to comment.