Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apv1 to Sample Entry Types #243

Merged
merged 3 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions data/sample-entries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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 mezzanine video codec for storage exchange and editing of professional quality video,Video,OpenAPV,
6 changes: 6 additions & 0 deletions data/specifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
Loading