From 23ea6c2766ce95dfab3b9398e669bc7af0468600 Mon Sep 17 00:00:00 2001 From: Substitute Date: Fri, 19 Mar 2021 23:51:36 -0700 Subject: [PATCH] Add 'anime/Adding Subtitles to MKV.md' --- anime/Adding Subtitles to MKV.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 anime/Adding Subtitles to MKV.md diff --git a/anime/Adding Subtitles to MKV.md b/anime/Adding Subtitles to MKV.md new file mode 100644 index 0000000..f233e96 --- /dev/null +++ b/anime/Adding Subtitles to MKV.md @@ -0,0 +1,19 @@ +# How To Add Subtitles to existing Anime MKVs + +## Converting raw BluRay directory to MKV + ### Requires + * MKVToolNix + * Subtitles file for the Anime + * The MKV of the Anime + + ### Steps + * Open MKVToolNix and move the file that MakeMKV created into it. + ![Step 1](assets/anime_add_subs_step1.png) + + * On the `Source Files` section, right click and pick `Add Files` and select the subtitle file. + ![Step 4](assets/anime_add_subs_step2.png) + + * Check to see the subtitles are added to the `Source Files`, you should also see the subtitle listed in the `Tracks, chapters, and tags` box as `Subtitles`, if so set output folder and then click `Start multiplexing` + ![Step 5](assets/anime_add_subs_step3.png) + + * Verify the subtitles were added to the MKV. If this is the case, you have successfully added the subtitles to the MKV file. ✔ \ No newline at end of file