| Age | Commit message (Collapse) | Author |
|
This exposes a useless assignment of export_differing_subtitles,
which I've removed (and altered the comment accordingly).
|
|
They should not be there:
"EntryPoint" ... "This element shall only be present when the
Asset refers to an external resource such as a Track File".
Fixes DoM bug #2215.
|
|
|
|
|
|
Check that subtitles don't overlap reel boundaries, and fix a few
tests that trip this check.
Fix confusion when calculating subtitle timings during verification
where the picture asset frame rate was being used rather than the
subtitle asset's edit rate.
Do the subtitle timing verification for Interop as well as SMPTE
subtitles.
Take <StartTime> tags into account when checking subtitles, even
though Bv2.1 says they should be set to 0.
Rename Time::as_editable_units to Time::as_editable_units_ceil
and add a _floor variant, then use that to round down when checking
reel boundary overlaps.
|
|
|
|
|
|
|
|
We need the intrinsic duration to match other assets in the reel,
so we can't just calculate it from the markers.
|
|
|
|
|
|
|
|
|