This project processes video files using FFmpeg. It allows the user to input video details and apply transformations such as changing the frame rate, resolution, and speed. The graphical user interface (GUI) is built using Tkinter.
- Python
- FFmpeg installed on your system (You can install it using a package manager or from https://ffmpeg.org/)
-
Clone this repository:
git clone https://github.com/vihantyagi/Video_Processing.git cd Video_Processing
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the main script:
python main.py
The GUI should now open, and you can start processing videos!