CCAP doc tweaks.
[dcpomatic.git] / doc / design / CCAP
1 Subtitle becomes text.
2 Then have text content/decoder which can be used-as subtitle or ccap.
3
4 Doubling-up of subtitle/ccap starts in player: that emits subtitle or closedcaption, writer writes both.
5 libdcp gets closedcaptionasset with some common ground with subtitleasset, maybe
6 add_text_asset() which is called for subtitle + ccap by ReelWriter::create_reel()
7
8 CPLs can have CCAP and subtitle; actual files appear to be the same as subs.
9
10 Maybe we just want a subtitle type with the emissions e.g. instead of emit(sub) do emit(TEXT_SUBTITLE, sub) or emit(TEXT_CCAP, sub).
11