summaryrefslogtreecommitdiff
path: root/modules/video-audio-recording.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video-audio-recording.el')
-rw-r--r--modules/video-audio-recording.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/video-audio-recording.el b/modules/video-audio-recording.el
index 5c257685..5c9b7f40 100644
--- a/modules/video-audio-recording.el
+++ b/modules/video-audio-recording.el
@@ -486,7 +486,7 @@ Uses wf-recorder on Wayland, x11grab on X11."
;; wf-recorder outputs matroska container with H264, ffmpeg adds audio
(progn
(cj/recording--check-wf-recorder)
- (format (concat "wf-recorder --no-audio -c h264 -f matroska -o - 2>/dev/null | "
+ (format (concat "wf-recorder -y -c libx264 -m matroska -f /dev/stdout 2>/dev/null | "
"ffmpeg -i pipe:0 "
"-f pulse -i %s "
"-f pulse -i %s "