Compress ps2kb_driver_test.mp4

This commit is contained in:
2026-03-15 21:45:05 +01:00
parent 2573c5f53c
commit b61db822ab
2 changed files with 5 additions and 2 deletions

3
postprocessing.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
ffmpeg -i "$1" -vf scale=-2:720 -c:v libx264 -crf 23 -preset slow -c:a aac -b:a 128k "out-$1"

Binary file not shown.