video: added bugfix for makemkv linux

master
tiyn 3 years ago
parent fdeb6e2a54
commit 0116cdfb7a

@ -22,6 +22,14 @@ This way you don't have to search for your discs all the time.
- [MakeMKV](https://www.makemkv.com) for windows can extract a `.mkv` file from - [MakeMKV](https://www.makemkv.com) for windows can extract a `.mkv` file from
a disc (Beta key can be found a disc (Beta key can be found
[here](https://www.makemkv.com/forum/viewtopic.php?f=5&t=1053)). [here](https://www.makemkv.com/forum/viewtopic.php?f=5&t=1053)).
On Linux it is possible that the drive is not detected in MakeMKV.
To fix this issue run the following lines and reboot afterwards.
```
su
echo sg > /etc/modules-load.d/sg.conf
```
- [MKS Extractor GUI](https://www.videohelp.vom/software/MKS-Extractor-GUI) - [MKS Extractor GUI](https://www.videohelp.vom/software/MKS-Extractor-GUI)
for windows can extract subtitles from a `.mkv` file for windows can extract subtitles from a `.mkv` file
- [VidCoder](https://vidcoder.net) for windows can compress `.mkv` files. - [VidCoder](https://vidcoder.net) for windows can compress `.mkv` files.

Loading…
Cancel
Save