From fac2ccdbb503a6eff1611a2b65a76f92d9a047f8 Mon Sep 17 00:00:00 2001 From: mikedo Date: Wed, 24 Jan 2024 00:01:47 +0000 Subject: [PATCH 1/2] Add `cafr` to Brands --- data/brands.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/brands.csv b/data/brands.csv index ac6c966..0578423 100644 --- a/data/brands.csv +++ b/data/brands.csv @@ -266,3 +266,4 @@ vwpt,Viewpoint toolset brand,OMAF XAVC,XAVC File Format,Sony yt4$20,Google specification for use by YouTube apps,Youtube iamf,Immersive Audio Model and Formats - Encapsulated IA Sequence,AOM-IAMF +cafr,CMAF Media Profile for ATSC Full Range Constrained Baseline VVC, From 6926a2a56691c51591d4fe37cea867f768c69554 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Tue, 27 Feb 2024 14:20:50 -0800 Subject: [PATCH 2/2] clarify ATSC 3.0 standards and map accordingly --- data/boxes.csv | 2 +- data/brands.csv | 2 +- data/specifications.json | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/data/boxes.csv b/data/boxes.csv index cf84116..49dd56d 100644 --- a/data/boxes.csv +++ b/data/boxes.csv @@ -41,7 +41,7 @@ dstg,DVB Sample to Group Box,DVB edts,edit list container,ISO elst,an edit list,ISO emsg,event message,DASH -evti,Event information,ATSC 3.0 +evti,Event information,ATSC 3.0 A337 etyp,extended type and type combination,ISO Exif,Exif Metadata,JPXS fdel,File delivery information (item info extension),ISO diff --git a/data/brands.csv b/data/brands.csv index 0578423..115cde5 100644 --- a/data/brands.csv +++ b/data/brands.csv @@ -266,4 +266,4 @@ vwpt,Viewpoint toolset brand,OMAF XAVC,XAVC File Format,Sony yt4$20,Google specification for use by YouTube apps,Youtube iamf,Immersive Audio Model and Formats - Encapsulated IA Sequence,AOM-IAMF -cafr,CMAF Media Profile for ATSC Full Range Constrained Baseline VVC, +cafr,CMAF Media Profile for ATSC Full Range Constrained Baseline VVC,ATSC 3.0 A345 diff --git a/data/specifications.json b/data/specifications.json index e39e4ef..e54ad08 100644 --- a/data/specifications.json +++ b/data/specifications.json @@ -66,9 +66,15 @@ "MPEG": false }, { - "specification": "ATSC 3.0", - "url": "https://www.atsc.org/standards/atsc-3-0-standards/", - "description": "ATSC 3.0 A337 Application Signaling", + "specification": "ATSC 3.0 A337", + "url": "https://www.atsc.org/atsc-documents/type/3-0-standards/", + "description": "ATSC 3.0 A337 Application Event Delivery", + "MPEG": false + }, + { + "specification": "ATSC 3.0 A345", + "url": "https://www.atsc.org/atsc-documents/type/3-0-candidate-standards/", + "description": "ATSC 3.0 A345 VVC Video", "MPEG": false }, {