Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 242b287

Browse files
authored
Merge pull request #298 from max-horvath/ffmpeg_draw_mouse_fix
Fix for #297 - setting the cursor visibility
2 parents 7f84f74 + a005624 commit 242b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video-rec/bin/start-video-rec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ fi
4949
# avconv or ffmpeg
5050
ffmpeg -f x11grab \
5151
-s ${FFMPEG_FRAME_SIZE} \
52-
-i "${DISPLAY}.0" \
5352
-draw_mouse ${FFMPEG_DRAW_MOUSE} \
53+
-i "${DISPLAY}.0" \
5454
${FFMPEG_CODEC_ARGS} \
5555
-r ${FFMPEG_FRAME_RATE} \
5656
-y -an "${tmp_video_path}" 2>&1 &

0 commit comments

Comments
 (0)