1.0.0 • Published 9 months ago

hsa-video-compressor v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

HSA Video Compressor

A command-line tool for compressing and optimizing video files. This utility reads video files from a specified directory, compresses them, and saves the optimized versions to another specified directory. It uses the FFmpeg library to support common video formats such as .mp4, .mov, .avi, and .mkv.

Features

Reads video files from the input directory. Saves optimized and compressed videos to the specified output directory. Supports video formats: .mp4, .mov, .avi, .mkv. Allows user-defined video quality and resolution. Uses FFmpeg for fast and efficient video processing.

Installation

To install the project globally, use the following command:

bash

npm install -g hsa-video-compressor

Usage

hsa-video-compressor -i <input_directory> -o <output_directory> -q -s

## Parameters