File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ const FFMPEG_LINUX_RELEASE_URL: &str = "https://github.com/BtbN/FFmpeg-Builds/re
4343const FFMPEG_MACOS_RELEASE_URL : & str = "https://evermeet.cx/ffmpeg/ffmpeg-{}.zip" ;
4444const FFMPEG_RECORD_FRAME_RATE : & str = "30" ;
4545const FFMPEG_RECORD_DESKTOP_WINDOWS_COMMAND : & str = "{} -f gdigrab -i desktop -r {} -q:v 1 -y {}" ;
46- const FFMPEG_RECORD_DESKTOP_LINUX_COMMAND : & str = "{} -f x11grab -i {} -r {} -vcodec huffyuv -y {}" ;
47- const FFMPEG_RECORD_DESKTOP_MACOS_COMMAND : & str = r#"{} -f avfoundation -i "{}" -r {} -y {}"# ;
46+ const FFMPEG_RECORD_DESKTOP_LINUX_COMMAND : & str = "{} -f x11grab -i {}:0 -r {} -vcodec huffyuv -y {}" ;
47+ const FFMPEG_RECORD_DESKTOP_MACOS_COMMAND : & str = r#"{} -f avfoundation -i "{}:0 " -r {} -y {}"# ;
4848const FFMPEG_RECORDING_EXTENSION : & str = "avi" ;
4949const FFMPEG_RECORDING_FOLDER : & str = "recordings" ;
5050
You can’t perform that action at this time.
0 commit comments