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

This commit is contained in:
Arlind
2025-09-17 17:59:55 +02:00
parent 9ba2be39f7
commit 810dc3b027

View File

@@ -118,8 +118,7 @@ jobs:
ffmpeg -hide_banner -loglevel error \
-ss 5 \
-i "$OUT_VIDEO_FILE" \
-c:v h264_nvenc -preset fast \
-c:a aac -b:a 128k \
-c copy \
"${OUT_VIDEO_FILE}.tmp.mp4"
mv "${OUT_VIDEO_FILE}.tmp.mp4" "$OUT_VIDEO_FILE"