{% extends "base.html" %} {% block title %}Configure Video QC{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Configure Video QC

Review settings and start execution

Back
{# SRT pairing pre-flight summary — hidden until JS confirms at least one SRT was uploaded #}
QC Settings
  • Visual Quality (language consistency + text legibility)
  • Censorship (body coverage compliance)
Select a campaign to validate video against campaign guidelines. Manage campaigns
Select a pricing reference for currency/format validation. Manage pricing references
{% if file_count and file_count > 1 %}Videos{% else %}Video File{% endif %} {% if file_count %} {{ file_count }} {% endif %}
{% if filenames and file_count > 1 %}
{% for f in filenames %}
{{ f }}
{% endfor %}
Videos will process sequentially. {% else %}

{{ filename }}

Gemini analyzes the video directly. OpenAI extracts frames at 1 per second. {% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}