Skip to content

aliazadbakht/Video-converter

Repository files navigation

Video Converter App

A simple Python application to convert videos, adjust quality, and change volume.

Prerequisites

  1. Python 3: Ensure you have Python installed.
  2. FFmpeg: This application requires FFmpeg to process video files.

How to Install FFmpeg

MacOS (using Homebrew):

brew install ffmpeg

Windows: Download from ffmpeg.org or use winget:

winget install ffmpeg

How to Run

  1. Open your terminal or command prompt.
  2. Navigate to this folder.
  3. Run the script:
    python3 video_converter.py

Features

  • File Selection: Choose any video file.
  • Format Conversion: Convert to MP4, AVI, MKV, MP3, etc.
  • Quality Control: Slider/Dropdown to adjust video quality (affects file size).
  • Volume Control: Increase or decrease audio volume (e.g., 200% for double volume).

License

This project's source code is licensed under the MIT License. See the LICENSE file.

FFmpeg Licensing Notes

  • FFmpeg is a separate third-party project and dependency.
  • FFmpeg may be licensed as LGPL or GPL depending on how the binary is built.
  • This repository is configured to avoid committing local FFmpeg binaries.

If you redistribute FFmpeg binaries with your app, you must comply with the license obligations for that specific binary build.

See THIRD_PARTY_NOTICES.md for details and links.

About

Simple cross-platform Python video converter GUI powered by FFmpeg.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages