streamana/make_empty_video.sh
2021-06-04 23:50:03 +01:00

4 lines
123 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$@")"
ffmpeg -f lavfi -i color=white:640x480:d=1,format=rgb24 -vf format=yuv420p site/empty.mp4