lower bitrates all around

This commit is contained in:
legop3
2025-11-29 02:17:08 -05:00
parent d8c8b7f727
commit 32f0fe5f3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ ExecStart=/usr/bin/ffmpeg \
-f v4l2 -input_format yuyv422 -video_size 640x480 -framerate 30 -i /dev/video0 \
-fflags nobuffer -thread_queue_size 256 -f alsa -ac 4 -ar 16000 -i plughw:2,0 \
-map 0:v:0 -map 1:a:0 \
-c:v h264_v4l2m2m -b:v 1M -g 30 -bf 0 -pix_fmt yuv420p \
-c:v h264_v4l2m2m -b:v 600k -maxrate 700k -bufsize 1400k -g 30 -bf 0 -pix_fmt yuv420p \
-af "pan=mono|c0=FL+FR,volume=0.5" \
-c:a libopus -b:a 64k -ar 16000 -ac 1 \
-flush_packets 1 -f mpegts \