cheetah-capture
cheetah-capture copied to clipboard
cheetah-capture是基于ffmpeg的wasm截取视频帧工具
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
现在安装emsdk 执行 git pull # Download and install the latest SDK tools. ./emsdk install latest # Make the "latest" SDK "active" for the current user. (writes .emscripten file) ./emsdk activate...
我用build_ffmpeg-emcc.sh脚本编译ffmpeg-3.4.8源代码,然后使用生成的a文件编译capture.c,发现报以下错误: ··· wasm-ld: error: ./lib/ffmpeg-emcc/lib/libavcodec.a(opusdec.o): undefined symbol: swr_alloc wasm-ld: error: ./lib/ffmpeg-emcc/lib/libavcodec.a(opusdec.o): undefined symbol: swr_free wasm-ld: error: ./lib/ffmpeg-emcc/lib/libavcodec.a(opusdec.o): undefined symbol: swr_is_initialized wasm-ld: error: ./lib/ffmpeg-emcc/lib/libavcodec.a(opusdec.o): undefined symbol: swr_convert wasm-ld: error: ./lib/ffmpeg-emcc/lib/libavcodec.a(opusdec.o): undefined...