mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed deprecated method usage in example
This commit is contained in:
parent
6be774b1f8
commit
a2d07a89a9
1 changed files with 0 additions and 4 deletions
|
|
@ -296,10 +296,6 @@ def example(input_path, output_path):
|
|||
burnin.add_text('My Text', ModifiedBurnins.TOP_CENTERED)
|
||||
# Datetime
|
||||
burnin.add_text('%d-%m-%y', ModifiedBurnins.TOP_RIGHT)
|
||||
# Frame number
|
||||
burnin.add_frame_numbers(ModifiedBurnins.TOP_RIGHT, start_frame=start_frame)
|
||||
# Timecode
|
||||
burnin.add_timecode(ModifiedBurnins.TOP_LEFT, start_frame=start_frame)
|
||||
# Start render (overwrite output file if exist)
|
||||
burnin.render(output_path, overwrite=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue