Last active 1748114453

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