mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
hotfix: extract_quicktime has start_frame argument before input now so it is set correctly
This commit is contained in:
parent
907a5f6ca6
commit
3627a251a4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,9 +52,9 @@ class ExtractQuicktimeEXR(pyblish.api.InstancePlugin):
|
|||
# preset's input data
|
||||
input_args.extend(profile.get('input', []))
|
||||
# necessary input data
|
||||
input_args.append("-start_number {}".format(start))
|
||||
input_args.append("-i {}".format(full_input_path))
|
||||
input_args.append("-framerate {}".format(fps))
|
||||
input_args.append("-start_number {}".format(start))
|
||||
|
||||
output_args = []
|
||||
# preset's output data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue