{% extends "base.html" %} {% block title %}Video Master Adot - HM QC Platform{% endblock %} {% block content %}

Video Master Matching

Match adaptation videos to their source masters from a Box campaign folder.

Match Campaign

Enter a campaign name to find and match masters to adaptations

Start Matching
How It Works
  • Enter campaign name — searches Box for the folder
  • Finds Global Masters and Regional adaptations
  • Downloads and fingerprints each master (then deletes)
  • Matches each adaptation against fingerprinted masters
  • Report shows which master each adaptation came from

Videos are downloaded temporarily for fingerprinting only. Only lightweight fingerprints (~50KB) are stored.

{% if recent_reports %}

Previous Matching Jobs

{% for report in recent_reports %} {% endfor %}
Campaign Match Rate Status Date
{{ report.filename }} {% if report.score is not none %} {{ '%.0f' % report.score }}% {% else %}-{% endif %} {{ report.status }} {{ report.created_at.strftime('%Y-%m-%d %H:%M') if report.created_at }}
{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}