I need to exact the creation time of a mp4 in one of my projects and it is completely impossible to transfer a mp4 from my phone to a specific folder of my PC without changing the creation time accidentaly. If anyone knows an easy way pleas tell me, because this is a essential part of my project and the users will have to do it all the time. I have event tried to read the creation time from the metadata, but windows even changes the metadata when you move the video.
I even thought about building an application in c# just for the transfer, but I don't know if the creation time will be changed when I transfer the video into an bit array.
Any help is much appreciated.
I found a semi optimal soluion now, because it depends on the device you use if it works. I just noticed that the name of the file contains the creation time, so I can just set the creationtime based on the name, when I add the file to the folder.
Thank you to everyone who gave me tips.