Update README.md

This commit is contained in:
Lukas Herman
2020-11-07 23:45:47 -08:00
committed by GitHub
parent da246fd1f5
commit ea8c3b79b4

View File

@@ -127,9 +127,9 @@ func main() {
}
```
Since `mediadevices` doesn't implement the video/audio codecs, it needs to call the codec libraries from the system through cgo. Therefore, you're required to install the codec libraries before you can use them in `mediadevices`. In the next section, it shows a list of available codecs, where the packages are defined, and how to install the codec library to your system.
Since `mediadevices` doesn't implement the video/audio codecs, it needs to call the codec libraries from the system through cgo. Therefore, you're required to install the codec libraries before you can use them in `mediadevices`. In the next section, it shows a list of available codecs, where the packages are defined (documentation linked), and installation instructions.
Note: there's no recommendation to choose one codec or another as it is very complex and subjective.
Note: we do not provide recommendations on choosing one codec or another as it is very complex and can be subjective.
### Video Codecs