UNPKG

@profullstack/transcoder

Version:

A server-side module for transcoding videos, audio, and images using FFmpeg with smart presets and optimizations

7 lines (5 loc) 211 B
/** * @profullstack/transcoder - A server-side module for transcoding videos to web-friendly MP4 format using FFmpeg */ // Export all functionality from the modular components export * from './src/index.js';