zap-stream-core/test.sh

7 lines
242 B
Bash
Raw Permalink Normal View History

2024-03-26 15:51:57 +00:00
#!/bin/bash
ffmpeg \
2024-03-27 16:33:43 +00:00
-f lavfi -i "sine=frequency=1000:sample_rate=48000" \
-re -f lavfi -i testsrc -g 300 -r 60 -pix_fmt yuv420p -s 1280x720 \
2024-04-03 15:19:31 +00:00
-c:v h264 -b:v 2000k -c:a aac -ac 2 -b:a 192k -fflags nobuffer -f mpegts srt://localhost:3333