Update .gitea/workflows/ci.yml
All checks were successful
Generate Map Previews for Switzerland25 Tournament / Full CI/CD Pipeline (push) Successful in 57s

This commit is contained in:
Arlind
2025-09-17 18:04:37 +02:00
parent 67fb6a92b8
commit 97414558ba

View File

@@ -116,8 +116,8 @@ jobs:
mv "$DANSER_VIDEO_DIR/$REPLAY_NAME.mp4" "$OUT_VIDEO_FILE" mv "$DANSER_VIDEO_DIR/$REPLAY_NAME.mp4" "$OUT_VIDEO_FILE"
ffmpeg -hide_banner -loglevel error \ ffmpeg -hide_banner -loglevel error \
-i "$OUT_VIDEO_FILE" \
-ss 5 \ -ss 5 \
-i "$OUT_VIDEO_FILE" \
-c copy \ -c copy \
"${OUT_VIDEO_FILE}.tmp.mp4" "${OUT_VIDEO_FILE}.tmp.mp4"