Add ffmpeg example (#61)

This commit is contained in:
Fangjun Kuang
2023-02-24 17:44:36 +08:00
committed by GitHub
parent c63c4c3389
commit ce4dd176e4
13 changed files with 632 additions and 3 deletions

16
ffmpeg-examples/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Introduction
You can use `sherpa-onnx-ffmpeg` to decode a wav, mp3, or even a URL.
See <https://github.com/ossrs/srs>
for more supported formats and protocols, e.g.,
RTMP/WebRTC/HLS/HTTP-FLV/SRT/MPEG-DASH/GB28181.
## How to use
Please have a look at
```
./run.sh
```