Jump to content

Emby not detecting SDH subtitle "disposition" in mp4


Recommended Posts

Posted

Output from ffprobe.

Emby recognizes default (good!):

        {
            "index": 2,
            "codec_name": "mov_text",
            "codec_long_name": "MOV text",
            "codec_type": "subtitle",
            "codec_tag_string": "tx3g",
            "codec_tag": "0x67337874",
            ...
            "disposition": {
                "default": 1,

image.png.2ddabd9efba9b248bf8997cab3a43ce4.png

 

But not hearing_impaired or captions:

      {
            "index": 4,
            "codec_name": "mov_text",
            "codec_long_name": "MOV text",
            "codec_type": "subtitle",
            "codec_tag_string": "tx3g",
            "codec_tag": "0x67337874",
            ...
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 1,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0,
                "timed_thumbnails": 0,
                "captions": 1,
                "descriptions": 0,

image.png.46ff9a72e4691235c4e8c1f5a925ae04.png

 

Not a big deal but it'd be handy if it did the way it does with external subs.

rbjtech
Posted

This has been requested many times before in the Feature Request section - not only from the containers (MKV, MP4 etc) but also as part of the external subtitle naming (.sdh) for example.

 

  • Thanks 1
Posted

I could have sworn emby recognized SDH SRTs and in fact the stable version does:

image.png.54f2f7014c7cba5f0f5137889496f755.png

but apparently as a consequence of a bug that parses language as sdh (for files ending in .en.sdh.srt)

image.png.1d93c5dd9bcdf40935b8bc2452445e62.png

which has been fixed in the beta:

image.png.7471190af428396b005a541c0b1f04fb.png

Darn.

  • 2 months later...
Posted

@K22R8CT

HI, the hearing impaired status for subtitles, both internal and external will be supported in Emby Server 4.8:

image.png

Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...