Skip to content

Commit 1b16768

Browse files
committed
feat: 新增ffmpeg插件
1 parent d29751b commit 1b16768

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

plugins.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,30 @@
4848
}
4949
]
5050
},
51+
{
52+
"name": "@karinjs/plugin-ffmpeg",
53+
"type": "npm",
54+
"description": "为 Karin 提供开箱即用的 FFmpeg,免去给系统安装 FFmpeg 的繁琐步骤",
55+
"home": "https://github.com/KarinJS/karin-plugin-ffmpeg",
56+
"license": {
57+
"name": "MIT",
58+
"url": "https://github.com/KarinJS/karin-plugin-ffmpeg/blob/main/LICENSE"
59+
},
60+
"time": "2025-10-31 19:12:00",
61+
"author": [
62+
{
63+
"name": "Karin",
64+
"home": "https://github.com/KarinJS"
65+
}
66+
],
67+
"repo": [
68+
{
69+
"type": "github",
70+
"url": "https://github.com/KarinJS/karin-plugin-ffmpeg",
71+
"branch": "main"
72+
}
73+
]
74+
},
5175
{
5276
"name": "karin-plugin-kkk",
5377
"type": "npm",
@@ -560,4 +584,4 @@
560584
]
561585
}
562586
]
563-
}
587+
}

0 commit comments

Comments
 (0)