mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added basic infor about overscan color and background color
This commit is contained in:
parent
2c6c381450
commit
9aec3761de
1 changed files with 12 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ Profile may generate multiple outputs from a single input. Each output must defi
|
|||
| "-10% -200px" | 1800px 800px |
|
||||
| "-10% -0px" | 1800px 1000px |
|
||||
|
||||
- **`Overscan color`**
|
||||
- Color of empty area caused by different aspect ratio of input and output.
|
||||
- By default is set to black color.
|
||||
|
||||
- **`Letter Box`**
|
||||
- **Enabled** - Enable letter boxes
|
||||
- **Ratio** - Ratio of letter boxes
|
||||
|
|
@ -124,6 +128,14 @@ Profile may generate multiple outputs from a single input. Each output must defi
|
|||

|
||||

|
||||
|
||||
- **`Background color`**
|
||||
- Background color can be used for inputs with possible transparency (e.g. png sequence).
|
||||
- Input's without possible alpha channel are ignored all the time (e.g. mov).
|
||||
- Background color slows down rendering process.
|
||||
- set alpha to `0` to not use this option at all (in most of cases background stays black)
|
||||
- other than `0` alpha will draw color as background
|
||||
|
||||
|
||||
### IntegrateAssetNew
|
||||
|
||||
Saves information for all published subsets into DB, published assets are available for other hosts, tools and tasks after.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue