I'm trying hard to get the modification date from a MP4 file hosted on my server.
I tried the following library:
ffmpeg -i video.mp4
Without any luck. All I get is duration and a few other fields but I'm not able to get modification date. I tried ffprobe as well and it is not there either.
Any suggestions??
Thanks a lot