ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Screen grabbing

未关闭
#386 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。