Add browser-based video editing and previewing to your web applications with our Video Preview SDK for JavaScript.
const player = new Renderer(htmlElement, 'player', '...');
await player.loadTemplate('...');
await player.setModifications({ 'My-Text': 'Your Text And Video Here', 'Bg-Video': 'https://example.com/video.mp4' });
await player.play();
Add video editing to your web apps
Seamlessly integrate our video renderer into your software and provide your users with video editing functionality – right in the browser.
As our JavaScript Preview SDK is a modular component, you can use it to build anything from dynamic video players to full-featured video editors. In fact, this exact component is the backbone of our own video editor, feeds and forms.