ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Screen grabbing
未关闭
- 主要语言
- C
- 星标
- 17.8k
- 派生
- 1.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I'm new to this, so not sure if this is a bug or a feature request.
I'm trying to run the following command capture the desktop screen:
`ffmpeg.run('-f', 'avfoundation', '-framerate', '5', '-i', '"1"', '~/Desktop/ffmpeg-test-electron.mkv')`
I get an error saying **Unknown input format: 'avfoundation'**.
The command works fine when run with ffmpeg directly in the command line (without the wasm build).
I understand that for this to work, ffmpeg uses it's library called `libavdevice`. Is that not part of the wasm build?
贡献指南
评估
这个 Issue 还没有评估数据。