Skip to content

OAleex/MediaPyInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MEDIAPYINFO

A Python GUI application for extracting media information from AVI and M2V files.

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

Python


πŸ”— Quick Links


πŸ“ Overview

MediaPyInfo is a Python application designed to extract and display essential media information from AVI and M2V files. It provides users with a simple GUI to select files, extract details such as file name, resolution, bitrate, and frame rate (FPS), and then save this information to a text file.


πŸ“¦ Features

  • File Selection: Easily select multiple AVI or M2V files using a file dialog.
  • Media Information Extraction: Extract details such as:
    • File Name
    • Resolution (e.g., 1920x1080)
    • Bitrate (in kbps or Mbps)
    • Frame Rate (FPS)
  • Save to File: Save the extracted media information to a text file.

πŸ“‚ Repository Structure

└── MediaPyInfo/
    └── main.py

πŸš€ Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • Python: version x.y.z

βš™οΈ Installation

  1. Clone the MediaPyInfo repository:
git clone https://github.com/AleexFlx/MediaPyInfo
  1. Change to the project directory:
cd MediaPyInfo
  1. Install the dependencies:
pip install -r requirements.txt

πŸ€– Running MediaPyInfo

Use the following command to run MediaPyInfo:

python main.py

πŸ›  Project Roadmap

  • Initial release of MediaPyInfo.
  • Add support for more video file formats.
  • Implement automated testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages