| Age | Commit message (Collapse) | Author |
|
|
|
imported DCPs (#1950).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dialogue.
|
|
rather than the content version in the ISDCF metadata dialogue.
|
|
|
|
|
|
|
|
We were checking for 3D content going into a 2D project in
the DCPEncoder, but we also need to do the same thing when exporting.
Moving the check into Player::emit_video() means that it is
applied to both DCP transcoding and export.
|
|
|
|
|
|
|
|
This also adds the main/additional language flag.
Of all the considerations about how to specify subtitle language,
the most important seems to be that the language specification happens
for the content where the language is; i.e. in the content text tab.
|
|
|
|
|
|
|
|
Previously we would omit the audio and subtitle language parts of the
DCI name if there was no specified audio language. Sadly if we do
do that EasyDCP player 4.0.1 reports a warning (whose details you
can't see on the demo version).
|
|
|
|
|
|
|
|
|
|
|
|
|