mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'hotfix/photoshop_review_resolution_fix'
This commit is contained in:
commit
cd70e66b17
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