Files
vcr_capture/templates/preview_service.sh
2025-10-12 16:50:32 -07:00

10 lines
319 B
Bash

#!/bin/bash
ffmpeg \
-f alsa -i {{ audio_device }} -thread_queue_size 64 \
-f v4l2 -framerate 24 -video_size 640x480 -input_format yuyv422 -i {{ video_device }} \
-c:v libx264 -preset fast -crf 23 -c:a aac -b:a 192k -tune zerolatency \
{{ mediamtx_local_ffmpeg }} \
{{ mediamtx_remote_ffmpeg }} \