bavc / qctools

QCTools (Quality Control Tools for Video Preservation) is a free and open source software tool that helps users analyze and understand their digitized video files through use of audiovisual analytics and filtering. QCTools is funded by the National Endowment for the Humanities and the Knight Foundation, and is developed by the Bay Area Video Coalition.
http://www.bavc.org/qctools
Other
314 stars 41 forks source link

2017 Workshop: Define comment scope for QCTools Comment tag #369

Open kgrons opened 7 years ago

kgrons commented 7 years ago

h/t Morgan, Charles

Maybe structure tags based on recommend outcome of work from AMIA/DLF Hack Day 2016 Loggr project WRT QC logging models:

ablwr commented 7 years ago

+1

dericed commented 7 years ago

So:

<tag key="qctools.comment" value="hey look at this"/>
<tag key="qctools.duration" value="5"/>
<tag key="qctools.severity" value="11"/>

qctools.comment is a free-form user note about the frame. qctools.duration is an optional value to imply that the note refers to a range from the pts of the frame to the frame at pts+duration. And severity as some arbitrary number assigned by the user.

kgrons commented 7 years ago

@dericed Is a start frame point required if using optional qctools.duration?