# VideoCompressor **Repository Path**: ky1025/VideoCompressor ## Basic Information - **Project Name**: VideoCompressor - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-11 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VideoCompress A video compression application. Supports 25 languages including English, French, Spanish, German, Bulgarian, Czech, Danish, Greek, Estonian, Finnish, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Romanian, Russian, Slovenian, Swedish, Thai, Vietnamese, Simplified Chinese, Traditional Chinese, etc. Developed using Electron, video processing uses the ffmpeg plugin. # Releases Currently, only the Windows version is packaged. If you need Mac and Linux versions, please package them yourself. https://github.com/chwrywj/VideoCompress/releases ![](https://github.com/chwrywj/VideoCompress/blob/main/screenshot.png) # Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run electron:serve ``` ### Compiles and minifies for production ``` npm run electron:build ``` # Related [ffmpeg](https://www.ffmpeg.org/) [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg)