This commit is contained in:
douzeb 2023-03-01 14:58:03 +01:00
parent 5d8848eb96
commit 957fd196f6
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ $
ffmpeg \
-loglevel level \
-y \
-f v4l2 -framerate 24 -video_size ${RESOLUTION} -input_format mjpeg -i /dev/video${V4LDEVICE} \
-f v4l2 -framerate ${FPS} -video_size ${RESOLUTION} -input_format mjpeg -i /dev/video${V4LDEVICE} \
-f alsa -ac 2 -i hw:CARD=CAMERA,DEV=${V4LDEVICE} \
-channel_layout stereo \
-ar 48000 \