johnoneil / arib

Japan Association of Radio Industries and Businesses (ARIB) MPEG2 Transport Stream Closed Caption Decoding Tools
Apache License 2.0
57 stars 9 forks source link

Add some kind of DRCS support. #28

Open johnoneil opened 7 years ago

johnoneil commented 7 years ago

DRCS are characters sent within the .ts stream and decoded at runtime. Custom font characters. I doubt this could be supported in .ass files but if the DRCS are common enough (i.e. usually the same two or three characters) i could swap them out for known unicode. The only DRCS i'm familiar with currently are and characters.

Going to add support to parse the DRCS infor and dump it to files and do what I can later.

johnoneil commented 7 years ago

Initial parsing of DRCS is in place but need to hook it up file generation.