fix(global): removing reformating of odd resolution

This commit is contained in:
Jakub Jezek 2020-10-01 17:07:59 +02:00
parent 2a14a586c8
commit 4b754eed90
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -453,7 +453,6 @@ class ExtractReview(pyblish.api.InstancePlugin):
if audio_filters:
all_args.append("-filter:a {}".format(",".join(audio_filters)))
all_args.append('-vf pad="width=ceil(iw/2)*2:height=ceil(ih/2)*2"')
all_args.extend(output_args)
return all_args