Convert cutVideoSegments.sh from shell wrapper to native Node.js script (#1002)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-24 16:07:55 +01:00
committed by GitHub
parent c6831212b4
commit b5f6c7fa3f
2 changed files with 34 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ mv app720.gif ui-test.gif
# Cut video into segments based on scenes.json
echo "Cutting video into segments..."
if [ -f "scenes.json" ]; then
./scripts/cutVideoSegments.sh
node ./scripts/cutVideoSegments.js
else
echo "Warning: scenes.json not found, skipping segment creation"
fi