Socket
Socket
Sign inDemoInstall

vidsplit-io

Package Overview
Dependencies
26
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vidsplit-io

"vidsplit-io" is a Node.js plugin offering seamless video manipulation, including splitting, URL-based downloading, and reassembling. With intuitive usage and powerful features, it simplifies video processing workflows. Simply integrate it into your proje


Version published
Weekly downloads
1
decreased by-90.91%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

vidsplit-io

vidsplit-io is a Node.js plugin offering seamless video manipulation, including splitting, URL-based downloading, and reassembling. With intuitive usage and powerful features, it simplifies video processing workflows. Simply integrate it into your projects for efficient video management.

Installation

To install vidsplit-io, you can use npm:

npm install vidsplit-io

Usage

The first function splitVideo:

/**
 * Splits a video into segments of specified duration.
 * 
 * @param {OptionPath} options - Options for video splitting.
 * @param {number} shouldSizePartMb - Size (in MB) of each split segment.
 * @param {string} prefixName - Prefix name for split segments.
 * @returns {Promise<void>}
 */
const splitVideo = async (options: OptionPath, shouldSizePartMb: number = 20, prefixName: string = "video"): Promise<void> => {

};

Example

You can utilize vidsplit-io in your Node.js projects as follows:

// the usage example
import { splitVideo } from 'vidsplit-io';

// Split the video into segments of specified duration
await splitVideo({inputFile:'./video/8971086-240p.mp4',outputFolder:'./upload'},20);

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contribution

Contributions are welcome! Please feel free to submit issues, create pull requests, or suggest improvements.

Support

For any questions or issues, please open an issue on GitHub.

Authors

Setra Johariniaina RAHERISON

Changelog

See CHANGELOG.md for details on changes and releases.

Keywords

FAQs

Last updated on 05 Mar 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc