fix: correct FFmpeg version extraction in verification
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 14s

This commit is contained in:
2025-11-24 12:49:41 +01:00
parent b011c192f8
commit 744bbd0190

View File

@@ -151,7 +151,7 @@ scripts:
# Verify FFmpeg installation # Verify FFmpeg installation
if ffmpeg -version > /dev/null 2>&1; then if ffmpeg -version > /dev/null 2>&1; then
echo "✓ FFmpeg installed: $(ffmpeg -version | head -1 | cut -d' ' -f3)" echo "✓ FFmpeg installed: $(ffmpeg -version | head -1 | cut -d ' ' -f3)"
else else
echo "❌ WARNING: FFmpeg not found" echo "❌ WARNING: FFmpeg not found"
fi fi