Based from: Get total duration of video files in a directory
But I need my output to be in hours. Been trying for some time to make this one line output to hours:
find . -maxdepth 1 -exec ffprobe -v quiet -of csv=p=0 -show_entries format=duration {} \; | paste -sd+ -| bc
Any help? Hope it's not a duplicate because all the answer there only output in seconds which is bad and I don't have hope anyone will add to that question anymore