From b4b81f7a909ee27e63acc81eb2eae58ce5e93dfb Mon Sep 17 00:00:00 2001 From: youngkwonlim Date: Mon, 16 Sep 2024 19:34:46 +0000 Subject: [PATCH 1/3] Add `apv1` to Sample Entry Types --- data/sample-entries.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/sample-entries.csv b/data/sample-entries.csv index 62a5602..b820945 100644 --- a/data/sample-entries.csv +++ b/data/sample-entries.csv @@ -169,3 +169,4 @@ fpcm,Floating-point based PCM format for audio,Audio,ISO-UNCA, cndm,Dynamic Metadata Sample Entry(XF-AVC S/XF-HEVC S File Format),Video,Canon, lvc1,LCEVC video track,Video,NALu Video, apac,Apple Positional Audio Codec,Audio,Apple, +apv1,"""APV is a mezzanine video codec for storage, exchange and editing of professional quality video. The sample entry type identifies the track containing bitstream encoded with APV codec.""",,, From 051645ce504ec15ad3cb56d4dada84386f2df3b4 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Tue, 24 Sep 2024 18:51:39 +0200 Subject: [PATCH 2/3] add Samsung as a source. Shorten description. --- data/sample-entries.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sample-entries.csv b/data/sample-entries.csv index b820945..2d1eb81 100644 --- a/data/sample-entries.csv +++ b/data/sample-entries.csv @@ -169,4 +169,4 @@ fpcm,Floating-point based PCM format for audio,Audio,ISO-UNCA, cndm,Dynamic Metadata Sample Entry(XF-AVC S/XF-HEVC S File Format),Video,Canon, lvc1,LCEVC video track,Video,NALu Video, apac,Apple Positional Audio Codec,Audio,Apple, -apv1,"""APV is a mezzanine video codec for storage, exchange and editing of professional quality video. The sample entry type identifies the track containing bitstream encoded with APV codec.""",,, +apv1,APV mezzanine video codec for storage exchange and editing of professional quality video,Video,Samsung, From 867c1e3f967c443c7e684a0db7f46688534865b9 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Tue, 24 Sep 2024 18:55:39 +0200 Subject: [PATCH 3/3] add OpenOPV as a spec source --- data/sample-entries.csv | 2 +- data/specifications.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/data/sample-entries.csv b/data/sample-entries.csv index 2d1eb81..91cb868 100644 --- a/data/sample-entries.csv +++ b/data/sample-entries.csv @@ -169,4 +169,4 @@ fpcm,Floating-point based PCM format for audio,Audio,ISO-UNCA, cndm,Dynamic Metadata Sample Entry(XF-AVC S/XF-HEVC S File Format),Video,Canon, lvc1,LCEVC video track,Video,NALu Video, apac,Apple Positional Audio Codec,Audio,Apple, -apv1,APV mezzanine video codec for storage exchange and editing of professional quality video,Video,Samsung, +apv1,APV mezzanine video codec for storage exchange and editing of professional quality video,Video,OpenAPV, diff --git a/data/specifications.json b/data/specifications.json index 9229b9d..9b800cb 100644 --- a/data/specifications.json +++ b/data/specifications.json @@ -605,6 +605,12 @@ "description": "Samsung", "MPEG": false }, + { + "specification": "OpenAPV", + "url": "https://github.com/openapv", + "description": "Open Advanced Professional Video Codec", + "MPEG": false + }, { "specification": "SCTE-215-1-1b", "url": "https://www.scte.org/download-scteisbe-standards/",