New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ozone-api-edit-video

Package Overview
Dependencies
Maintainers
0
Versions
165
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.0
latest
Source
npm
Version published
Weekly downloads
9
-52.63%
Maintainers
0
Weekly downloads
 
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 07 Feb 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