mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
support mp4 subtitles
This commit is contained in:
parent
22fc552fc0
commit
407d82ea11
@ -398,7 +398,8 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
// These are mp4 chapters
|
||||
if (string.Equals(streamInfo.codec_name, "mov_text", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
// Edit: but these are also sometimes subtitles?
|
||||
//return null;
|
||||
}
|
||||
|
||||
var stream = new MediaStream
|
||||
|
Loading…
x
Reference in New Issue
Block a user