mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
oips
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user