mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
ensure that resolution is divisible by 2
This commit is contained in:
parent
9ed0639789
commit
0035dc009a
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class ExtractReview(pype.api.Extractor):
|
|||
args = [
|
||||
ffmpeg_path, "-y",
|
||||
"-i", os.path.join(staging_dir, output_image),
|
||||
"-vf", "pad=ceil(iw/2)*2:ceil(ih/2)*2",
|
||||
"-vframes", "1",
|
||||
mov_path
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue