Page 1 of 1
Processing VBI data in macOS
Posted: 01 Aug 2018 09:59
by isnullxbh
Hi guys! I develop a driver that intends for digitize an analog video (include sound and VBI data such as teletext and closed captions). Can you help me? I want to output teletext in VLC, but I don't know what I should use for this: for output video stream I use IOVideoDevice, for example, but what is should I use for creation a VBI streams? If it is possible, can you tell me about processing VBI data by VLC?
Details: output video is a bytes stream that not linked to any video formats (like as MPEG)
P.S. Sorry for my English
Re: Processing VBI data in macOS
Posted: 01 Aug 2018 12:04
by Jean-Baptiste Kempf
It's quite tricky, IIRC, because vbi is managed by the TS demuxer, the decoders and the zvbi module.
I don't think there is a common interface for that on macOS. Not even sure the AVCapture can output a full TS...
Re: Processing VBI data in macOS
Posted: 01 Aug 2018 12:11
by isnullxbh
It's quite tricky, IIRC, because vbi is managed by the TS demuxer, the decoders and the zvbi module.
I don't think there is a common interface for that on macOS. Not even sure the AVCapture can output a full TS...
Thanks for reply, Jean-Baptiste!
Re: Processing VBI data in macOS
Posted: 01 Aug 2018 12:16
by Jean-Baptiste Kempf
It's quite tricky, IIRC, because vbi is managed by the TS demuxer, the decoders and the zvbi module.
I don't think there is a common interface for that on macOS. Not even sure the AVCapture can output a full TS...
Thanks for reply, Jean-Baptiste!
Come on IRC, when you have your first driver set.
Re: Processing VBI data in macOS
Posted: 01 Aug 2018 12:20
by isnullxbh
It's quite tricky, IIRC, because vbi is managed by the TS demuxer, the decoders and the zvbi module.
I don't think there is a common interface for that on macOS. Not even sure the AVCapture can output a full TS...
Thanks for reply, Jean-Baptiste!
Come on IRC, when you have your first driver set.
Thanks Jean-Baptiste! Can you give me a link to your IRC channel?
Re: Processing VBI data in macOS
Posted: 01 Aug 2018 14:08
by Jean-Baptiste Kempf
irc.libera.chat #videolan