-
Notifications
You must be signed in to change notification settings - Fork 25
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
Decoding ARIB STD-B24 to Latin #8
Comments
afaik there's no G4 graphic set in B24 |
Those graphics are part of the B24 specification or only a definition in the code? |
What's the part of the/your spec mentioning Latin N ? |
The Latin tables are used to decode arib to portuguese subtitles. I want to add Brazilian portuguese support to this code. The Brazilian Digital TV system is based on the Japanese ones. |
I just made a pull request with an implementation proposal in #16. |
I'm trying to implement Latin character decodification. Would it be possible if I add the Latin tables to convtable.h file
static const unsigned int decoder_latin_table[] = { ... }
, create a new decoder_handler at decoder.c?What I want is to open closed caption subtitles in pt-BR.
The text was updated successfully, but these errors were encountered: