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

Fix creation time for the ffmpeg demux videos #3

Closed
alichtman opened this issue Mar 29, 2023 · 0 comments
Closed

Fix creation time for the ffmpeg demux videos #3

alichtman opened this issue Mar 29, 2023 · 0 comments

Comments

@alichtman
Copy link
Owner

alichtman commented Mar 29, 2023

When ffmpeg creates the new videos, three properties need to be fixed:

  1. last modified time
  2. last accessed time.
  3. creation time

The std lib functions seem lacking, so https://github.com/alexcrichton/filetime seems to be the best library to use.

It seems to be missing the ability to set creation time: alexcrichton/filetime#70. I'm not sure why this is difficult. I am pretty sure creation timestamps are stored the same as last-modified timestamps.

I might try to patch that in the library, but like, 0 chance I know what I'm doing better than alexcrichton. There's probably a reason it's not supported.

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

No branches or pull requests

1 participant