streamana/make_empty_video.sh

4 lines
165 B
Bash
Raw Normal View History

2021-06-05 06:50:03 +08:00
#!/bin/bash
2021-08-24 05:40:23 +08:00
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