Last active 1748114453

jackz's Avatar jackz revised this gist 1748114453. Go to revision

1 file changed, 2 insertions

commands.sh(file created)

@@ -0,0 +1,2 @@
1 + # Sum of all video durations in folder '6'
2 + find 6 -name "*.mp4" -printf "\"%p\" " | xargs exiftool -n -q -p '${Duration;our $sum;$_=ConvertDuration($sum+=$_)}' | tail -n 1
Newer Older