Asset Types

WATCHOUT 7 classifies every asset into a specific type that determines how it is optimized, how it behaves on the timeline, and what properties are available. Choosing the right asset type — and understanding the differences between them — is important for efficient show design, because each type follows a different path through the optimization pipeline and has distinct playback characteristics.

Type Overview

TypeDescriptionOptimized?Timeline BehaviorTypical Source
VideoMotion media from video filesYes — transcoded to playback codec (HAP default)Plays back with in/out points, looping, speed control.mov, .mp4, .avi, .mkv
AudioSound filesYes — transcoded to internal formatPlays on audio bus with volume, pan, fade.wav, .aiff, .mp3, .aac, .flac, .ogg
ImageStill imagesYes — converted to GPU texture formatDisplays as a static cue; instant scrub.jpg, .png, .tiff, .tga, .bmp, .exr, .psd, .webp, .ico, .gif
SVGVector shapes (built-in or imported)Yes — rasterized at configurable resolutionBehaves like an image; re-rasterizes on resolution changeBuilt-in editor or .svg file
Image SequenceFolder of numbered framesYes — encoded into single videoBehaves like video after optimizationFolder of .png, .tga, .tiff, .exr, .jpg
CompositionNested timeline with video + audioN/A — contains sub-assetsPlays as a unified multi-track asset.mp4/.mov with video + audio tracks
Model3D objectImported directlyPlaced on 3D stage; shows bounding box3D model files
FontTypeface fileThumbnailedReferenced by SVG text shapes.ttf, .otf
Display DataProjection mapping geometryImported directlyApplied to display configurationMPCDI files
Art-Net FixtureDMX fixture definitionN/AUsed with Art-Net input systemBuilt-in presets
Art-Net RecordingCaptured DMX dataN/APlays back recorded Art-Net data on timelineRecorded in WATCHOUT
EDIDDisplay identification dataN/AApplied to display configurationCaptured from connected display
FolderOrganizational containerN/ANot playableCreated by user or system

Visual Media

Visual media assets produce imagery on displays. They are transcoded by the optimizer and distributed to display servers.

Video

Video assets are the most common media type in most shows. Source files are transcoded during optimization to a GPU-friendly playback codec — HAP by default, though this can be changed in Asset Manager Settings. Supported source codecs include HAP (all variants), ProRes 422/4444, H.264, HEVC/H.265, NotchLC, MPEG-2, and DNxHR, in containers such as .mov, .mp4, .mkv, .avi, and MPEG-TS.

After optimization, video assets support full timeline controls: in/out points, looping, speed adjustment, and scrubbing. Because HAP decodes on the GPU, playback imposes minimal CPU load even at 4K/8K resolutions and high frame rates.

If your source video is already in a pass-through codec (HAP, NotchLC, or Raw RGB/RGBA 8-bit), the optimizer copies it without re-encoding, saving significant processing time. Deliver content in HAP whenever possible to avoid unnecessary transcoding.

Image

Still images are optimized into GPU texture formats (Raw RGB or RGBA 8-bit). Common source formats include JPEG, PNG, BMP, TGA, TIFF, WebP, PSD (imported as flattened), ICO, and single-frame GIF. EXR files (32-bit float) are supported for HDR workflows.

Images have the highest optimization priority — they are small and fast to process, so they clear the queue before video and sequence assets.

SVG

SVG assets can be created using WATCHOUT's built-in shape editor (rectangles, ellipses, text) or imported from external .svg files. Internally, SVGs are rasterized to pixels at a configurable resolution, so they behave like image assets on the timeline. See SVG Shapes for full details on creation and editing.

Image Sequence

An image sequence is a folder of numbered image files (e.g., frame_0001.png through frame_2400.png) that WATCHOUT treats as a single video-like asset. During optimization, the individual frames are encoded into a single optimized video file. Supported frame formats are TIFF, TGA, PNG, JPEG, and EXR.

Image sequences have the lowest optimization priority because encoding thousands of frames is the most time-consuming operation. See Image Sequences for guidance on when to use sequences vs. pre-encoded video.

Audible Media

Audio assets support WAV (recommended), AIFF, MP3, AAC-LC, FLAC, OGG/Vorbis, ADPCM, ALAC, and PCM formats in various containers (WAV, ISO/MP4, MKV/WebM, OGG). Audio assets display sample rate, channel count, and duration in their properties.

Audio is routed through the show's audio bus system and rendered by the Audio Renderer, which supports WASAPI, ASIO, and Dante output devices.

Compositions

A Composition is created automatically when a source file contains both video and audio tracks and the track management setting is set to Composition (see Asset Manager Settings). The result is a special folder in the Assets window containing the video and audio sub-assets as children. A composition.json file tracks the relationship between the tracks.

Compositions appear on the timeline as a single, unified asset — the video and audio play in sync. You cannot move assets into or out of a composition folder manually; its contents are system-managed.

If you prefer to work with video and audio as separate, independent assets, change the track management setting to Individual Assets before importing. This splits the tracks into separate assets with no composition wrapper.

3D Models

Model assets are 3D objects that can be placed on the stage. They display a 3D bounding box (X × Y × Z) in their properties instead of a pixel resolution, and their mesh_names are extracted during import for reference.

Fonts

Font assets (.ttf, .otf) are used by SVG text shapes. When a font is added, the optimizer generates a thumbnail preview of the typeface. Fonts appear in the font dropdown when editing text shapes in the SVG Shapes properties panel.

Display Data

Display Data assets hold projection mapping geometry, such as MPCDI files. Their properties include the MPCDI version and canvas size information. These are used when configuring display geometry for warped or blended projections (see Warp Geometry).

Art-Net Assets

Art-Net Fixture assets are fixture definitions created from built-in presets, used with the Art-Net input system for DMX-based control of show parameters.

Art-Net Recording assets are captured recordings of Art-Net data that can be played back on the timeline, useful for replaying lighting sequences or DMX-controlled effects.

EDID

EDID assets contain captured display identification data from a connected monitor or projector. You can save an EDID snapshot from a connected display through the Network window. EDID data is used to configure display properties and ensure correct signal negotiation.

Folders

Folder assets are organizational containers. There are three folder subtypes:

Folder TypeDescriptionUser-Modifiable?
RegularCreated by the user to organize assets freelyYes — assets can be moved in and out
CompositionSystem-managed container for video + audio sub-assetsNo — contents are locked
Dynamic AssetAuto-updating container holding versions of the same contentRestricted — see Dynamic Assets

Choosing the Right Asset Type

When planning content delivery, consider:

  • Video vs. Image Sequence — use video when your compositing tool can export directly to HAP, ProRes, or another supported codec. Use image sequences when you need per-frame precision, HDR (EXR), or when working with render farms that output numbered frames. See Image Sequences for a detailed comparison.
  • Composition vs. Individual Assets — use compositions when video and audio must stay in sync and you want a single timeline cue. Use individual assets when you need independent control over video and audio placement, routing, or timing.
  • SVG vs. Image — use SVG for simple geometric shapes, text overlays, and elements that may need resolution changes. Use pre-rendered images for complex graphics that exceed SVG's feature set.
  • Dynamic Asset vs. Regular Asset — use dynamic assets when content will be updated during the show run (multi-language, sponsor rotations, live updates). Use regular assets for fixed content that won't change. See Dynamic Assets.

Type Filtering

The Assets window search panel includes a type filter dropdown with the following categories:

  • All — show every asset.
  • Video — video files and image sequences.
  • Image — still images and SVGs.
  • Audio — sound files.
  • Model — 3D model files.
  • Other — any asset that doesn't fall into the above categories (fonts, display data, Art-Net fixtures, etc.).
  • Failed — assets that encountered an error during optimization.
  • Used — assets referenced by at least one cue on the timeline.
  • Unused — assets not referenced by any cue.