#1127329 ITP: vdu -- Video Disk Usage - du for video duration

#1127329#5
Date:
2026-02-06 23:54:29 UTC
From:
To:
* Package name    : vdu
  Version         : 0.2.0
  Upstream Contact: Roberto Arcomano <info@robertoarcomano.com>
* URL             : https://github.com/robertoarcomano/vdu
* License         : LGPL v3
  Programming Lang: Python
  Description     : Video Disk Usage - du for video duration

 A small command line utility to show total video durations in directories.

 Standard python packages dependency used
 This utility can be used pretty like the "du" one with the following features:
 -s summarize
 -S sort
 -r reverse

 Thus utility is quite simple and straightforward

 Internally, it used SMP to achieve better performance.