I have a GoPro Hero3 camera. When I read out the creation time (for example with ffprobe) I only get accuracy to seconds (i.e. the milliseconds are rounded). Is there a possibility to get milliseconds accuracy for the creation time of the video or is this information not stored by the GoPro?
Asked
Active
Viewed 371 times
1 Answers
1
MP4s store time only up to seconds
granularity.

Gyan
- 85,394
- 9
- 169
- 201
-
Are the milliseconds just rounded down or is there an arithmetic rounding? – machinery Apr 16 '18 at 20:37
-
That depends on the writing/recording application. – Gyan Apr 17 '18 at 06:10
-
Do you know how the GoPro does it? – machinery Apr 17 '18 at 21:41
-
No. But would it matter? The specs don't allow storing milliseconds. And unless you plan to hack the GoPro, you can't get that info. In either rounding scheme, your error range is 999 ms. – Gyan Apr 18 '18 at 05:31