1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

video: added bugfix for makemkv linux

This commit is contained in:
tiyn 2021-09-12 14:20:53 +02:00
parent fdeb6e2a54
commit 0116cdfb7a

View File

@ -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
a disc (Beta key can be found
[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)
for windows can extract subtitles from a `.mkv` file
- [VidCoder](https://vidcoder.net) for windows can compress `.mkv` files.