Python DPX validator

From COPTR
Revision as of 15:46, 24 September 2018 by Jlehtone (talk | contribs) (Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=A lightweight DPX file format validator. |homepage=https://github.com/Digital-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


A lightweight DPX file format validator.
Homepage:https://github.com/Digital-Preservation-Finland/dpx-validator
License:LGPLv3+

Description

The tool validates the following set of header fields in a DPX file:

  • Magic number of 'SDPX' or 'XPDS' for reversed byte order.
  • A valid image data offset value.
  • Header format version number as 'V2.0'.
  • DPX file size in header matches what filesystem shows.
  • Encryption key is undefined and therefore image is unencrypted.

For more information about DPX, see the SMPTE standard ST 268-1:2014: File Format for Digital Moving-Picture Exchange (DPX).

User Experiences

Development Activity