William Garcia
William Garcia
Same issue as @pjc1288 @arciisine This is the output on Mac M1 after running a `brew install ffmpeg` + `npx @arcsine/screen-recorder test.mp4`: ```bash bash-3.2$ npx @arcsine/screen-recorder test.mp4 /usr/local/homebrew/bin/ffmpeg -f avfoundation...
Thanks @arciisine A few more logs to troubleshoot: ``` bash-3.2$ /usr/local/homebrew/bin/ffmpeg -f avfoundation -list_devices true -i "" ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers built with Apple clang...
I tried to use the pre-compiled version available here: https://github.com/arciisine/vscode-chronicler/blob/master/binaries/osx/ffmpeg and it seems to confirm the problem has to do with the screen device not being found: ``` bash-3.2$ npx...