A Python GUI application for extracting media information from AVI and M2V files.
Developed with the software and tools below.
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.
- 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.
βββ MediaPyInfo/
βββ main.pyRequirements
Ensure you have the following dependencies installed on your system:
- Python:
version x.y.z
- Clone the MediaPyInfo repository:
git clone https://github.com/AleexFlx/MediaPyInfo- Change to the project directory:
cd MediaPyInfo- Install the dependencies:
pip install -r requirements.txtUse the following command to run MediaPyInfo:
python main.py- Initial release of MediaPyInfo.
- Add support for more video file formats.
- Implement automated testing.