mp4ra / mp4ra.github.io

MPEG-4 Registration Authority Web Site
https://mp4ra.github.io/
38 stars 27 forks source link

Improve specification handling #174

Closed podborski closed 5 months ago

podborski commented 8 months ago

find a better way to capture specifications. use non-dated version of specs, use JSON and group specs by SDO. This info can be useful in combination with the conformance framework.

dwsinger commented 8 months ago

could https://www.specref.org/ help?

podborski commented 5 months ago

could https://www.specref.org/ help?

I guess it would be possible to also integrate the https://www.specref.org/ and to try keeping some of the URLs up to date or something like that. So far we just translated the mp4ra spec CSV to JSON and added a few arguments to the fields as:

  {
    "specification": "ISO",
    "url": "http://www.iso.ch/",
    "description": "ISO/IEC 14496-12 & 15444-12, ISO base media file format.",
    "MPEG": true
  },