Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 604 Bytes

Acquire Webm Driver

This is an Acquire Driver that supports streaming to webm

Devices

Storage

  • webm - Streams to a webm file encoded with VP9.

3rd Party Libraries

acquire-driver-webm depends on libwebm, for the webm container format, and libvpx, for the VP9 codec.

  • livbpx

    • v1.13.0 (as of 9/3/2023)
    • To build ./configure && make
  • libwebm

    • v1.0.0.30 (as of 9/5/2023)
    • To build cd libs/libwebm/build && cmake .. && make