Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Installing gstreamer and pygobject on windows is a lot of pain, it turns out installing ffmpeg is a lot easier. Adding a link for ffmpeg and I hope it will save someone some pain.
  • Loading branch information
cashlo committed Feb 22, 2021
1 parent 790690c commit 55cb94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ If you are not using Anaconda, here are some common commands for different opera
* Linux (apt-get): `apt-get install ffmpeg` or `apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-ugly`
* Linux (yum): `yum install ffmpeg` or `yum install gstreamer1.0-plugins-base gstreamer1.0-plugins-ugly`
* Mac: `brew install ffmpeg` or `brew install gstreamer`
* Windows: download binaries from this [website]( https://gstreamer.freedesktop.org/)
* Windows: download ffmpeg binaries from this [website](https://www.gyan.dev/ffmpeg/builds/) or gstreamer binaries from this [website](https://gstreamer.freedesktop.org/)

For GStreamer, you also need to install the Python bindings with
```
Expand Down

0 comments on commit 55cb94b

Please sign in to comment.