Video Duration Calculator is a robust CLI-based tool designed to calculate the total duration of video files. Whether you have a messy list of timestamps copied from a website or a folder full of video tutorials, this tool sums them up instantly.
It supports Smart Parsing, Recursive Directory Scanning, and provides Playback Speed Analysis.
Choose the method that fits your operating system and needs:
Best for users who just want to use the tool without installing Python.
- Go to the Releases Page.
- Download the latest
VideoCalculator.exe. - Double-click to run anywhere!
Best for developers on Windows who want to run from source easily.
- Clone or download this repository.
- Double-click on
Video_Calculator.bat. - The script will automatically install dependencies and launch the tool.
Best for non-Windows users or those who prefer using the terminal.
- Clone the repository:
git clone https://github.com/SAli-Pourbakhsh/Video-Duration-Calculator.git
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python Video_Calculator.py
- Python 3: Core logic
- MoviePy: For accurate video metadata extraction
- Colorama: For a beautiful, colored command-line interface
- PyInstaller: For building the standalone executable
SeyedAli Pourbakhsh
- Computer Engineering Student at Qom University of Technology
Created with ❤️ for better time management.

