// Some builds of ffmpeg have wierd build numbers that we can't parse
if!semver.IsValid(versionString){
log.Debugf("unable to determine if ffmpeg version %s is recent enough. if you experience issues with video you may want to look into updating",fullVersionString)
returnfmt.Errorf("your %s version of ffmpeg at %s may be older than the suggested version of %s you may experience issues with video",versionString,path,FfmpegSuggestedVersion)