Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Make proxy media filenames content-adressable #24

Open
owickstrom opened this issue Sep 30, 2018 · 1 comment · May be fixed by #76
Open

Make proxy media filenames content-adressable #24

owickstrom opened this issue Sep 30, 2018 · 1 comment · May be fixed by #76
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@owickstrom
Copy link
Owner

Proxy media files are currently named .proxy.mp4. The file name should be based on a hash of the original media to avoid collisions, and to enable sharing (reimporting a file could reuse a previous proxy).

let proxyPath = outDir </> takeBaseName sourceFile <> ".proxy.mp4"

Related: #21

@owickstrom owickstrom added enhancement New feature or request good first issue Good for newcomers labels Sep 30, 2018
@Cmdv
Copy link
Contributor

Cmdv commented Jan 7, 2019

Would using something like cryptonite be ok or did you have something else in mind?

@Cmdv Cmdv linked a pull request Jan 8, 2019 that will close this issue
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants