-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curious case of three large video files being dated differently from their metadata #1195
Comments
|
I just realised large file support isn't enabled by Memories. This could be the reason why it doesn't work for the bigger file. |
Signed-off-by: Varun Patil <radialapps@gmail.com>
I'm in a FreeBSD iocage jail, no docker here.
Noted. Yeah, I disable geotags on my phone too.
Indeed, this might be it! I reran my commands. So for comparison, here is the output with largefilesupport:
And here it is without largefilesupport:
This makes sense now looking at the tags extracted with and without the flag, and makes sense being that 2 of the files are 2GB and one file (the one being processed correctly) is under 2GB, which seems like the limit without largefilesupport being enabled. |
Fantastic! Thanks for the quick test. |
Describe the bug
I recorded (3) large HEVC HDR10+ videos via my Samsung GS23+ today. Two of the files were completely untouched. One of the files I trimmed 16 seconds from the front end using my GS23+ included Gallery video editor. All three files were then synced/upped via Foldersync to my NC instance which then showed up in Memories out of order from when the video was created.
Using the package exiftool in the bin-ext folder, I pulled the time tags:
perl exiftool -api largefilesupport=1 -time:all 20240516_*.mp4
In Memories, the videos are being shown out of chronological order per this screenshot.
Note it says 10:05PM and that is most certainly not when I trimmed the video. It appears the timezone is not being factored in as I believe I trimmed the video at approximately 6:05PM local. (-4 hours)
To Reproduce
Record videos on my phone. Uploaded to NC. Browse collection in Memories.
Platform:
Additional context
The files are rather large, FYI.
Any errors in the JS console?
No.
Any errors in the Nextcloud server logs?
No.
The text was updated successfully, but these errors were encountered: