SMPTE / ris-osvp-metadata-camdkit

Implements the SMPTE RIS OSVP camera metadata model
BSD 3-Clause "New" or "Revised" License
40 stars 6 forks source link

Spreadsheet uses "Frame Rate," but CAMDKIT uses "FPS." #76

Closed j-helman closed 1 month ago

j-helman commented 1 year ago

Which do we want?

repentsinner commented 1 year ago

Frame rate is a parameter, FPS is a colloquially (mis)used unit within production, since nobody seems to like the SI unit of Hertz?

https://github.com/sandflow/camdkit/blob/089332958fdac0247088eb3df4a02dbd5e422c21/src/main/python/camdkit/model.py#L51-L56

j-helman commented 1 year ago

Overlaps with Pull Request #70 SMPTE ST 2065-4 harmonization.

jamesmosys commented 1 month ago

This has been resolved as part of the OpenTrackIO PR. Frame-rate used throughout as discussed.