ffbinaries download ffmpeg 4.2 instead of 3.4
parent
7a8d0e7dca
commit
b316ddf893
|
|
@ -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.'
|
||||
|
|
|
|||
Loading…
Reference in New Issue