From c7b5c0dc7a714beb8a8003338bfe52a771c246fb Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 3 Oct 2024 14:35:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E5=88=87=E7=89=87=EF=BC=8C=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=20icqq=20=E5=92=8C=20llo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/ffmpeg-util.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/ffmpeg-util.js b/utils/ffmpeg-util.js index 27ffa1e..ff5f5d4 100644 --- a/utils/ffmpeg-util.js +++ b/utils/ffmpeg-util.js @@ -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); }); });