mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
doctstring changes
This commit is contained in:
parent
ca2279e710
commit
39e785aefb
1 changed files with 3 additions and 3 deletions
|
|
@ -347,14 +347,14 @@ def burnins_from_data(input_path, codec_data, output_path, data, overwrite=True)
|
|||
|
||||
For this preset we'll need at least this data:
|
||||
data = {
|
||||
"start_frame": 1001,
|
||||
"frame_start": 1001,
|
||||
"shot": "sh0010"
|
||||
}
|
||||
|
||||
When Timecode should start from 1 then data need:
|
||||
data = {
|
||||
"start_frame": 1001,
|
||||
"start_frame_tc": 1,
|
||||
"frame_start": 1001,
|
||||
"frame_start_tc": 1,
|
||||
"shot": "sh0010"
|
||||
}
|
||||
'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue