Each entry represents one library. A library can be seen as a collection of many elements.
You can have multiple libraries.
For example:
elements library: for fire, smoke, …
(client-) references for a project
matte painting library
texture library
…
Each library exists of one library file (.lib) and one database (.db for SQLite databases)
.lib file contains the configuration of the library
label | key | description |
---|---|---|
Library Name |
| display name of the library in the application |
Library Root |
| set the root location for the library data |
Database File |
| database that contains a data for this library |
Template mapping |
| link the transcoding templates to the specific template types main: main template for the library element (required) |
Values |
| |
Patterns |
| path patterns that you want to add/overwrite |
Transcoding templates |
| templates for different tasks (transcoding, copy …) |
Here you can overwrite path patterns from the global section. You can also add new ones.
Here you can overwrite the custom values from the global section. You also can add new ones.
Tip: |
Create transcoding templates for managing tasks like copying a file, generate proxy formats or run a custom command.
Again, you can overwrite values and patterns from the library section. You can also add new ones.
The overwriting order is:
global values
library values (will overwrite global values)
finally the transcoding values (will overwrite both global and library values)
Define your transcoding task here.
The differnt task styles are:
task | description |
---|---|
NoOp | no operation, do nothing |
Copy File | Copies from the source path to the output path |
Filmstrip | Creates a filmstrip with a certain amount of frames for a sequence. This task will only run for movie files and a sequence of images frames: define how many frames the filmstrip contains (default: The width of the filmstrip is calculated based on the given parameters. Every frame has a fixed pixel aspect ratio of 16:9 |
Thumbnail | Create a thumbnail |
FFmpeg | use FFmpeg to transcode the source file(s) |
Custom Command | Run your custom command For example:
|