mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
ffmpeg path is incorrect also in photoshop
This commit is contained in:
parent
965f633e33
commit
d7e468c986
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class ExtractReview(pype.api.Extractor):
|
|||
# Generate thumbnail.
|
||||
thumbnail_path = os.path.join(staging_dir, "thumbnail.jpg")
|
||||
args = [
|
||||
"\"{}\"".format(ffmpeg_path), "-y",
|
||||
"{}".format(ffmpeg_path), "-y",
|
||||
"-i", output_image_path,
|
||||
"-vf", "scale=300:-1",
|
||||
"-vframes", "1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue