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

This commit is contained in:
Arlind
2025-09-17 18:08:19 +02:00
parent af81db02d9
commit af3b5e9229

View File

@@ -118,7 +118,8 @@ jobs:
ffmpeg -hide_banner -loglevel error \
-ss 5 \
-i "$OUT_VIDEO_FILE" \
-c copy \
-c:v h264_nvenc -preset slow -rc vbr -cq 19 -b:v 10M -maxrate 20M \
-c:a aac -b:a 192k \
"${OUT_VIDEO_FILE}.tmp.mp4"
mv "${OUT_VIDEO_FILE}.tmp.mp4" "$OUT_VIDEO_FILE"