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.'