Title: Converting Blu-Ray PGSCaptions (MKV) to Normal Subtitles/Captions for MP4 Players on MacOS
Introduction: In this article, we will guide you through the process of converting Blu-Ray PGSCaptions from MKV files to normal subtitles/captions for MP4 players on MacOS. This process is essential for storing media on Plex Media Server (running on Synology DS418play NAS). We will also transcode the MP4 files for better playback.
Prerequisites:
- MacOS
- HandBrake (a free and open-source transcoding tool)
- MKVToolNix (a collection of tools for Matroska)
Step 1: Extract Subtitles from MKV Files
- Open Terminal.
- Navigate to the directory containing your MKV files using the
cdcommand. - Install MKVToolNix using Homebrew:
brew install mkvtoolnix - Extract subtitles from the MKV files using the following command:
Replacemkvmerge -o subtitle.srt --track-force 100 --lang en --write-psubtitle --write-embedded-subs --no-language-mapping --no-default-track --no-chapters --no-menu --no-metadata --no-info --no-title your_movie.mkvyour_movie.mkvwith the name of your MKV file.
Step 2: Convert MKV to MP4
- Open HandBrake.
- Click "File" > "Open Source" and select your MKV file.
- Click "Output Settings" > "Format" and select "MP4 File" from the Video tab.
- Click "Subtitles" and check the box for "Embedded Subtitles".
- Click "Save As" and choose a location to save the converted MP4 file.
- Click "Start" to begin the conversion process.
Step 3: Play the Converted MP4 File
- Open your preferred MP4 player (e.g., VLC, QuickTime).
- Open the converted MP4 file.
- Verify that the subtitles are correctly displayed.
Conclusion: By following the steps outlined in this article, you can convert Blu-Ray PGSCaptions from MKV files to normal subtitles/captions for MP4 players on MacOS. This process is crucial for storing media on Plex Media Server running on Synology DS418play NAS.
References:
- HandBrake: https://handbrake.fr/
- MKVToolNix: https://www.bunkus.org/videotools/mkvtoolnix/
- Plex Media Server: https://www.plex.tv/
- Synology DS418play: https://www.synology.com/en-us/products/DS418play