Like 0

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

jackz revised this gist 10 hours ago · dd293f7

1 file changed, 1 insertion

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