From b316ddf8939fef744504a1b1f0357a55bbcb71b3 Mon Sep 17 00:00:00 2001 From: Moe Date: Sat, 22 May 2021 10:48:58 -0700 Subject: [PATCH] ffbinaries download ffmpeg 4.2 instead of 3.4 --- libs/ffmpeg/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ffmpeg/utils.js b/libs/ffmpeg/utils.js index ae7c821f..432092a3 100644 --- a/libs/ffmpeg/utils.js +++ b/libs/ffmpeg/utils.js @@ -247,7 +247,7 @@ Run "npm install ffbinaries" to get a different static FFmpeg downloader.` console.log('ffbinaries : Downloading FFmpeg. Please Wait...'); ffbinaries.downloadBinaries(['ffmpeg', 'ffprobe'], { destination: ffbinaryDir, - version : '3.4' + version : '4.2' },function () { config.ffmpegDir = ffbinaryDir + 'ffmpeg' response.msg = 'ffbinaries : FFmpeg Downloaded.'