Fix: Export GIF_SCALE in cutVideoSegments.sh (#998)

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 14:28:25 +01:00
committed by GitHub
parent f854e12824
commit 4eb58df233

View File

@@ -14,7 +14,7 @@ fi
echo "Cutting video into GIF segments based on scenes.json..." echo "Cutting video into GIF segments based on scenes.json..."
GIF_SCALE="1024" export GIF_SCALE="1024"
# Parse scenes.json and cut video segments as GIFs # Parse scenes.json and cut video segments as GIFs
node -e " node -e "