Skip to content

bnbhat/video_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQt6 Video Player

A simple video player application built with PyQt6.

screenshot

Features

  • Play/Pause video playback
  • Slider-based video navigation
  • Mute/Unmute audio
  • Volume control
  • Fullscreen mode
  • User-friendly interface

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.6 or higher
  • PyQt6

Installation

  1. Clone the repository:
    git clone https://github.com/bnbhat/video_player.git
  2. Install the dependencies:
    pip install -r requirements.txt
  3. Run the application:
    python main.py

Keybindings

  • Space - Play/Pause
  • F - Fullscreen/Exit Fullscreen
  • M - Mute/Unmute
  • Esc - Exit Fullscreen

Usage

youtube link: https://youtu.be/chTH-_5wtcg

  1. Click the Open button to select a video file.
  2. Click the Play button to start playback.
  3. Use the slider to navigate through the video.
  4. Click the Mute button to mute the audio.
  5. Use the volume slider to adjust the volume.

Developed by Balachandra Bhat [email protected]

About

Simple Media Player based on PyQt6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages