mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Apply suggestions from code review
Co-authored-by: Robin De Lillo <robin@ynput.io>
This commit is contained in:
parent
6df129b93f
commit
2ac35d6dd8
1 changed files with 2 additions and 2 deletions
|
|
@ -474,7 +474,6 @@ class ExtractOTIOReview(
|
|||
|
||||
command.extend([
|
||||
"-start_number", str(in_frame_start),
|
||||
"-compression_level", "5",
|
||||
"-framerate", str(sequence_fps),
|
||||
"-i", input_path
|
||||
])
|
||||
|
|
@ -513,7 +512,8 @@ class ExtractOTIOReview(
|
|||
|
||||
if video or sequence:
|
||||
command.extend([
|
||||
"-vf", f"scale={self.to_width}:{self.to_height}:flags=lanczos"
|
||||
"-vf", f"scale={self.to_width}:{self.to_height}:flags=lanczos",
|
||||
"-compression_level", "5",
|
||||
])
|
||||
|
||||
# add output attributes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue