Difference between revisions of "File Metadata Layout"

From apertus wiki
Jump to: navigation, search
(Created page with "= File Metadata / File Name Layout Needs = == Per File File Name == * Camera ID * Reel ID * Clip ID * Year * Month * Day * 24 Hour Time")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
= File Metadata / File Name Layout Needs =
= File Metadata / File Name Layout Design Needs =
== Per File File Name ==
== Per File File Name ==
* Camera ID
* Camera ID
Line 8: Line 8:
* Day
* Day
* 24 Hour Time
* 24 Hour Time
Good choices are monotonic counters, like for example used to measure time, and strong cryptographic hashes based on the actual image data.
If all the infos above are part of the filename, there can't be collision :
yyyy_mm_dd_hh_mm_CamID_ReelID_ClipID

Latest revision as of 12:52, 25 February 2014

1 File Metadata / File Name Layout Design Needs

1.1 Per File File Name

  • Camera ID
  • Reel ID
  • Clip ID
  • Year
  • Month
  • Day
  • 24 Hour Time


Good choices are monotonic counters, like for example used to measure time, and strong cryptographic hashes based on the actual image data.


If all the infos above are part of the filename, there can't be collision :

yyyy_mm_dd_hh_mm_CamID_ReelID_ClipID