Commit Graph

3 Commits

Author SHA1 Message Date
Martin Pulec
43972b36ea fixed CIDs 4167{1,2,3,4,5,7,8} 2023-07-25 09:32:15 +02:00
Martin Pulec
e6fcbec6b4 DeckLink: prepare support for 32 and 64 audio ch.
BMD API starting with 12.0 support 64 channels so enable it when using
eligible SDK.

UG ships currently 11.6 so it won't be enabled by default but user can
ship own version.

+ replaced unneeded checks in display_decklink_reconfigure_audio
  with assert (not needed, this should not happen because the format is
  negotiated with `get_property(AUDIO_FORMAT)`` first)
2023-07-21 16:48:08 +02:00
Martin Pulec
bb3ff5e165 vidcap file: improved A/V synchronization
fixes GH-322
2023-06-20 13:37:49 +02:00