VideoSegment
descriptions, by which a video can be divided temporally into a hierarchy of semantic sections, like the chapters and sections of a printed book.
VideoSegment
descriptors are created by splitting the current segment into subsegments at the current media time point shown in the video player. Special slider widgets facilitate quick navigation within the VideoSegment
tree. The annotation data belonging to a VideoSegment
can be edited in a user-friendly dialog, there is no need to manipulate the XML tree directly.
Muvino supports the following MPEG-7 descriptors within a VideoSegment
:
CreationInformation/Creation/Title
CreationInformation/Creation/TitleMedia/TitleImage
CreationInformation/Creation/Abstract
Semantic
descriptor FreeTextAnnotation
and KeywordAnnotation
within Abstract
(see above) and TextAnnotation
MediaTime
and TemporalDecomposition
- maintained automatically by Muvino muvino
, which gets installed automatically when make install
is invoked in the ViTooKi top-level source directory.However, note that Muvino requires Qt 3.1 or newer, which is not freely available for the Windows platform. This is also the reason why Muvino has not yet been compiled and tested on Windows.
To display help for the command-line options invoke muvino -h
.
VideoSegment
's XML child nodes does not conform to MPEG-7. VariationDescriptionType
is implemented; at least, ContentDescriptionType
should be supported, too. VariationDescriptionType
, no Variation
descriptor is generated, but is required in such an MPEG-7 document. At least, an audio variation description should be generated. MediaUri, Creator, CreationCoordinates,
and CopyrightString
is not implemented. TitleImage
descriptor cannot be displayed.