Replies: 6 comments 7 replies
-
Forced subtitles is just a flag on the track, you could experiment with mkvpropedit or mkvtoolnix GUI tools to remove the forced flag, and see if transcoding still happens. My guess is it is not the forced flag, but the type of subtitle, where some players cannot burn the subtitles at the player side, the server has to burn them in the stream sent to the player. The |
Beta Was this translation helpful? Give feedback.
-
mkvpropedit
|
Beta Was this translation helpful? Give feedback.
-
Did it and got it working here is my script if anyone wants to use it on their plex folders. It will recursively go through folders and subfolders of network shares or drive paths. Made it count through all subtitles and ensure every single subtitle inside the file has its default and forced flags removed that way i get to keep the subtitles in-case a user wants to manually enable subs. |
Beta Was this translation helpful? Give feedback.
-
@ptr727 I have updated it. The way i use this now is like this.
This specific order to prevent modifying already modified files obviously.
|
Beta Was this translation helpful? Give feedback.
-
The solution I found is to remove all forced subtitles since I don't need them. I'm keeping the English subtitles and removing the ones marked as forced. But the question is about the setup or command to do this for an entire library. |
Beta Was this translation helpful? Give feedback.
-
@ptr727 I stumbled across this because it could be important. So i run plexcleaner converts from mp4 to mkv etc you get your plexcleaner side car file to go with this. I check the media its a h264 has subtitles no subtitle flags are forced. Then i run --deinterlace to trigger handbrake and from what i can see plexcleaner through the deinterlace process does check the sidecar file but will then deinterlace (reconvert) the file and suddenly there are forced subtitle flags and subtitle codec has changed... I do not know if that was intentional behavior did you know it does this even after reading the sidecar file ? I stumbled across this thread where allot of other people have found handbrake will set a forced flag on the subtitle when the original subtitle never had one https://www.reddit.com/r/handbrake/comments/12ps814/subtitles_are_forced_but_not_set_that_way/ |
Beta Was this translation helpful? Give feedback.
-
So I've been using plexcleaner for months now my library is perfect thanks to @ptr727
Direct playback works great on all media the only issue is media with forced subtitles will cause plex to start transcoding.
The solution is to remove all forced subtitles since I dont need them. I am keeping English subtitles just removing any that are tagged as forced.
But the question is the configuration or command to do this on a full library.
I was looking at
removesubtitles
Beta Was this translation helpful? Give feedback.
All reactions