...
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 …) |
Path Patterns
Here you can overwrite path patterns from the global section. You can also can add new ones.
Path Values
Here you can overwrite the custom values from the global section. You also can add new ones.
Tip |
---|
TIp: |
Transcoding Templates
Create transcoding templates for manage managing tasks like copying a file, generate proxy formats or run a custom command.
Path Patterns & Values
Again, you can overwrite values and patterns from the library section. You can also can add new ones.
The overwriting order is:
...
finally the transcoding values (will overwrite both global and library values)
Transcoding Tasks
Define your transcoding task here.
...
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:
|
...