#video #codec #vp9

vp9-parser

Provides tools to parse VP9 bitstreams and IVF containers

11 releases

0.3.1 Jul 19, 2022
0.3.0 Jan 20, 2022
0.2.6 Apr 21, 2021
0.1.0 Apr 18, 2021
0.0.1 Apr 17, 2021

#86 in Multimedia

Download history 6/week @ 2023-12-17 5/week @ 2023-12-31 15/week @ 2024-01-07 4/week @ 2024-01-14 2/week @ 2024-02-11 17/week @ 2024-02-18 6/week @ 2024-02-25 22/week @ 2024-03-03 42/week @ 2024-03-10 29/week @ 2024-03-17

104 downloads per month

Zlib OR MIT OR Apache-2.0

130KB
1.5K SLoC

vp9-parser

Latest version Documentation ZLIB MIT Apache

Provides tools to parse VP9 bitstreams and IVF containers.

Use case

This crate does not contain a VP9 decoder. It only provides the tools to parse a VP9 bitstream, which then could be handled by a dedicated decoder. Most likely the output will be fed into hardware decoders like Vulkan Video, VA-API, VDPAU, NVDEC and possibly DXVA.

Roadmap

Since the main use case of this crate is to support the usage of Vulkan Video for decoding VP9 videos, for which the final API for VP9 is not yet known (VK_EXT_video_decode_VP9), the API might change in the future considerably.

License

Licensed under MIT or Apache-2.0 or ZLIB.

Dependencies