ffmpeg path is incorrect also in photoshop

This commit is contained in:
Milan 2020-11-10 16:33:45 +00:00
parent 965f633e33
commit d7e468c986

View file

@ -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",