dotfiles/scripts/getlength

3 lines
145 B
Plaintext
Raw Normal View History

2023-12-25 11:21:57 +01:00
date -u -d @`find . -maxdepth 1 -iname '*.mp4' -exec ffprobe -v quiet -of csv=p=0 -show_entries format=duration {} \; | paste -sd+ -| bc` +"%T"