Check for static ffmpeg before system ffmpeg
parent
e31e8ef332
commit
a380ba7d2c
|
@ -898,9 +898,9 @@ module.exports = function(s,config,onFinish){
|
|||
}
|
||||
if(!config.ffmpegDir){
|
||||
ffmpeg.checkForWindows(function(){
|
||||
ffmpeg.checkForUnix(function(){
|
||||
ffmpeg.checkForFfbinary(function(){
|
||||
ffmpeg.checkForNpmStatic(function(){
|
||||
ffmpeg.checkForFfbinary(function(){
|
||||
ffmpeg.checkForNpmStatic(function(){
|
||||
ffmpeg.checkForUnix(function(){
|
||||
console.log('No FFmpeg found.')
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue