{% extends "base.html" %} {% from "_macros.html" import empty %} {% block title %}Files — Video to LLM{% endblock %} {% block content %}
Everything this job made, on this computer{% if total_size and total_size != "—" %} · {{ total_size }} in total{% endif %}
{{ receipt.left_machine }}
{% if receipt.document_tokens %}Both numbers are estimates, not a real tokenisation, which is specific to each model. The document is counted at roughly 3.6 characters per token. The comparison assumes each picture costs about {{ "{:,}".format(1393) }} tokens on a tile-based vision model — that is the realistic alternative, because most services accept no video at all and would need the pictures.
| File | What it is | Size | Actions |
|---|---|---|---|
|
{% if file.previewable %}
{{ file.name }}
{% else %}
{{ file.name }}
{% endif %}
{% if file.is_dir and file.count %}
({{ "{:,}".format(file.count) }} files)
{% endif %}
{{ file.path }}
|
{{ names.get(file.kind, file.kind) }} | {{ file.size }} | {% if file.previewable %}Open{% endif %} {% if not file.is_dir %}Save{% endif %} |
From a terminal: video-to-llm export "<job>" --format srt
for subtitles or other formats, and
video-to-llm show "<job>" 00:12:34
to see what was happening at a moment and which picture came from it.
{{ reclaim_blocked }}
{% else %}Choose what to remove. The job itself is kept, along with everything you do not tick here.
{% endif %}