This is a simple media compression application developed using C# and Windows Forms. The program uses ffmpeg.exe to process video and audio files, providing efficient and high-quality compression.
- Video and audio file compression: Uses
ffmpegto convert and compress media files into various formats. - Simple and intuitive interface: Windows Forms-based user interface allows you to easily upload files and customize compression settings.
- Various format support: Compress files into popular formats such as MP4, AVI, MKV, and many more.
Form view:
git clone https://github.com/regmysss/Media-Compressor.git
You need to create a folder on drive C called "PATH_Programs" and then install FFmpeg there.
- Launch the "Media Compressor" application.
- Select the file to compress.
- Set the compression parameters.
- Click the "Compress" button and wait for the process to complete.
