nkoriyama / aribb24

A library for ARIB STD-B24, decoding JIS 8 bit characters and parsing MPEG-TS stream.
GNU Lesser General Public License v3.0
60 stars 24 forks source link

TS file sample with japanese caption #15

Closed andrelcm closed 4 years ago

andrelcm commented 4 years ago

Does anyone have a ts file sample with an arib b24 stream? I'd like to perform some tests before trying to implement portuguese support, but I can't find a working file.

fcartegnie commented 4 years ago

https://streams.videolan.org/streams/ts/ARIB/

But if you need other samples, you probably don't have the right plan. You'll only need new to provide symbol tables and a way to switch standard.

andrelcm commented 4 years ago

Thank you.