Skip to content

vihantyagi/Video_Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Processing Project

Overview

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.

Requirements

  • Python
  • FFmpeg installed on your system (You can install it using a package manager or from https://ffmpeg.org/)

Setup and Installation

  1. Clone this repository:

    git clone https://github.com/vihantyagi/Video_Processing.git
    cd Video_Processing
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the main script:

    python main.py

The GUI should now open, and you can start processing videos!

About

Video processing using ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages