Currently, only closed Signing is represented as a Subclass of a VideoTrack.
Can Signing be open, i.e. burnt into the video material? If so, it needs to be represented.
Here's my proposal:
remove current subclass Signing from VideoTrack
create Signing as subclass of Track (as with Captioning or Subtitling) and
create OpenSigning and ClosedSigning as subclasses of Signing (similar to OpenSubtitling and ClosedSubtitling as subclasses of Subtitling)
OpenSigning can then be linked with hasTrack to a VideoTrack.
Currently, only closed
Signing
is represented as a Subclass of a VideoTrack. CanSigning
be open, i.e. burnt into the video material? If so, it needs to be represented. Here's my proposal:Signing
fromVideoTrack
Signing
as subclass of Track (as withCaptioning
orSubtitling
) andOpenSigning
andClosedSigning
as subclasses ofSigning
(similar toOpenSubtitling
andClosedSubtitling
as subclasses ofSubtitling
)OpenSigning
can then be linked withhasTrack
to aVideoTrack
.Comments are welcome!