You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Comments are welcome!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: