Updated README

This commit is contained in:
Alex Eidt 2022-07-26 09:40:30 -07:00
parent 3948f3dc37
commit 45952ddbd0

View file

@ -4,6 +4,8 @@ A simple Video I/O library written in Go. This library relies on [FFmpeg](https:
All frames are encoded and decoded in 8-bit RGB format. All frames are encoded and decoded in 8-bit RGB format.
For Audio I/O using FFmpeg, see the [`aio`](https://github.com/AlexEidt/aio) project.
## Installation ## Installation
``` ```