Like 0

https://unix.stackexchange.com/questions/587646/how-to-get-the-total-duration-of-all-video-files-in-current-folder-and-sub-direc

Revision dd293f7ae04362d68d52c8cd85f9d753c8a459eb

total_folder_duration.sh Raw
1exiftool -ext mp4 -r -n -q -p '${Duration;$_ = ConvertDuration(our $total += $_)}' . | tail -n 1