1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00

Remove libav from README.md

This commit is contained in:
Johan Andersson 2022-09-18 07:11:07 +02:00
parent 248b1d9270
commit 0935aed645

View File

@ -10,7 +10,7 @@ If you have [Homebrew](https://brew.sh/) on your machine you can install by runn
``` ```
brew install svtplay-dl brew install svtplay-dl
``` ```
You will need to run `brew install ffmpeg` or `brew install libav` afterwards, if you don't already have one of these packages. You will need to run `brew install ffmpeg` afterwards, if you don't already have one of these packages.
### Debian and Ubuntu ### Debian and Ubuntu
@ -92,7 +92,7 @@ you dont have them, some features will not be working.
- [PyYaml](https://github.com/yaml/pyyaml) for configure file - [PyYaml](https://github.com/yaml/pyyaml) for configure file
- [Requests](https://2.python-requests.org) - [Requests](https://2.python-requests.org)
- [PySocks](https://github.com/Anorov/PySocks) to enable proxy support - [PySocks](https://github.com/Anorov/PySocks) to enable proxy support
- [ffmpeg](https://ffmpeg.org) or [avconv](https://libav.org) for postprocessing and/or for DASH streams ([ffmpeg](https://ffmpeg.zeranoe.com) for Windows) - [ffmpeg](https://ffmpeg.org) for postprocessing and/or for DASH streams ([ffmpeg](https://ffmpeg.zeranoe.com) for Windows)
##### To install it, run: ##### To install it, run: