edgarh92 / Sum-Media-Duration

Command line tool to sum duration of any media using json input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sum Media Duration

Sum Media Duration is a command line utility to get the total duration of your video or audio files. This will be useful when working with many small files. It uses ffprobe to pull the duration from the video and audio stream and the datetime module to add the values up. Creators may use the tool to quickly see the total length of files that would be used in for social media video (like Tik Tok or Instagram reel) and if they would need to trim the video to their desired length.

Run Locally

Clone the project

  git clone https://github.com/edgarh92/Sum-Media-Duration

Go to the project directory

  cd Sum-Media-Duration

Install dependencies if needed.

  brew install ffprobe

Run the script

  python3 sum_media_duration.py -f directory/

About

Command line tool to sum duration of any media using json input.


Languages

Language:Python 100.0%