Settings
Settings can be modified at any time via the
settings block.
Settings affect all subsequent media operations, like cutting clips for views.
It is possible to associate settings to specific annotations by placing the block after a selection.
Video Settings
video-codecstring = copy The codec for exported video clips encoding.video-resolutionstring Resolution (ie. 640x480) of exported video clipsvideo-frame-rateint Frame rate of exported video clipsvideo-formatstring Format (ie. mp4) of exported video clipsvideo-filterstring FFmpeg complex filter to apply on each exported video clipvideo-posterstring = snap (snap,details,waveform) Script for video poster generationvideo-inputint = 1 Which video input to choose from when multiple are availablevideo-inputsint = 1 Number of video inputs from a corpus file, to use when building clipsvideo-stack-modestring = hstack (hstack,vstack) The stacking mode to combine multiple inputsposter-resolutionstring Resolution of exported poster (ie. 640x480)snap-offsetstring = 0% Offset to capture snapshot (in milliseconds, or percentage with %)snap-from-clipbool = false Capture snapshot from the final exported clip
Note: the snap-from-clip setting only works when the clip is also generated.
Audio Settings
audio-codecstring Codec for audio encoding (aac, mp3...)audio-channelsint Number of audio channels (mono 1, stereo 2)audio-sample-rateint Sample rate in Hzaudio-bit-rateint Bit rate in bit/saudio-filterstring FFmpeg audio filter to apply on each exported video clipaudio-posterstring = details (details,waveform) Script for audio poster generation
Other Settings
disable-cachebool = false Force all assets (clips, posters) to be regenerated during conversionprocessor-pipeline-inputstring (corpus,section-assets,all-assets) The initial media to populate the pipeline
Usage
The following table shows the same annotation clipped with different settings:

Such table makes use of Extra blocks with specific Settings to display custom clips.
Second Camera

To clip the second camera, choose video-input = 2.
We also want the snapshot poster to match the video input, so snap-input = 2 too.
Horizontal Stack

Here we combine 2 video inputs and stack them horizontally.
Snapshots do not support stacking, so to get the correct snapshot from the resulting video clip, we can simply use snap-from-clip.
Vertical Stack

The same but with vertical stacking, and grayscale filter on the video.
Waveform

Here we just want a poster that shows the waveform of the audio content.