Page 1 of 1

Is Black-Magic Support Close Caption?

PostPosted: Thu Apr 26, 2018 6:38 am
by pankajMahan
Hi,

Do Blackmagic provide any API in their development SDK to pass close caption alongside video or any other API to burn the close-Captions in the video? I'm using C++ develpment SDK of Blackmagic.

Thanks,
Pankaj Kumar

Re: Is Black-Magic Support Close Caption?

PostPosted: Fri Apr 27, 2018 3:50 am
by Cameron Nichols
Hi Panjak,

Yes, it is possible to embed Closed Caption (CEA708), encoded as SMPTE 292M packets as VANC output.

Refer to:
  • DeckLink SDK Manual - 2.4.7.2 VANC Output high level overview
  • ClosedCaptions SDK sample (Mac/Win/Linux)
Regards
Cameron

Re: Is Black-Magic Support Close Caption?

PostPosted: Mon Apr 30, 2018 6:51 am
by pankajMahan
Thanks, Cameron

Re: Is Black-Magic Support Close Caption?

PostPosted: Wed May 02, 2018 6:05 am
by pankajMahan
Hi Cameron,

I tried ClosedCaptions SDK sample for windows. I'm using a black-magic 4K card and 4k Samsung monitor and they are connected via HDMI port. But problem is that I didn't see any closed caption on the monitor. It just shows three blue frames.

Any kind of help will be appreciated.

Thanks,
Pankaj Kumar

Re: Is Black-Magic Support Close Caption?

PostPosted: Fri May 04, 2018 1:41 am
by Cameron Nichols
Hi Panjak,

Let me elaborate on my previous post. Closed Captions is supported on SDI as it follows the SMPTE ST 334 specification for transmitting in VANC for HD, or LINE21 for NTSC.

There is no equivalent standard for transmitting Closed Captions over HDMI, it is the responsibility of the content providers to decode Closed Captions within the Set Top Box.

Regards
Cameron

Re: Is Black-Magic Support Close Caption?

PostPosted: Wed Dec 01, 2021 5:31 am
by asperi
Is there any real way to see 608 or 708 captions out Decklink SDI? I have tried Resolve, CasparCG, Vmix, OBS, FFMPEG- successfully playing my mpeg-2 files out the SDI but never showing captions. Cannot get the SDK samples to play mpeg-2, the files have embedded 608 and 708 captions. Viewing on an SDI broadcast monitor, captions display fine on the monitor from the SDI out of a different card vender. Any guidance of how to make it work would be great, thanks!

Re: Is Black-Magic Support Close Caption?

PostPosted: Thu Dec 02, 2021 4:12 pm
by asperi
Tried Blackmagic DeckLink SDK 12.2\Win\Samples\bin\ClosedCaptions.exe
CMD window comes up - says: Playing.. Press <Return> to exit. Shows just a blue screen on the monitor. Viewing on a professional broadcast SDI monitor- JVC DT-V17G1Z, this monitor shows captions when playing out a different venders card.

In the ClosedCaptions.exe, where/ how do I specify what file to play? What even is this sample doing?

Thanks!