Check version of ffmpeg. Closes #587

This commit is contained in:
Gabe Kangas
2021-01-07 22:45:29 -08:00
parent 446039a315
commit 064fdda528
4 changed files with 33 additions and 1 deletions

View File

@@ -215,7 +215,9 @@ func (c *config) GetFFMpegPath() string {
}
path := strings.TrimSpace(string(out))
if err := verifyFFMpegPath(path); err != nil {
log.Warnln(err)
}
return path
}