Skip to content

Commit 32618a8

Browse files
authored
Update README.md
1 parent a18ed58 commit 32618a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
</div>
1212

13-
---
13+
----
1414

1515
- **Hardware-accelerated** extraction using AVFoundation/VideoToolbox
1616
- **MLX native** with direct BGRA frame copy to `mx.array`
1717
- **Lightweight bindings** using `nanobind` and GIL release
1818
- **Pythonic** interface with simple iterators and context managers
1919

20+
<br />
2021

2122
## Getting started
2223

@@ -47,7 +48,7 @@ cd viteo
4748
pip install -v -e .
4849
```
4950

50-
#### Rebuilding
51+
### Rebuilding
5152

5253
```bash
5354
rm -rf dist/

0 commit comments

Comments
 (0)