Files
portal/convert.sh
T
2026-06-17 15:28:56 -07:00

2 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
ffmpeg -i "$1" -vf "scale=-1:420" -q:v 2 -q:a 1 -g:v 50 "$1".ogv