Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

default config values

Each library represents one library. 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

name

display name of the library in the application

Database File

database_path

database that contains a data for this library

Template mapping

template_mapping

link the transcoding templates to the specific template types.

main: main template for the library element
thumbnail: preview of the element
filmstrip: quick preview for movie/sequence files

Values

values

Patterns

patterns

path patterns that you want to add/overwrite

Transcoding templates

templates

templates for different transcoding tasks

Path Patterns

Here you can overwrite path patterns from the global section. You 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:
Add a path value called facility in the global section.
Add the custom value somewhere in the path pattern.

This way you can share the same folder structure and naming convention for all the libraries between all the sites. Here in the library section you overwrite the value with the name of your facility. This way you could sync the libraries between all your sites but still separating them into different folders.

Some companies use the IATA airport code to differentiate between their facilities.

values predefined values custom values overwrite values transcoding templates overwrite values templates

transcoding tasks

NoOp: no operation, do nothing
Copy File: copies from source to main path
Filmstrip: create filmstrip for movie/sequence files
Thumbnail: create preview thumbnail
Ffmpeg: use ffmpeg to transcode a file
Custom Command: run your custom command

  • No labels