Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decklink 8K resolutions video mode support #1461

Open
Sidonai-1 opened this issue Feb 9, 2023 · 3 comments
Open

Decklink 8K resolutions video mode support #1461

Sidonai-1 opened this issue Feb 9, 2023 · 3 comments

Comments

@Sidonai-1
Copy link

Sidonai-1 commented Feb 9, 2023

Add support for 8K in decklink video modes, to fully use the 8K Pro decklink cards.

8K 23.98p, 8K 24p, 8K 25p, 8K 29.97p, 8K 30p, 8K 50p, 8K 59.94p, 8K 60p

DCI 8K 23.98p, DCI 8K 24p, DCI 8K 25p, DCI 8K 29.97p, DCI 8K 30p, DCI 8K 50p, DCI 8K 59.94p, DCI 8K 60p

The card should be able to output four 4k60p signals or one 8K60p signal. But I understand there's probably issues with how decklink handles the color mode at higher than 4k30p resolutions so we can only use two of those four SDIs for now. If that's also the only way to add 8K support for this card currently, it's not a bad trade off I think.

Edit: I've been corrected, so this feature request is now only about using the four SDI outputs to get 1 full 8K signal. But the last changes made in #1433 probably will cover this once the random delay between signals gets solved.

Thanks.

@krzyc
Copy link
Contributor

krzyc commented Feb 9, 2023

The card should be able to output four 8K signals (on paper) if I'm not mistaken?

It is not possible to output 8K signal on single link 12G-SDI (11.88 Gb/s), because 8K bitrates start from about 18 Gb/s. BMD states that 8K Pro supports SMPTE 2082-11 which should allow dual link 8K@24/25/30p, so maybe 2 outputs are possible. Color space is another problem - if card do not accept BGRA in this mode (as reported on forum) then decklink producer must be modifed. And 50/60fps will of course require quad link (SMPTE 2082-12).

@Sidonai-1
Copy link
Author

I see. That actually makes more sense, thank you for clarifying.

@Julusian
Copy link
Member

The decklink sdi does expose 8k videomodes and the connectors can be grouped, so it looks like we can send it 8k frames. But I think this is blocked by #1367, as there isn't any point adding 8k video modes which wont be possible to output to a decklink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants