Skip to content

Tool for real-time video processing / transforming / composing

License

Notifications You must be signed in to change notification settings

assembleco/video_compositor

This branch is 433 commits behind software-mansion/smelter:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2024
Dec 20, 2023
Jan 11, 2024
Dec 18, 2023
Jan 16, 2024
Jan 16, 2024
Aug 3, 2023
Jan 5, 2024
Jan 9, 2024
Jan 10, 2024
Dec 20, 2023
Jan 5, 2024
Dec 29, 2023
Jan 16, 2024
Aug 4, 2023
Jan 9, 2024
Oct 20, 2023
Jan 9, 2024
Oct 25, 2023
Aug 4, 2023
Jan 16, 2024
Jan 16, 2024
Jun 27, 2023
Dec 18, 2023
Oct 10, 2023

Repository files navigation

VideoCompositor

Application for real-time video processing/transforming/composing, providing simple, language-agnostic API for live video rendering.

VideoCompositor targets real-time use cases, like video conferencing, live-streaming, or broadcasting (e.g. with WebRTC / HLS / RTMP).

Features

VideoCompositor receives inputs and sends outputs streams via RTP. HTTP API is used to define how inputs should be transformed and combined to produce desired outputs.

For the initial release, we want VideoCompositor to support those four types of transformations, that you can combine together:

  • Common transformations - frequently used, already implemented transformations, like layouts, grids, cropping, corners rounding, blending, fading, etc.
  • Custom shader transformations - registering and using custom shaders, allowing to adapt VideoCompositor for specific business needs
  • Web Rendering - embedding videos in custom websites
  • Text Rendering

Currently, the project is under development and API is unstable.

Examples

Examples source code is under the examples directory.

Running examples requires:

For better performance, build examples with the release compilation profile:

cargo run --release --example <example_name>

Supported platforms

Linux and MacOS.

Copyright

Copyright 2023, Software Mansion

Software Mansion

About

Tool for real-time video processing / transforming / composing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.6%
  • WGSL 2.1%
  • Dockerfile 0.6%
  • Shell 0.3%
  • Nix 0.3%
  • CMake 0.1%