
Video options of Usine.
Activates/deactivates the video engine.
Activates/deactivates the video inputs devices (several inputs possible). Also choose the resolution and framerate in the list of possible settings.

For IP camera's you must use the video-ip-camera module.
Choose the target format of the video ie. the final display form factor like 16/9, 3/4, etc. All video player modules will automatically adapt the videos to the proportions of the final target.
If not defined is chosen, the scaling will be done at the end of the process, generally in the output video device.
Duration (in milliseconds) during which a video frame is protected from being recycled by the frame pool.
Usine uses a frame pool to manage video frame memory efficiently. Instead of constantly allocating and freeing large bitmap objects, frames are borrowed from a shared pool and returned for reuse once they expire. The lifetime defines how long a frame remains reserved after being created — ensuring all downstream modules in the processing chain have time to read it before it gets recycled.
The default value is 100 ms, which works well for most patches. Increase it if you observe visual artifacts in complex video processing chains.
Video engine speed in fps (frames per second). It concerns only the internal video engine of Usine. and has a limited impact on the real output framerate. Hi values can overload CPU but improve the fluidity. The recommended value is 100 fps
Determines the mix-down strategy when 2 video flow are in the same wire and have to be mixed together.
Determines the quality used for images resampling and rescaling.
When ON the video-player-image preloads images in memory. It can reduce the access time of images but increases the memory load.
Most of video files are compressed to keep their size on disk as small as possible. The main drawback is that it's generally impossible to play frames in a random order, especially backward (You can only play a video forward).
If you want to have a precise access to frames, convert video files into motion-JPEG with the convert video to motionJPEG tool.
You can also convert the file into separated images (one image per frame) with the convert video to images tool. Then, images can be loaded into Video Player Image module.
Converts a Video file into separated JPG images, to be able to load them into Video Player Image module.
Converts a Video file into separated PNG images, to be able to load them into Video Player Image module.
Convert a Video file into a motionJPEG format file. It increases the size on disk but can solve many frame to frame access issues.
Compression rate used for the motionJPEG compression. Low values for best quality, hi values for low quality.
This option is only visible in God Mode
Convert a Video file into a HAP format file. It increases the size on disk but can solve many frame to frame access issues. See hap codec.
Extracts the audio flow of a video into a wav file to be able to load it into a Sampler module.
version 7.0.250121
Edit All Pages