New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

video-compressor

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-compressor

This package is used to reduce the size of the videos in your project. After including this package to the project, you must provide the input and output file paths as parameter of compress method. Later, when you upload video to the path you specified as

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Video Compressor

This package is used to reduce the size of the videos in your project. After including this package to the project, you must provide the input and output file paths as parameter of compress method. Later, when you upload video to the path you specified as input in your project, this package compresses and reduces the size of large video files you upload. Compressed video files are added to the file path you specify as output. As a result, only compressed videos are contained in the output folder.

Installation

Install my-project with npm

npm install video-compressor

Usage/Examples

const videoCompressor = require('video-compressor')
videoCompressor(input,output)

ParameterTypeDescriptionExample
inputstringRequired. input video file upload path"src/public/video"
outputstringRequired. output compress video file save path"src/public/compressVideo"

🚀 Example

https://github.com/iremaslandogan/video-compressor-example.git

Here are related project

Awesome README

Keywords

video

FAQs

Package last updated on 01 Mar 2023

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