From e95e2210f11a50a530e61bd9af65e2c6a40cd6a9 Mon Sep 17 00:00:00 2001 From: Substitute Date: Fri, 19 Mar 2021 23:29:00 -0700 Subject: [PATCH] Update 'anime/Converting Anime Discs To MKV.md' --- anime/Converting Anime Discs To MKV.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/anime/Converting Anime Discs To MKV.md b/anime/Converting Anime Discs To MKV.md index c98d1e5..af73987 100644 --- a/anime/Converting Anime Discs To MKV.md +++ b/anime/Converting Anime Discs To MKV.md @@ -1 +1,25 @@ -#How To Convert Anime Discs to MKV files \ No newline at end of file +# How To Convert Anime Discs to MKV files + +## Converting raw BluRay directory to MKV + ### Requires + * MakeMKV + * MKVToolNix + * BluRay directory of the anime. + + ### Steps + * Open MakeMKV and pick the `index.bdmv` file. + ![Step 1](assets/makemkv_bluray_directory_step1.png) + + * Once MakeMKV has opened the directory, choose the Title that matches (Usually the largest) then set output folder and click the Make MKV icon. + ![Step 2](assets/makemkv_bluray_directory_step2.png) + + * Open MKVToolNix and move the file that MakeMKV created into it. + ![Step 3](assets/makemkv_bluray_directory_step3.png) + + * Switch to `Output` tab and on `Splitting` change `Split Mode` to `Before Chapters` and put the chapter numbers where the episodes change as a comma separated list in `Chapter numbers` input. Example: `3,6,9` + ![Step 4](assets/makemkv_bluray_directory_step4.png) + + * Switch to `Input` tab and set output folder and then click `Start multiplexing` + ![Step 5](assets/makemkv_bluray_directory_step5.png) + + * Verify all the files exist and start at proper position. If this is the case, you have successfully converted the Bluray directory to MKV files. ✔ \ No newline at end of file