Correction
This commit is contained in:
parent
abfebf73a4
commit
35ad7e9ec5
15
README.md
15
README.md
|
@ -9,9 +9,18 @@ Il traite tous les fichiers .mkv du dossier dans lequel on lance le script.
|
||||||
|
|
||||||
### Pre-Requis
|
### Pre-Requis
|
||||||
|
|
||||||
- Installer MKVMerge ```sh sudo apt install mkvmerge```
|
- Installer MKVMerge
|
||||||
- Installer ffmpeg ```sh sudo apt install ffmpeg```
|
```sh
|
||||||
- Rendre les scripts executable ```sh chmod +x extract.sh```
|
sudo apt install mkvmerge
|
||||||
|
```
|
||||||
|
- Installer ffmpeg
|
||||||
|
```sh
|
||||||
|
sudo apt install ffmpeg
|
||||||
|
```
|
||||||
|
- Rendre les scripts executable
|
||||||
|
```sh
|
||||||
|
chmod +x extract.sh
|
||||||
|
```
|
||||||
|
|
||||||
### Utilisation
|
### Utilisation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user