espressif/avi_player

uploaded 4 months 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

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.1"

or download archive

Stats

  • Archive size
    Archive size: 13.48 KB
  • Downloaded in total
    Downloaded in total 37 times
  • Downloaded this version
    This version: 30 times

Badge

espressif/avi_player version: 0.1.1
|