mbari-org / vars-annotation

Video Annotation Application for MBARI's Media Management (M3) software stack
https://docs.mbari.org/vars-annotation/
Apache License 2.0
16 stars 6 forks source link

Implement local file browsing #3

Closed hohonuuli closed 6 years ago

hohonuuli commented 7 years ago

Most files can be open via the connection to the video asset manager, vampire-squid. However, some files, such as the ProRes Masters, will have to be staged on a local SSD to be used. In those cases, users should be able to:

  1. Browse to file
  2. On selection, a checksum is either:
    1. found in a side car file
    2. Calculated (sha512)
  3. The checksum is used to lookup the video in vampire-squid.

TODO: what should we do if the file isn't registered in vampire-squid?