48
Université Catholique de Louvain OpenMediaCheck UCL tender – PREFORMA Design Phase Outcome Antonin Descampe, UCL [email protected] Lionel Lawson, Skemmi [email protected] Gaël Rouvroy, intoPIX [email protected] March 6th, 2015

PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Université Catholique de Louvain

OpenMediaCheck    UCL  tender  –  PREFORMA  Design  Phase  Outcome    

Antonin  Descampe,  UCL  -­‐  [email protected]  Lionel  Lawson,  Skemmi  –  [email protected]  

Gaël  Rouvroy,  intoPIX  –  [email protected]  

March  6th,  2015  

Page 2: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

The  challenge  …  In  a  nutshell  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   2  

Page 3: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

The  challenge  …  In  a  nutshell  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   3  

Page 4: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

We  need  a  tool  enabling  …  

1.  Seamless  integraTon  in  legacy  systems  

2.  CollaboraTon  of  suppliers  concurrently  developing  components  for  the  same  plaYorm  

3.  Large  open-­‐source  community  aware  of  conformance  checking  importance.  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   4  

Page 5: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OpenMediaCheck  is  …  

•  OMC  is  a  component-­‐oriented  toolkit  -­‐  Shell  -­‐  Conformance  Checker  

•  OMC  is  an  open  source  project  -­‐  Work  pracTces  -­‐  StandardizaTon  efforts  -­‐  Business  opportuniTes  

•  OMC  supports  JPEG  2000  as  a  preservaTon  format  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   5  

…  an  open-­‐source  component-­‐oriented  toolkit    primarily  dedicated  to  conformance  checking  of  media  files,  

 suited  for  use  within  the  OAIS  Reference  Framework.  

Page 6: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OpenMediaCheck  a  component-­‐oriented  toolkit  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaAon   6  

Page 7: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Technical  requirements  

Sobware  •  Cross-­‐plaYorm  •  Modular  •  Deployment    

-­‐  local  -­‐  network  -­‐  Legacy  

•  Interfaces  via  API’s  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   7  

PREFORMA - Future Memory Standards PREservation FORMAts for culture information/e-archives

EC Grant agreement no: 619568

PREFORMA Challenge Brief Page 11 of 15

4.4 COMPONENTS (ARCHITECTURE) The conformance checker allows for modular deployment. Since OAIS archives usually contain multiple file types, the conformance checker should enable checking multiple reference implementations in one operation. For this purpose, the conformance checker allows for integrating other conformance checker components maintained within the PREFORMA ecosystem via one shell.

The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of multiple conformance checkers in one tool.

The conformance checker comprises four functional components:

x the shell: The conformance checker should interface with other systems through a ‘shell’ which allows for interfacing multiple conformance checkers at the same time. This might in the future allow integrating the conformance checkers of different suppliers into one application.

x the ‘implementation checker’: which performs a comprehensive check of the standard specifications listed in the standard document.

x the ‘policy checker’: which allows for adding acceptance criteria, always compliant with the standard specifications, that further differentiates the properties of the file. This might for example include limiting conformance to PDF/A-1b. Or limiting the colors-space of TIFF-files to ECI-RGB or aRGB. Or limiting the audiovisual file to 'progressive scanned' video.

x the ‘reporter’: which interprets the output of the implementation checker and policy checker and allows for defining multiple human and machine readable output formats. This might include a well-documented JSON or XML file, a human readable report

on which specifications are not fulfilled, or a fool-proof report which also indicates what should be done to fix the non-conformances.

x the ‘metadata fixer’: which allows for simple fixes of the metadata embedded in the file, making them compliant with the standard specification.

Integration of multiple conformance checkers via one shell should be established as follows:

•  Allow  integraTon  of  other  suppliers’  components  

•  Facilitate  conformance  checking  at  4  moments  in  doc  life  cycle  

•  Processing  possibly  -  Automated  -  Periodical  -  In  batch  

•  No  internet  required  •  Usable  by  non-­‐experts  

•  A  Conformance  Checker  for  MKV-­‐JPEG  2000-­‐LPCM  with  4  funcTonal  components  

Page 8: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Sobware  •  Cross-­‐plaYorm  •  Modular  •  Deployment    

-­‐  local  -­‐  network  -­‐  Legacy  

•  Interfaces  via  API’s  

OMC  follows    a  layered  architecture  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   8  

à  Web  Browser/HTML5  à  Command  Line  

à  NodeJS  (Win,  OSX,  linux)  à Component-­‐based  à Webservice  +  DLL  API  à Data-­‐flow  programming  à File-­‐based  communicaTon    

Page 9: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

The  Shell  is    a  component-­‐oriented  plaYorm  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   9  

•  Anything  is  a  component:  “a  reusable  and  independent  sobware  unit  with  exported  and  imported  Input/Output  interfaces.”  

Media  type  audio  document  

image  

video  

File  formats  AC3,  AIFF,  MP3,  WAV,  WMA  TXT,  PDF,  DOC,  WPD,  RTF,  DOCX,  PPTX,  XLSX,  PPT,  XML  BMP,  GIF,   JPG,   JP2,   J2K,  PCT,  PNG,  PSD,  TIFF,  TGA,  3FR,   ARW,   CR2,   CRW,  DCR,  DNG,   ERF,   KDC,  MRW,  NEF,  ORF,  PEF,  RAF,  RAW,  X3F,  AI,  EPS,  SVG  

AVI,   FLV,   MOV,   MPEG-­‐1,   MPEG-­‐2,   MPEG-­‐4,   SWF,  WMV  

Page 10: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Component-­‐based  design  allows  reusability  and  extensibility  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   10  

Components  are  autonomous  processing  units  •  J2K  Analyzer  (J2K  implementaTon  checking)  •  MKV  Analyzer  •  Policy  Checker  •  Other  suppliers’  conformance  checkers  •  etc    But  also  …  •  Scheduler  à  Periodical  checks  •  Directory  Watcher  à  Batch  processing  •  etc  

Page 11: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Shell  Overview  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   11  

JSON  

JSON   JSON  

Reporter  

J2K  Analyzer  

MKV  Parser  

OpenMediaCheck  Shell  

NodeJS/C++    

NodeJS/C++  

NodeJS/C++    

Workflow  JSON  

WebInterface   DLL  Interface  

Page 12: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Workflow  is  specified  in  JSON  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   12  

"connections": [ { "src": { "component": "folderWatcher", "port": "addedFileEvent" }, "target": { "component": "j2kAnalyzer", "port": "check_j2kfile" }, "mapping":{ "wrapper": {"value":"--wrapper"}, "filename": "filepath" } }, ],  

Page 13: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Component  interface    is  specified  in  JSON  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   13  

"runtime": { "win32":{ "format": "exe", "cmd": "j2kAnalyzer.exe", "wd": "j2kAnalyzer_win32", "path": "j2kAnalyzer_win32", "start": "", "stop": "" }, "osx":{ "format": "exe", "cmd": "j2kAnalyzer.py", "wd": "j2kAnalyzer_osx", "path": "j2kAnalyzer_osx", "start": "", "stop": "" }

"inports": { "check_j2kfile":{ "transport": { "type": "exe_args", "args":{ "verbose": {"value": ["","--verbose"]}, "wrapper": {"value": ["","--wrapper"]}, "nullxml": {"value": ["","--nullxml"]}, "nopretty": {"value": ["","--nopretty"]}, "filename": { "type": "file" , "media":"video", "format":["j2k","jp2"], "mandatory": "true" }, "outfile": { "type": "file" , "media":"video", "format":["j2k","jp2"], "mandatory": "false", "refID":"output_001" } } "metadata":{ "forward":"true" } } } }

Page 14: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

The  Shell’s  core  features  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   14  

The  Shell    

a  light  and  portable  web  service  running  complex  workflows  based  on  autonomous  

media  processing  units.  

ü  Cross-­‐plaYorm  (based  on  NodeJS)  ü  Deploys  indifferently  locally  or  remotely  ü  Minimizes  components  dependencies  to  

facilitate  suppliers  collaboraTon  ü  Wraps  easily  third-­‐party  code  into  a  

funcTonal  component  ü  Allows  integraTon  in  legacy  systems  as  

•  a  web  service  •  an  executable  •  a  DLL  

Page 15: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

The  Conformance  Checker  is  a  workflow  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   15  

…  Specified  in  the  workflow  syntax  (JSON)  

Page 16: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Conformance  Checking  mechanism:  3  steps  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   16  

Based  on  mechanism  used  by  jpylyzer  team  1.  Analyzer  checks  for  conformance  with  the  corresponding  specificaTon  

à  Outputs  a  report  with  all  media  properTes  (following  a  media  XML  schema)  

2.  Policy  Checker  assesses  the  Analyzer  report  with  the  Conformance  Profile  à  Xml  validaTon  process  using  Schematron  ISO  Standard  

3.  Fixer  corrects  metadata  based  on  Policy  Checker  report  

Page 17: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Conformance  profile  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   17  

assesses  

Page 18: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  not  specific  to  long-­‐term  preservaTon  but  suited  for  the  OAIS  Framework  

•  Easily  integrates  conformance  checkers  for  other  file  formats  

•  Easily  integrates  addiTonal  funcTonaliTes  to  address  other  OAIS  funcTons  -­‐  Transcoding  -­‐  Content  quality  control  -­‐  …  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   18  

Page 19: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  fits  in  an  OAIS  Environment  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   19  

Page 20: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  fits  in  an  OAIS  Environment  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   20  

Page 21: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

User  interface  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   21  

Page 22: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

User  interface  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   22  

Page 23: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

User  interface  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   23  

Page 24: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Proof-­‐of-­‐Concept  

•  A  minimalist  POC  has  been  developed  •  Basic  workflow:  

•  Allows  us  to  validate  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   24  

ü  File-­‐based  transport  ü  Stream-­‐based  transport  ü  Exe  Component  IntegraTon  ü  Worklfow  descripTon  

completeness  

ü  Cross-­‐plaYorm  deployment  ü  Command-­‐line  interface  ü  Easy  deployment  ü  Web  service  bindings  

Page 25: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Back  to  requirements  …  

Sobware  ü  Cross-­‐plaYorm/NodeJS  ü  Modular/Components  ü  Deployment/Webservice    

-­‐  local  -­‐  network  -­‐  Legacy  

ü  Interfaces  via  API’s/Webservice  &  DLL  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   25  

PREFORMA - Future Memory Standards PREservation FORMAts for culture information/e-archives

EC Grant agreement no: 619568

PREFORMA Challenge Brief Page 11 of 15

4.4 COMPONENTS (ARCHITECTURE) The conformance checker allows for modular deployment. Since OAIS archives usually contain multiple file types, the conformance checker should enable checking multiple reference implementations in one operation. For this purpose, the conformance checker allows for integrating other conformance checker components maintained within the PREFORMA ecosystem via one shell.

The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of multiple conformance checkers in one tool.

The conformance checker comprises four functional components:

x the shell: The conformance checker should interface with other systems through a ‘shell’ which allows for interfacing multiple conformance checkers at the same time. This might in the future allow integrating the conformance checkers of different suppliers into one application.

x the ‘implementation checker’: which performs a comprehensive check of the standard specifications listed in the standard document.

x the ‘policy checker’: which allows for adding acceptance criteria, always compliant with the standard specifications, that further differentiates the properties of the file. This might for example include limiting conformance to PDF/A-1b. Or limiting the colors-space of TIFF-files to ECI-RGB or aRGB. Or limiting the audiovisual file to 'progressive scanned' video.

x the ‘reporter’: which interprets the output of the implementation checker and policy checker and allows for defining multiple human and machine readable output formats. This might include a well-documented JSON or XML file, a human readable report

on which specifications are not fulfilled, or a fool-proof report which also indicates what should be done to fix the non-conformances.

x the ‘metadata fixer’: which allows for simple fixes of the metadata embedded in the file, making them compliant with the standard specification.

Integration of multiple conformance checkers via one shell should be established as follows:

ü  Allow  integraTon  of  other  suppliers’  components/Components  

ü  Facilitate  conformance  checking  at  4  moments  in  doc  life  cycle/API  

ü  Processing  possibly/Scheduling  Components  -  Automated  -  Periodical  -  In  batch  

ü  No  internet  required/Local  Webservice  ü  Usable  by  non-­‐experts/GUI  &  High  level  

data  types  

ü  A  Conformance  Checker  for  MKV-­‐JPEG  2000-­‐LPCM  with  4  funcTonal  components/Components  

Page 26: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OpenMediaCheck    an  open  source  project  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaAon   26  

Page 27: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

How  do  we  manage  OpenJPEG  ?  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   27  

www.openjpeg.org    •  ~  8500  visitors/

month  •  57%  new  visitors  •  Knowns  users  

-­‐  Chromium  -­‐  Debian  -­‐  ImageMagick  -­‐  GhostScript  -­‐  …  

Page 28: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Code  repository  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   28  

Page 29: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Mailing-­‐list  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   29  

•  664  members  •  ~  5  addiTonal  

members/month  

Page 30: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Issue  tracker  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   30  

Page 31: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

DocumentaTon  on  wiki  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   31  

Page 32: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Binary  releases  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   32  

•  Last  releases:  1300  downloads/w  

Page 33: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

ConTnuous  integraTon  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   33  

•  Based  on  CDash  &  CTest  

•  Test  suite  in  a  specific  repo  

•  Test  data  -­‐  Conformance  tests  -­‐  Corrupted  images  -­‐  Correct  images  

•  Nightly  build  &  test  •  PlaYorms  

-­‐  Windows  -­‐  Linux  -­‐  MacOSX  

Page 34: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OpenMediaCheck  …  Idem  !  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   34  

•  Website  à  openmediacheck.org    •  Repo  •  Mailing-­‐list  •  Tracker  •  Releases  •  Wiki  à  Github  

Page 35: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

ConTnuous  integraTon  with  Jenkins  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   35  

Jenkins  server  hosted  @  UCL  

 ci.openmediacheck.org  

Page 36: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Further  enable  OMC  Community  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   36  

•  Create  synergies  between  OMC  and  OpenJPEG  (or  other  UCL  projects)  

à  OpenJPEG  is  being  migrated  to  Github  

 •  OMC  not  restricted  

to  long-­‐term  preservaTon  

à  Enlarges  the  potenTal  community  

Page 37: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  Community  Manager  

•  ContribuTons  follow-­‐up  •  Regular  releases  •  CommunicaTon  around  the  project  through  

-­‐  Website    -­‐  Social  networking  (twixer,  blog  posts)  -­‐  ParTcipaTon  in  meeTngs  &  workshops  

•  JPEG  meeTngs  (done  !)  • Digital  PreservaTon  CoaliTon  (done  !)  • …  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   37  

Page 38: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  and  standardizaTon  bodies  

•  ISO/IEC  WG1,  aka  “JPEG  Commixee”  -­‐  ImplementaTon  checker  based  on  OpenJPEG  -­‐  UCL  &  IntoPIX  already  involved  in  JPEG  acTviTes  à   Strong  link  between  PREFORMA  and  ISO/IEC  !  

•  MKV  -­‐  Already  in  contact  with  Matroska  people  to  add  JPEG  2000  support  in  their  specificaTons.  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   38  

Page 39: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

OMC  Business  opportuniTes  

•  To  keep  OMC  sustainable  aber  PREFORMA’s  end  à   keep  an  acTve  Community  Manager  

•  Similar  to  ArchivemaTca  business  model  -­‐  Paid  support  for  installaTon  or  maintenance  -­‐  On-­‐demand  development  of  (open-­‐source)  components  -­‐  Sales  of  proprietary  components  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   39  

Page 40: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

JPEG  2000  as  a  preservaAon  format  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaAon   40  

Page 41: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Is  JPEG  2000  an  open  standard  ?  ü  Adopted  and  maintained  by  a  not-­‐for-­‐profit  organizaTon  ü  Development  through  open  decision-­‐making  procedure    

Ø  ISO/IEC  is  a  not-­‐for-­‐profit  organizaAon,  open  to  all  interested  parAes  

ü  Standard  published  and  specificaTon  available  freely  or  at  a  nominal  charge.    

ü  No  constraints  on  the  re-­‐use  of  the  standard  

Ø  Available  at  ISO  website  for  198  CHF.  

?  Intellectual  property  -­‐  i.e.  patents  possibly  present  -­‐  of  (parts  of)  the  standard  irrevocably  available  on  a  royalty-­‐free  basis.    

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   41  

Page 42: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

How  did  we  invesTgate  patent  issues  ?  

•  We  gathered  all  signed  patent  statements  for  JPEG  2000  Part-­‐1,  each  with  their  license  opTon.  

•  We  listed  all  patents  with  owner,  expiraTon  date,  license.  

•  We  invesTgated  patents  with  non-­‐free  license  opTons.  

•  We  asked  intoPIX  General  Counsel  for  his  advice.  

•  We  contracted  a  legal  expert,  specialized  in  patent  issues.  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   42  

Page 43: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

ISO/IEC/ITU  Patent  Policy    =  

 best  safeguard  against  patent  issues  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   43  

Page 44: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

ISO/IEC/ITU  Patent  Policy    =  best  safeguard  against  patent  issues  

“Use  of  JPEG  2000  as  a  standard  format  is    reasonably  immune  from  the  risk  of  patent  claims”  

•  ISO/IEC/ITU  Patent  Policy  gives  for  patents  the  same  kind  of  guarantees  that  OS  licenses  give  for  copyright.    -­‐  No  “J2K  patent  issue”  but  “Image  compression  patent  issue”  -­‐  Video  and  image  compression  are  heavily  patented  fields  -­‐  JPEG  Commixee  Policy  is  an  even  bexer  safeguard  

 

Safer  than  a  specificaTon  developed  outside  any  standardizaTon  body,  where  the  patent  risk  is  unknown  .  

•  By  the  way,  no  risk  at  all  in  the  context  of  PREFORMA  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   44  

Page 45: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Is  JPEG  2000  suited  for  preservaTon  ?  

Depends  on  the  requirements  for  a  preservaTon  format  …                  

All  JPEG  2000  needs  is  bexer  open  source  support  …  And  JPEG  2000  in  PREFORMA  would  contribute  to  this  !  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   45  

FFV1   JPEG  2000  

Lossless  compression  Complexity  -­‐-­‐  

Lossless  compression  Complexity  ++    ISO  Standard  Seamless  lossless  to  lossy  Scalability  Accessibility  Robustness  against  errors  Region-­‐of-­‐Interest  

Page 46: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Conclusion  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaAon   46  

Page 47: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Take-­‐home  message:  OMC  is  …  

•  An  innovaTve  flexible  shell,  suited  to  -­‐  be  integrated  in  OAIS  Environment  -­‐  integrate  without  effort  other  suppliers’  contribuTons  

•  A  JPEG  2000  with  MKV/LPCM  Conformance  Checker  -­‐  Based  on  OpenJPEG,  ISO  Reference  Sobware  -­‐  Fulfills  the  missing  step  to  make  of  JPEG  2000  a  good  preservaTon  format  

•  A  sustainable  open-­‐source  project  based  on  our  OpenJPEG  experTse  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   47  

Page 48: PREFORMA UCL design presentation final...The design of the conformance checker therefore complies with the following functional architecture that facilitates modular deployment of

Thanks  !  

6-­‐Mar-­‐15   UCL/ICTEAM  -­‐  PREFORMA  Design  Phase  presentaTon   48  

QuesTons  Tme  …