Skip to content
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

Incorrect date in all imported video filenames. #378

Open
akoen opened this issue Jun 8, 2020 · 3 comments · May be fixed by #382
Open

Incorrect date in all imported video filenames. #378

akoen opened this issue Jun 8, 2020 · 3 comments · May be fixed by #382

Comments

@akoen
Copy link

akoen commented Jun 8, 2020

When importing videos, the dates in their filenames are consistently 7 hours ahead of imported photos taken at the same time. This 7 hour time difference corresponds to the UTC offset in my timezone.

This occurs with videos taken on my phone, on my camera, and with photos imported from Google photos takeout. Is there an easier way to resolve this than to change their dates manually?

Cheers!

@akoen
Copy link
Author

akoen commented Jun 8, 2020

Alright I have solved the problem. According to the EXIF and QuickTime standard, photos should be stored in local time while videos should be stored in UTC time. Since many cameras don't respect this standard, exiftool ignores it by default. However, by adding -api QuickTimeUTC to the exiftool command, the dates are handled appropriately.

In elodie.py:
image

I would argue that this should be added as an option to Elodie.

@jmathai
Copy link
Owner

jmathai commented Aug 10, 2020

Hi @akoen do you mind submitting this as a pull request?

@akoen akoen linked a pull request Aug 13, 2020 that will close this issue
@jmathai
Copy link
Owner

jmathai commented Jan 11, 2021

@akoen thanks for submitting the PR. Do you mind signing the CLA so that it can be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants