You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ozone-api-edit-video

Package Overview
Dependencies
Maintainers
0
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-api-edit-video

Ozone API to save a edited video

6.4.3
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

NPM version

ozone-api-edit-video

TypeScript module to save selected video chunks.

install

npm install ozone-api-edit-video

Usage

import {OzoneApiEditVideo} from 'ozone-api-edit-video'
const ozoneApiEditVideo =  new OzoneApiEditVideo();

// TODO get originalVideo from ozone-api-item
// TODO get selectedChunks from ozone-video-player

ozoneApiEditVideo
.createSubVideo(originalVideo, selectedChunks)
.then((video) => {
   console.log('new video created with id', video.id)
});

Keywords

ozone

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts