mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
feat(nks): resolving PR comment
This commit is contained in:
parent
4342db71ce
commit
0d7ed78843
1 changed files with 1 additions and 2 deletions
|
|
@ -87,8 +87,6 @@ class ExtractReviewCutUpVideo(pype.api.Extractor):
|
|||
start_sec = float(frame_start) / fps
|
||||
duration_sec = float(frame_end - frame_start + 1) / fps
|
||||
|
||||
input_args.append("-y")
|
||||
|
||||
# check if not missing frames at start
|
||||
if (start_sec < 0) or (media_duration < frame_end):
|
||||
# init empty variables
|
||||
|
|
@ -196,6 +194,7 @@ class ExtractReviewCutUpVideo(pype.api.Extractor):
|
|||
output_args.append("-intra")
|
||||
|
||||
# output filename
|
||||
output_args.append("-y")
|
||||
output_args.append(full_output_path)
|
||||
|
||||
mov_args = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue