SimpleMobileTools / Simple-Gallery

A premium app for managing and editing your photos, videos, GIFs without ads
https://www.simplemobiletools.com
GNU General Public License v3.0
3.64k stars 764 forks source link

Support `creation_time` tag of mp4 videos #3091

Open tenzap opened 1 month ago

tenzap commented 1 month ago

My device produces video with these metadata (reported by ffmpeg -i):

  Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2023-12-08T10:40:47.000000Z
    location        : +XX.YYYY-ZZ.TTTT/
    location-eng    : +XX.YYYY-ZZZ.TTTT/
    com.android.version: 12

The creation_time is also mentioned here: https://stackoverflow.com/a/55451647

Would it be possible to support the creation_time in the app (for usage in sorting/grouping)?