Gif.ts:(WIP)使用ffmpeg和deno将视频转换为gif

时间:2024-04-02 09:55:57
【文件属性】:

文件名称:Gif.ts:(WIP)使用ffmpeg和deno将视频转换为gif

文件大小:1.07MB

文件格式:ZIP

更新时间:2024-04-02 09:55:57

ffmpeg typescript-library video-converter deno denoland

(WIP)Gif.ts 将您的视频转换为.gif , .mp3 , .mp4 , .webm和.avi 安装 deno install --allow-read --allow-write --allow-run -f -n gif https://deno.land/x/deno_gif@0.3.5/cli.ts 这个模块需要ffmpeg : brew install ffmpeg 例子 使用选项将视频转换为gif的示例 import { gif } from "https://deno.land/x/deno_gif@/mod.ts" ; const options = { width : 480 , height : 380 , } ; gif ( "https://github.com/Eyoatam/Gif.ts/tree/master/exa


【文件预览】:
Gif.ts-master
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
--------labeler.yml(70B)
----src()
--------utils.ts(3KB)
--------gif.ts(2KB)
----.vscode()
--------extensions.json(58B)
--------settings.json(72B)
----types()
--------types.ts(343B)
----deps()
--------mod.ts(222B)
----CONTRIBUTING.md(571B)
----example()
--------testdata()
--------mp4_example.ts(73B)
--------webm_example.ts(75B)
--------mp3_example.ts(73B)
--------gif_example.ts(133B)
--------avi_example.ts(73B)
----LICENSE(1KB)
----README.md(4KB)
----cli.ts(2KB)
----.editorconfig(228B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(39B)
----mod.ts(89B)

网友评论