cliveontoast / GoMoPho

Google motion photos video extractor
GNU General Public License v3.0
120 stars 12 forks source link

Created files should have the same time as the original file. #13

Closed cliveontoast closed 4 years ago

cliveontoast commented 4 years ago

The movie file has the time/date of the moment it is being saved instead original date of creation.

It would be better to have the date of the original file.

This is especially handy when you combine video's and live-video's, then you can sort by date of creation. Searching through 800 files will be easier then :)

Supplied by @stefansegers

cliveontoast commented 4 years ago

Will need to revisit this. The date taken is a bit harder to get. But looks like it's available easily in .net core 3.0

property item 36867

This also might make the "where's the video start" much easier .... considering that's in the EXIF data

https://stackoverflow.com/questions/180030/how-can-i-find-out-when-a-picture-was-actually-taken-in-c-sharp-running-on-vista

https://docs.microsoft.com/en-us/dotnet/api/system.drawing.imaging.propertyitem.id?redirectedfrom=MSDN&view=netframework-4.8#System_Drawing_Imaging_PropertyItem_Id

cliveontoast commented 4 years ago

Bit of a wait between beers. The issue is resolved, grab the new version 3.1 or higher and give it a go. Let me know how you go.

https://github.com/cliveontoast/GoMoPho/releases