mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
try to detect 3d type
This commit is contained in:
@@ -168,6 +168,12 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
}
|
||||
|
||||
ExtractTimestamp(info);
|
||||
|
||||
var stereoMode = GetDictionaryValue(tags, "stereo_mode");
|
||||
if (string.Equals(stereoMode, "left_right", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
info.Video3DFormat = Video3DFormat.FullSideBySide;
|
||||
}
|
||||
}
|
||||
|
||||
return info;
|
||||
|
||||
Reference in New Issue
Block a user