2 lines
84 B
Bash
Executable File
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 |