Correction
This commit is contained in:
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
|
||||
|
||||
- Installer MKVMerge ```sh sudo apt install mkvmerge```
|
||||
- Installer ffmpeg ```sh sudo apt install ffmpeg```
|
||||
- Rendre les scripts executable ```sh chmod +x extract.sh```
|
||||
- Installer MKVMerge
|
||||
```sh
|
||||
sudo apt install mkvmerge
|
||||
```
|
||||
- Installer ffmpeg
|
||||
```sh
|
||||
sudo apt install ffmpeg
|
||||
```
|
||||
- Rendre les scripts executable
|
||||
```sh
|
||||
chmod +x extract.sh
|
||||
```
|
||||
|
||||
### Utilisation
|
||||
|
||||
|
Reference in New Issue
Block a user