Hi, I know how to get clip information via ffmpeg/ffprobe. The command is ffmpeg -i video ffprobe video The above command can get whole file's duration. But how to get each track duration in clips by using ffmpeg/ffprobe? Thanks! B.R. andrew