doctstring changes

This commit is contained in:
iLLiCiTiT 2020-02-06 11:02:14 +01:00
parent ca2279e710
commit 39e785aefb

View file

@ -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"
}
'''