-
1080i truly interlaced
I use the Decklink API to output animated graphics (for instance a crawler text) on 1080i 50. However, the Decklink API function ScheduledFrameCompleted() only requests 25 full-frames from me, instead of 50 half-frames (interlaced).
This results in a different (less smooth) animation, since my text only moves forward 25 times per second, instead of 50 times a second. True interlaced 1080i should mean that each of the 50 half-frames represent different points in time.
So, how can I achieve that? I would reckon there should be a mode named 1080i 50, where the Decklink API asks me for 50 full-frames, but only outputs every other line of it?
Thanks for your help!