mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
brief explanation of output definitions
This commit is contained in:
parent
fb16990781
commit
ebc2097ebe
1 changed files with 33 additions and 0 deletions
|
|
@ -36,3 +36,36 @@ All context filters are lists which may contain strings or Regular expressions (
|
|||
Filters are optional and may not be set. In case when multiple profiles match current context, profile with filters has higher priority that profile without filters.
|
||||
:::
|
||||
|
||||

|
||||
|
||||
**Output Definitions**
|
||||
|
||||
|
||||
Profile may have multiple outputs from one input. Each output must have defined unique name and output extension (use extension without dot e.g. **mp4**). All other settings of output definition are optional.
|
||||
|
||||

|
||||
- **Tags**
|
||||
Define what will happen to output.
|
||||
|
||||
- **FFmpeg arguments**
|
||||
These arguments are appended to ffmpeg arguments auto generated by publish plugin. Some of arguments are handled automatically like rescaling or letterboxes.
|
||||
- **Video filters** additional FFmpeg filters that would be defined in `-filter:v` or `-vf` command line arguments
|
||||
- **Audio filters** additional FFmpeg filters that would be defined in `-filter:a` or `-af` command line arguments
|
||||
- **Input arguments** input definition arguments of video or image sequence - this setting has limitations as you have to know what is input
|
||||
- **Output arguments** other FFmpeg output arguments like codec definition
|
||||
|
||||
- **Output width** and **Output height**
|
||||
- it is possible to rescale output to specified resolution and keep aspect ratio
|
||||
- both values must have value higher than 0
|
||||
|
||||
- **Letter Box**
|
||||
- **Enabled** - Enable letter boxes
|
||||
- **Ratio** - Ratio of letter boxes
|
||||
- **Type** - **Letterbox** or **Pillarbox**
|
||||
- **Fill color** - Fill color of boxes (RGBA: 0-255)
|
||||
- **Line Thickness** - Line thickness on the edge of box (set to `0` to turn off)
|
||||
- **Fill color** - Line color on the edge of box (RGBA: 0-255)
|
||||
- **Example**
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue