This commit is contained in:
legop3
2026-04-28 13:19:03 -04:00
parent b0cd29c075
commit 1607968cee
+1 -1
View File
@@ -842,6 +842,7 @@ async function buildReplayVideo({ sources = [], title = '', requester = '', incl
} }
tileWidth = clampEven(tileWidth); tileWidth = clampEven(tileWidth);
tileHeight = clampEven(tileHeight); tileHeight = clampEven(tileHeight);
const durationSec = BUILD_DURATION_MS / 1000;
const inputArgs = []; const inputArgs = [];
const filterParts = []; const filterParts = [];
@@ -864,7 +865,6 @@ async function buildReplayVideo({ sources = [], title = '', requester = '', incl
.map((entry) => String(entry.id)); .map((entry) => String(entry.id));
const driverBatteryLines = buildDriverBatterySnapshot(selectedRoverIds); const driverBatteryLines = buildDriverBatterySnapshot(selectedRoverIds);
const chatEvents = buildChatEventsForWindow(tStart, tEnd); const chatEvents = buildChatEventsForWindow(tStart, tEnd);
const durationSec = BUILD_DURATION_MS / 1000;
const sidebarPath = await renderSidebarVideo({ const sidebarPath = await renderSidebarVideo({
tmpDir, tmpDir,
title: resolvedTitle, title: resolvedTitle,