From 0116cdfb7a8a8292ccfaa49ebf21cf2964d49e30 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 12 Sep 2021 14:20:53 +0200 Subject: [PATCH] video: added bugfix for makemkv linux --- wiki/video.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/video.md b/wiki/video.md index c708c96..666b66f 100644 --- a/wiki/video.md +++ b/wiki/video.md @@ -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.