ebu / ebu_adm_renderer

The EBU ADM Renderer, written in Python, is the reference implementation of EBU Tech 3388
https://ear.readthedocs.io
BSD 3-Clause Clear License
80 stars 14 forks source link

Fix mixed-up height and depth in conversion #26

Closed tomjnixon closed 3 years ago

tomjnixon commented 3 years ago

The spec isn't explicit about how X, Y and Z size should map to width, height and depth, but that is listed in table 16 of BS.2076-2, and this way around is reasonably obvious.

Add some tests which check that the orientation looks correct in both directions.

It might be worth revising the spec to make this clearer.