Merge branch 'release/2.13.4' into 2.x/develop

This commit is contained in:
Milan Kolar 2020-11-09 21:48:11 +01:00
commit bcd57e5177
25 changed files with 238 additions and 76 deletions

View file

@ -90,7 +90,7 @@ class ExtractRender(pyblish.api.InstancePlugin):
thumbnail_path = os.path.join(path, "thumbnail.png")
ffmpeg_path = pype.lib.get_ffmpeg_tool_path("ffmpeg")
args = [
ffmpeg_path, "-y",
"\"{}\"".format(ffmpeg_path), "-y",
"-i", os.path.join(path, list(collections[0])[0]),
"-vf", "scale=300:-1",
"-vframes", "1",