johnboiles / coremediaio-dal-minimal-example

Intended to be the most minimalistic example of a macOS CoreMediaIO DAL plugin.
MIT License
211 stars 31 forks source link

Minor fixes to FPS constant and timescale #12

Closed iKenndac closed 4 years ago

iKenndac commented 4 years ago

This PR addresses a couple of feedback items from my previous PR.

Regarding documentation of timescales, unfortunately I haven't encountered any (though it may exist, somewhere) — it's all based on observations from working with AVFoundation on other projects. It quite frequently uses FPS*100 as a timescale when working with video.

johnboiles commented 4 years ago

Thanks for the followup!!