Difference between revisions of "Mdqc"

From COPTR
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
 
{{Infobox_tool
 
 
|purpose=Tool for managing and comparing digital asset metadata
 
|purpose=Tool for managing and comparing digital asset metadata
|homepage= http://www.avpreserve.com/avpsresources/tools/
+
|homepage=https://www.weareavp.com/products/mdqc
 
|license=Apache 2.0
 
|license=Apache 2.0
 
|platforms=Windows, OSX
 
|platforms=Windows, OSX
 +
|function=Metadata Extraction, Metadata Processing, Quality Assurance
 +
|content=Audio, Video, Image
 
}}
 
}}
 
+
{{Infobox tool details}}
<!-- Add one ore more categories to describe the function of the tool. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). The following are common category examples, remove those that don't apply -->
 
[[Category:Metadata Extraction]]
 
[[Category:Metadata Processing]]
 
[[Category:Quality Assurance]]
 
 
 
 
 
<!-- Add relevant categories to describe the content type that the tool addresses. Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. The following are common category examples, remove those that don't apply -->
 
[[Category:Audio]]
 
[[Category:Video]]
 
[[Category:Image]]
 
 
 
 
== Description ==
 
== Description ==
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. -->
 
MDQC ('''M'''eta'''D'''ata '''Q'''uality '''C'''ontrol) is a tool for rules-based comparisons of metadata between assets and user-set templates.  MDQC uses ExifTool and MediaInfo to extract technical and descriptive metadata, which can be used to define rule templates and compare large collections of digital assets against these rules.
 
MDQC ('''M'''eta'''D'''ata '''Q'''uality '''C'''ontrol) is a tool for rules-based comparisons of metadata between assets and user-set templates.  MDQC uses ExifTool and MediaInfo to extract technical and descriptive metadata, which can be used to define rule templates and compare large collections of digital assets against these rules.
 +
 +
=== Provider ===
 +
MDQC was developed and is maintained by [http://weareavp.com AVP].
  
 
== User Experiences ==
 
== User Experiences ==
Line 30: Line 22:
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
The source is available on [https://www.github.com/avpreserve/mdqc Github]
 
The source is available on [https://www.github.com/avpreserve/mdqc Github]
 
====Activity Feed====
 
Below the last 5 activity feeds:
 
<rss max=5>https://github.com/avpreserve/mdqc/commits/master.atom</rss>
 

Latest revision as of 15:37, 22 April 2021



Tool for managing and comparing digital asset metadata
Homepage:https://www.weareavp.com/products/mdqc
License:Apache 2.0
Platforms:Windows, OSX
Function:Metadata Extraction,Metadata Processing,Quality Assurance
Content type:Audio,Video,Image




Description[edit]

MDQC (MetaData Quality Control) is a tool for rules-based comparisons of metadata between assets and user-set templates. MDQC uses ExifTool and MediaInfo to extract technical and descriptive metadata, which can be used to define rule templates and compare large collections of digital assets against these rules.

Provider[edit]

MDQC was developed and is maintained by AVP.

User Experiences[edit]

Paper including case studies on MDQC: "Two Open-Source Tools for Digital Asset Metadata Management" by Alexander Duryee and Bertram Lyons

Development Activity[edit]

The source is available on Github