ffbinaries download ffmpeg 4.2 instead of 3.4

merge-requests/74/merge
Moe 2021-05-22 10:48:58 -07:00
parent 7a8d0e7dca
commit b316ddf893
1 changed files with 1 additions and 1 deletions

View File

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