mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-16 16:14:17 +08:00
- 在命令分类中添加视频操作命令,支持视频压缩、视频转GIF、音频提取、视频剪切、视频旋转/翻转、添加水印、视频合并、视频调速、视频分辨率调整、视频格式转换、视频裁剪、导出图片序列、生成缩略图
This commit is contained in:
5
plugin/lib/quickcomposer/video/index.js
Normal file
5
plugin/lib/quickcomposer/video/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const ffmpeg = require("./ffmpeg");
|
||||
|
||||
module.exports = {
|
||||
...ffmpeg,
|
||||
};
|
||||
Reference in New Issue
Block a user