M3U Stream Analyzer - Automate Your Stream Checks
After manually checking most of the streams, I decided to create a Python script to automate the process.
This GUI application processes an M3U file and extracts various technical details, such as resolution, FPS, bitrate, video/audio codecs, aspect ratio, and container type, using ffprobe. The results are then saved in an Excel file for easy filtering and analysis.
The project is still in early beta, and I plan to improve it over time.
Automated stream analysis
Excel output for easy filtering
Pause/stop functionality
Tested on Windows
Simply follow the README steps to get started!
Credit goes to levent as this is his project
After manually checking most of the streams, I decided to create a Python script to automate the process.
This GUI application processes an M3U file and extracts various technical details, such as resolution, FPS, bitrate, video/audio codecs, aspect ratio, and container type, using ffprobe. The results are then saved in an Excel file for easy filtering and analysis.
The project is still in early beta, and I plan to improve it over time.




Simply follow the README steps to get started!
Credit goes to levent as this is his project