streamana/make_empty_video.sh
2021-08-23 22:40:23 +01:00

4 lines
165 B
Bash
Executable File

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