Calculate two audio duration with frame
问题 I am stuck, I need a small logic. I have two audio durations x = "00:00:07:18" y = "00:00:06:00" H : M: S: F Answer should be x + y = 00:00:13:18 H=hours S= seconds M=minutes F=frame My question is if x = "00:00:03:14" y = "00:00:13:18" answer should be x + y = **00:00:17:02** If the frame is greater than 30 it should increase 1 in second. I am using power shell. How can I determine the logic to calculate both of this? 回答1: Calculation of the first 3 parts ( hour:minute:second ), we can