mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🎈 pref: 优化直播切片,兼容 icqq 和 llo
This commit is contained in:
parent
7ed883f18d
commit
c7b5c0dc7a
@ -56,9 +56,6 @@ export function convertFlvToMp4(inputFilePath, outputFilePath) {
|
||||
reject(`[R插件][ffmpeg工具]执行 ffmpeg 命令时出错: ${error.message}`);
|
||||
return;
|
||||
}
|
||||
if (stderr) {
|
||||
logger.warn(`[R插件][ffmpeg工具]ffmpeg 标准错误输出: ${stderr}`);
|
||||
}
|
||||
resolve(resolvedOutputPath);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user