joshkmartinez / acquire-driver-webm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:C 73.5%Language:C++ 17.8%Language:Assembly 5.4%Language:Makefile 1.1%Language:Perl 0.8%Language:Shell 0.6%Language:Python 0.5%Language:CMake 0.2%Language:Processing 0.2%