espressif/avi_player

0.1.0

uploaded 1 week ago
Parse the video stream and audio stream of an AVI video file.

readme

[![Component Registry](https://components.espressif.com/components/espressif/avi_player/badge.svg)](https://components.espressif.com/components/espressif/avi_player)

# Component: AVI Player
[Online documentation](https://docs.espressif.com/projects/esp-iot-solution/en/latest/input_device/avi_player.html)

The `avi_player` component can parse avi format data and pass the audio/video frames through callback.

Currently supported features:
* Parse avi from file system
* Parse avi from memory
* mjpeg video stream
* pcm audio stream

## Add component to your project

Please use the component manager command `add-dependency` to add the `avi_player` to your project's dependency, during the `CMake` step the component will be downloaded automatically

```
idf.py add-dependency "espressif/avi_player=*"
```

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/avi_player^0.1.0"

or download archive

Dependencies

  • espressif/cmake_utilities 0.*
  • ESP-IDF >=4.4
  • Stats

    • Archive size
      Archive size: 13.28 KB
    • Downloaded in total
      Downloaded in total 0 times
    • Downloaded this version
      This version: 0 times

    Badge

    espressif/avi_player version: 0.1.0
    |