{% extends "base.html" %} {% from "_macros.html" import status, empty %} {% block title %}Earlier work — Video to LLM{% endblock %} {% block content %}
Already-processed videos you can use in a collection without doing them again.
| Video | Version | State | Brought in |
|---|---|---|---|
| {{ row.name }} | v{{ row.version }} | {{ status(row.status) }} | {{ row.when }} |