mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
nondestructive reformating if input res odd number
This commit is contained in:
parent
5c9327fe86
commit
4fc5fa46dd
1 changed files with 1 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ 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