文件名称:rust-ffmpeg-wasi:为WebAsemblyWASI预编译的ffmpeg库,作为Rust板条箱
文件大小:5.15MB
文件格式:ZIP
更新时间:2024-03-23 04:40:48
Rust
用于WebAssembly / WASI的FFMPEG板条箱 这个箱子捆绑了FFMPEG的avcodec和avformat库, avformat库是为WebAssembly预编译的。 无需本机安装。 与Fastly的Compute @ Edge兼容。 这些是低级绑定,将原始C函数直接暴露给Rust。 用法 [ dependencies ] ffmpeg-wasi = " 0 "
【文件预览】:
rust-ffmpeg-wasi-master
----.gitignore(38B)
----src()
--------avutil.rs(0B)
--------avcodec.rs(879KB)
--------avformat.rs(968KB)
--------lib.rs(126B)
----libffmpeg-wasm.a(18.97MB)
----LICENSE(1KB)
----Cargo.toml(418B)
----README.md(344B)
----build.rs(209B)