{% extends "wagtailadmin/base.html" %} {% load static wagtailadmin_tags i18n wagtailvideos_tags %} {% block titletag %}{% blocktrans with title=video.title %}Editing video {{ title }}{% endblocktrans %}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% url 'wagtailadmin_tag_autocomplete' as autocomplete_url %} {% endblock %} {% block content %} {% trans "Editing" as editing_str %} {% include "wagtailadmin/shared/header.html" with title=editing_str subtitle=video.title icon="media" %}
If you wish to generate HTML5 compliant transcodes use the form below. This may take a while depending on the length of the video.
{% if transcodes %}{{ transcode.error_message }}
You can add/edit subtitles or accessibility captions for this video. For information about the filetype that should be used see the mozilla docs on WebVTT
{% if video.track_listing %}