Commit
·
15c61ea
1
Parent(s):
febf6aa
docs: update README
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ Each sample will have a structure as follows:
|
|
| 18 |
|
| 19 |
# How To Use
|
| 20 |
Because the returned video will be in bytes, here is a way to extract frames and fps:
|
| 21 |
-
```
|
| 22 |
# pip install av
|
| 23 |
|
| 24 |
import av
|
|
|
|
| 18 |
|
| 19 |
# How To Use
|
| 20 |
Because the returned video will be in bytes, here is a way to extract frames and fps:
|
| 21 |
+
```python
|
| 22 |
# pip install av
|
| 23 |
|
| 24 |
import av
|