mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 10:55:43 +08:00
- 在命令分类中添加视频操作命令,支持视频压缩、视频转GIF、音频提取、视频剪切、视频旋转/翻转、添加水印、视频合并、视频调速、视频分辨率调整、视频格式转换、视频裁剪、导出图片序列、生成缩略图
This commit is contained in:
@@ -19,6 +19,7 @@ import { statusCommands } from "./statusCommands";
|
||||
import { macosCommands } from "./macosCommands";
|
||||
import { scriptCommands } from "./scriptCommands";
|
||||
import { browserCommands } from "./browserCommands";
|
||||
import { videoCommands } from "./videoCommands";
|
||||
|
||||
const platformCommands = {
|
||||
win32: [windowsCommands],
|
||||
@@ -32,6 +33,7 @@ export const commandCategories = [
|
||||
systemCommands,
|
||||
audioCommands,
|
||||
imageCommands,
|
||||
...(utools.runFFmpeg ? [videoCommands] : []),
|
||||
utoolsCommands,
|
||||
...platformCommands[window.processPlatform],
|
||||
browserCommands,
|
||||
|
||||
1394
src/js/composer/commands/videoCommands.js
Normal file
1394
src/js/composer/commands/videoCommands.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -131,7 +131,5 @@ export function generateCode(flow) {
|
||||
|
||||
const finalCode = code.join("\n");
|
||||
|
||||
console.log(finalCode);
|
||||
|
||||
return finalCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user