mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-03 18:40:46 +08:00
Merge pull request #975 from nagisa77/feature/ffmpeg_load
Feature/ffmpeg load
This commit is contained in:
@@ -118,7 +118,7 @@ export function createVditor(editorId, options = {}) {
|
||||
// 如果是视频文件且需要压缩
|
||||
if (isVideo && sizeCheck.needsCompression) {
|
||||
try {
|
||||
vditor.tip('视频压缩中...', 0)
|
||||
vditor.tip('开始部署ffmpeg环境... 请稍等', 0)
|
||||
vditor.disabled()
|
||||
|
||||
// 使用 FFmpeg 压缩视频
|
||||
|
||||
Reference in New Issue
Block a user