mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
oips
This commit is contained in:
@@ -842,6 +842,7 @@ async function buildReplayVideo({ sources = [], title = '', requester = '', incl
|
||||
}
|
||||
tileWidth = clampEven(tileWidth);
|
||||
tileHeight = clampEven(tileHeight);
|
||||
const durationSec = BUILD_DURATION_MS / 1000;
|
||||
|
||||
const inputArgs = [];
|
||||
const filterParts = [];
|
||||
@@ -864,7 +865,6 @@ async function buildReplayVideo({ sources = [], title = '', requester = '', incl
|
||||
.map((entry) => String(entry.id));
|
||||
const driverBatteryLines = buildDriverBatterySnapshot(selectedRoverIds);
|
||||
const chatEvents = buildChatEventsForWindow(tStart, tEnd);
|
||||
const durationSec = BUILD_DURATION_MS / 1000;
|
||||
const sidebarPath = await renderSidebarVideo({
|
||||
tmpDir,
|
||||
title: resolvedTitle,
|
||||
|
||||
Reference in New Issue
Block a user