2023-08-27, 06:50 PM
(This post was last modified: 2023-08-27, 07:41 PM by TheDreadPirate. Edited 1 time in total.)
Media B
Media A
Since your client doesn't support the subtitle format (common on Android TV) it is burning in the subtitles. Burning in subtitles requires transcoding. If it did not have forced subtitles on B it would probably copy the video stream like with A.
If you need the subtitles, you can use ffmpeg and other tools to extract the subs into a separate file and convert them to a format that your client supports.
Quote:TranscodeReason=VideoCodecNotSupported, AudioCodecNotSupported, SubtitleCodecNotSupported
Media A
Quote:VideoCodecNotSupported, AudioCodecNotSupported
Since your client doesn't support the subtitle format (common on Android TV) it is burning in the subtitles. Burning in subtitles requires transcoding. If it did not have forced subtitles on B it would probably copy the video stream like with A.
If you need the subtitles, you can use ffmpeg and other tools to extract the subs into a separate file and convert them to a format that your client supports.