/calc_videos_durations

Scan folder recursively to find all files, then calculate video's duration and save report into html file

Primary LanguagePython

Scenario

  • Suppose that you have a folder (and potentially with subfolders) with tons of video.
  • So you would like to know the duration of each video files.
  • This script will give you the duration for each single video, then it will make an html report of tracked files.

Dependencies

How to use

  • After installing dependencies, launch calc_video_durations.py
  • For convenience, you can use the lenvid_example.bat to setup a batch command on windows. Step 1: modify lenvid_example.bat, then change path-to-your-python-folder\ and path-to-calc-video-duration-on-your-computer\ to fit your case. Step 2: Add this .bat file to your system environnement, so it can be called everywhere by command line.