I discover quicktime participant to be very helpful for scrubbing by means of movies, because it does so easily and with the touchpad scroll gesture. I’m, nevertheless, deeply confused by its timecode output and I might love an evidence if anybody has one. When biking by means of the assorted time shows within the management bar, there’s one that appears like this:
As I interpret this, or as I need to interpret it, it is displaying the time of day at which the video begins and ends (presumably relative to its creation time), adopted by the body depend. The issue is, these instances do not match any dates I can discover associated to the video file.
Utilizing the video whose management bar I screenshotted above, the file (let’s name it NINJVP_S140_S001_T002.MOV
) has the next dates related to it.
system dates:
$ stat -f 'accessed: %Sapercentnmodified: %Smpercentnchanged: %Scpercentnbirth: %SB' -t '%F %T' NINJVP_S140_S001_T002.MOV accessed: 2025-05-29 20:34:42 modified: 2025-05-19 11:20:34 modified: 2025-05-19 11:20:34 delivery: 2025-05-19 11:10:16
dates from the exif information:
$ exiftool -'*Date*' NINJVP_S140_S001_T002.MOV | grep -v '^File' Create Date : 2025:05:19 10:10:16 Modify Date : 2025:05:19 10:10:16 Monitor Create Date : 2025:05:19 10:10:16 Monitor Modify Date : 2025:05:19 10:10:16 Media Create Date : 2025:05:19 10:10:16 Media Modify Date : 2025:05:19 10:10:16
Neither the file dates nor the exif dates match the timecode in QT participant. I really feel assured that it is not a timezone factor (due to the seconds distinction, if nothing else). Neither is it displaying the present time, because it reveals 12:33:28;24 it doesn’t matter what.
Can anybody inform me what this timecode truly is and the place that info is coming from? And additional, if there is a option to get QT participant to both use the right instances from the exif metadata or to make use of contact
to alter the file dates so it reveals what I would like? Do quicktime recordsdata have particular proprietary metadata along with the exif? And if that’s the case, why would that date be completely different from the exif date?