Merge external subtitles into video #227
Replies: 2 comments 4 replies
-
Plex server will seamlessly interleave and stream internal or external subtitles to the Plex client, i.e. the client does not know or care if the subs are internal or external. But transcoding or direct-stream/play will depend on the clients direct-stream compatibility and capability of the content type. A quick google search says that the Plex WebOS client on LG does not support PGS subtitles (and other content types), and the server will thus transcode the video and burn the subs in server-side, if either the . So, I'm wondering if what you are asking for is really "external subtitle file merging", or the "removal of non-direct-stream-capable subtitles"? |
Beta Was this translation helpful? Give feedback.
-
Are you sure that muxing the external subtitle into the MKV is really what solves the problem? It still seems to me that the presence of non-direct-stream content is the root problem. As for auto-creating additional audio tracks, not something likely to be implemented, the tools does cleanup, not content creation. |
Beta Was this translation helpful? Give feedback.
-
I use Bazarr to download external subtitles but my LG C9 tv generally refuses to see external subtitles on my plex DNLA server so I have to run yet another tool to merge these external subs into the video file for better playback compatibility. If the video file only contains PGS subs it often causes plex to always transcode.
Looking at the docs it doesn't seem that it supports doing this so was wondering if this feature could be added?
For reference I'm using the following script to merge - as plex cleaner does a merge pass it would be cool if it could also do something similar and save multiple passes of the same file?
https://github.com/townsste/docker-mergesrt/blob/master/mergesrt.sh
Beta Was this translation helpful? Give feedback.
All reactions