this post was submitted on 01 Aug 2023
10 points (100.0% liked)
Jellyfin: The Free Software Media System
5735 readers
26 users here now
Current stable release: 10.10.1
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use DVDDecrypter or Makemkv to get the it off the disk and to the mkv video file with audio and subtitles. I then encode H.265 with handbrake which passes through the embedded subtitles.
I then used subtitle edit on the video files: https://www.nikse.dk/subtitleedit
It can convert the embedded subtitles into a srt file.
You can embed that srt file back into your mkv with mkvtoolnix without having to reencode the video: https://mkvtoolnix.download/
Nice, yeah I wasn't sure what tool to use to generate the SRT from my DVD rips. Thanks.