When I run ffmpeg on an mp4 file, it says the duration is:
00:03:57.54
What is the unit that 54
represents ? I am interpreting it as 0.0054 seconds (54 milliseconds).
2
The dot in that time representation is a normal decimal point. The 57.54
simply means 57 seconds and 54 hundreds of a second.