Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wojtekb30/videocompressor
Compress a video file to a desired size in MB
https://github.com/wojtekb30/videocompressor
compress-videos compression compressor ffmpeg video video-processing
Last synced: 17 days ago
JSON representation
Compress a video file to a desired size in MB
- Host: GitHub
- URL: https://github.com/wojtekb30/videocompressor
- Owner: Wojtekb30
- License: mit
- Created: 2024-02-05T17:16:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T17:23:37.000Z (about 1 year ago)
- Last Synced: 2024-12-09T15:13:53.863Z (2 months ago)
- Topics: compress-videos, compression, compressor, ffmpeg, video, video-processing
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VideoCompressor
Compress a video file to a desired size in MB. MP4 input recommended, the result will be MP4.This program may not work on systems other than Windows without proper code modifications.
Compressor code by 武状元 Woa (https://stackoverflow.com/questions/64430805/how-to-compress-video-to-target-size-by-python ), rest by me.
The program uses FFMPEG stored in 'ffmpegprogram' folder, which is in the same directory as this program's executable file (FFMPEG included in the release ZIP).