Video, images and image sequences

Whenever you import video, individual image files or an image sequence, they are treated as a Video asset. This means the usage of these 3 types of video assets is more or less the same inside the software with minor differences.

Playback Performance

Video playback performance on our servers is presented on this page:

Video Playback Performance

Video files

By video files we mean actual video files, not individual images or image sequences.

Supported Formats (Containers)

Video file container contains data (video and audio). The data is encoded with one of the codecs in the next header, but the container doesn't necessarily determine which codec the data is encoded with. For example, .mov containers can contain videos encoded with H.264, NotchLC, or HAP codecs.

LightAct supports .mp4 and .mov formats.

Supported Codecs

Codec is a portmanteau of coder/decoder and describes the algorithm used to encode and decode video data (video and audio). LightAct, as a media server, can only decode the data, not encode it.

We categorize codecs in 2 groups: ones that are decoded on the CPU and the ones decoded on the GPU. The GPU group of codecs have usually a much better performance (measured as the maximum resolution at a given framerate) at the expense of much larger file sizes.

CPU
GPU

H.264

NotchLC

HAP, HAPa, HAPQ

Good to know: For best performance, we usually recommend HAP codec.

Good to know: You may be able to play codecs not listed in the table if they’re exported in formats that are supported by LightAct. However, as these codecs aren’t fully supported, playback performance may be limited.

Images

LightAct supports .png, .jpg, .tga and .tiff image formats.

Good to know: For best performance, we usually recommend .png or .tiff formats.

If LightAct detects a single image file, it will treat it as a video file with one frame.

Image sequences

Playing image sequences is the same as playing video files, however the files need to be labeled in a specific way:

  • The file extensions should be the same. You cannot mix frames encoded as a png or jpg, for example.

  • The filenames (without the extension) should have the same name with an incrementing number at the end.

An example of a image sequence files properly named would be: Frames0000.tif, Frames0001.tif, Frames0002.tif, Frames0003.tif, Frames0004.tif.

Good to know: If you want to use versioning, then the files should be labeled 000_Counter000_v1.tif, 000_Counter001_v1.tif, 000_Counter003_v1.tif...

When LightAct detects an image sequence, it will place an image sequence icon next to it and in its properties allow you to choose the framerate with which you want to play this image sequence.

Last updated

Was this helpful?