Correction

This commit is contained in:
Lantium 2022-03-02 22:04:48 +01:00
parent e740f33678
commit 1c645db1ae

View File

@ -9,15 +9,15 @@ Il traite tous les fichiers .mkv du dossier dans lequel on lance le script.
### Pre-Requis
Installer MKVMerge
- Installer MKVMerge
```sh
sudo apt install mkvmerge
```
Installer ffmpeg
- Installer ffmpeg
```sh
sudo apt install ffmpeg
```
Rendre les scripts executable
- Rendre les scripts executable
```sh
chmod +x extract.sh
```