This commit is contained in:
douzeb 2023-03-01 11:46:58 +01:00
parent 627f238551
commit b0a971ea14
1 changed files with 1 additions and 1 deletions

View File

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