Correction

This commit is contained in:
Lantium 2022-03-02 22:00:41 +01:00
parent abfebf73a4
commit 35ad7e9ec5

View File

@ -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