Files
mop3-videos/postprocessing.sh
2026-03-15 22:00:47 +01:00

4 lines
105 B
Bash
Executable File

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