ffmpegwasm/ffmpeg.wasm

deno support?

開放

#110 建立於 2020年11月12日

 (11 則留言) (6 個反應) (1 位負責人)C (1,071 個分叉)batch import
help wanted

倉庫指標

星標
 (17,474 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is your feature request related to a problem? Please describe. I have created a called ffmpeg-templates in deno which uses ffmpeg on the command line.

Describe the solution you'd like It would be fantastic if I could bundle ffmpeg into this library rather than asking users to install an external dependency

Describe alternatives you've considered The current implementation is the alternative, use the system's ffmpeg and ask developers to install it.

Additional context Deno strives for parity with browsers, including webassembly support https://deno.land/manual@v1.5.2/getting_started/webassembly.

denoify is a package that assists in porting npm modules to deno

貢獻者指南