mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update docs
This commit is contained in:
parent
f29b7bfc4d
commit
fd467450ea
1 changed files with 11 additions and 11 deletions
|
|
@ -294,17 +294,17 @@ If source representation has suffix **"h264"** and burnin suffix is **"client"**
|
|||
|
||||
- Additional keys in burnins:
|
||||
|
||||
| Burnin key | Description |
|
||||
| --- | --- |
|
||||
| frame_start | First frame number. |
|
||||
| frame_end | Last frame number. |
|
||||
| current_frame | Frame number for each frame. |
|
||||
| duration | Count number of frames. |
|
||||
| resolution_width | Resolution width. |
|
||||
| resolution_height | Resolution height. |
|
||||
| fps | Fps of an output. |
|
||||
| timecode | Timecode by frame start and fps. |
|
||||
| focalLength | **Only available in Maya**<br /><br />Camera focal length per frame. Use syntax `{focalLength:.2f}` for decimal truncating. Eg. `35.234985` with `{focalLength:.2f}` would produce `35.23`, whereas `{focalLength:.0f}` would produce `35`. |
|
||||
| Burnin key | Description |
|
||||
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- |
|
||||
| frame_start | First frame number. |
|
||||
| frame_end | Last frame number. |
|
||||
| current_frame | Frame number for each frame. |
|
||||
| duration | Count number of frames. |
|
||||
| resolution_width | Resolution width. |
|
||||
| resolution_height | Resolution height. |
|
||||
| fps | Fps of an output. |
|
||||
| timecode | Timecode by frame start and fps. |
|
||||
| focalLength | **Only available in Maya and Houdini**<br /><br />Camera focal length per frame. Use syntax `{focalLength:.2f}` for decimal truncating. Eg. `35.234985` with `{focalLength:.2f}` would produce `35.23`, whereas `{focalLength:.0f}` would produce `35`. |
|
||||
|
||||
:::warning
|
||||
`timecode` is specific key that can be **only at the end of content**. (`"BOTTOM_RIGHT": "TC: {timecode}"`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue