Closes #3241
pull/3247/head
pukkandan 2 years ago
parent e7870111e8
commit af4944d84b
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -95,7 +95,7 @@ class FFmpegPostProcessor(PostProcessor):
def get_ffmpeg_version(path, prog):
if path in self._version_cache:
self._versions[path], self._features = self._version_cache[path], self._features_cache.get(path, {})
self._versions[prog], self._features = self._version_cache[path], self._features_cache.get(path, {})
return
out = _get_exe_version_output(path, ['-bsfs'], to_screen=self.write_debug)
ver = detect_exe_version(out) if out else False

Loading…
Cancel
Save