mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(global): removing reformating of odd resolution
This commit is contained in:
parent
2a14a586c8
commit
4b754eed90
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue