mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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.
|
# Generate thumbnail.
|
||||||
thumbnail_path = os.path.join(staging_dir, "thumbnail.jpg")
|
thumbnail_path = os.path.join(staging_dir, "thumbnail.jpg")
|
||||||
args = [
|
args = [
|
||||||
"\"{}\"".format(ffmpeg_path), "-y",
|
"{}".format(ffmpeg_path), "-y",
|
||||||
"-i", output_image_path,
|
"-i", output_image_path,
|
||||||
"-vf", "scale=300:-1",
|
"-vf", "scale=300:-1",
|
||||||
"-vframes", "1",
|
"-vframes", "1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue