Skip to content

Add VP9 (vp09) atom support and MP4GetTrackAtomData API#67

Closed
dchengTSC wants to merge 1 commit into
enzo1982:mainfrom
TechSmith:techsmith/vp9-and-atom-data-api
Closed

Add VP9 (vp09) atom support and MP4GetTrackAtomData API#67
dchengTSC wants to merge 1 commit into
enzo1982:mainfrom
TechSmith:techsmith/vp9-and-atom-data-api

Conversation

@dchengTSC

Copy link
Copy Markdown
Contributor

Add support for reading VP9 video tracks in MP4 files:

  • Add MP4Vp09Atom class that properly parses the vp09 sample entry, including its child atoms (vpcC, btrt, colr, pasp)
  • Register vp09 in the atom factory and as an expected stsd child

Add MP4GetTrackAtomData/MP4FreeTrackAtomData API:

  • Allows reading the raw data of any track atom by path
  • Useful for extracting codec configuration boxes (e.g. vpcC, avcC) that don't have dedicated accessor functions
  • Memory is allocated by the library and freed via MP4FreeTrackAtomData to avoid CRT mismatch issues on Windows

Add support for reading VP9 video tracks in MP4 files:
- Add MP4Vp09Atom class that properly parses the vp09 sample entry,
  including its child atoms (vpcC, btrt, colr, pasp)
- Register vp09 in the atom factory and as an expected stsd child

Add MP4GetTrackAtomData/MP4FreeTrackAtomData API:
- Allows reading the raw data of any track atom by path
- Useful for extracting codec configuration boxes (e.g. vpcC, avcC)
  that don't have dedicated accessor functions
- Memory is allocated by the library and freed via MP4FreeTrackAtomData
  to avoid CRT mismatch issues on Windows
@dchengTSC dchengTSC closed this Jun 11, 2026
@dchengTSC
dchengTSC deleted the techsmith/vp9-and-atom-data-api branch June 11, 2026 13:58
@dchengTSC
dchengTSC restored the techsmith/vp9-and-atom-data-api branch June 11, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant