jellyfin / jellyfin-androidtv

Android TV Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.66k stars 455 forks source link

Transcode when a working alternate track is in the file (also, unnecessary transcode as device can play audio track) #1400

Closed michaelkrieger closed 1 year ago

michaelkrieger commented 2 years ago

Describe the bug

Have a video with the following:

Jellyfin currently transcodes this video, claiming the audio track isn't supported.

Turning off all transcoding for the user and thus only direct-playing, the video plays fine, with the receiver stating that it's getting 5.1ch DTS and Jellyfin stating that it is playing the first audio track.

Two issues:

Logs

No response

Application version

0.12.3

Where did you install the app from?

Amazon Appstore

Device information

Fire TV 4k Max

Android version

FireOS

Jellyfin server version

10.7.7

DavidFair commented 2 years ago

(when transcoding was enabled) When there is clearly a AC3 track (or in this case a TrueHD track that the Fire Stick 4K will automatically convert to DTS), Jellyfin claims the audio isn't supported and tries to transcode it on the server

The current code goes off Exoplayer supported format list so internally we bring match this list as the app has to support a number of device / Android combos I suspect the Firestick implementation effectively ships with extensions switch on, but this is at their discretion.

Either way #1369 should potentially resolve this, as we've included our own extensions and enabled the associated decoders (such as direct TrueHD avoiding having to go TrueHD->AC3). If you have time, you could give it a test or wait until it's merged and let us know if it works for you?

michaelkrieger commented 2 years ago

In a similar strain, I have another video file with a: DTS 5.1 main track (default) AAC stereo commentary track

Jellyfin androidtv displays that it’s doing the main 5.1 track but plays the commentary track. If I try changing it to the commentary and back it always plays the commentary track.

the only solution to get it to play was to turn on downmix to stereo in the general settings. Otherwise it always played the commentary track.

i assume the fix will help but being on fireTV I haven’t had a chance to install it yet.

Just adding to the thread. Will try and test the new beta

michaelkrieger commented 2 years ago

@DavidFair Just installed the 0.13.0beta3 debug (that was just released a few days ago).

(transcoding was enabled) When there is clearly a AC3 track (or in this case a TrueHD track that the Fire Stick 4K will automatically convert to DTS), Jellyfin claims the audio isn't supported and tries to transcode it on the server Now,

  1. By default, Jellyfin Android is choosing the TrueHD track and transcoding. Then the audio transcodes as "Audio Channels Not Supported" and stalls every 10 of seconds (as ffmpeg is using 50% CPU and has a speed of 0.597x).
  2. Choosing the second audio track (DTS-HD MA) falls back silently to the last track used (in this case the first, unless I changed to it from the last track, in which case it'll simply play the last track. The DTS-HD MA can't be selected. It just uses another track.)
  3. Choosing the third track (AC3 5.1) plays perfectly by direct-playing the file without any transcoding.

This still seems incorrect. Shouldn't jellyfin-android either:

Either solution would have the file play without any transcoding, as there are at least two working tracks that play perfectly without transcoding.

(without transcoding enabled) It doesn't let me choose any audio track but the first one. If I select track 2 or track 3, it briefly pauses and immediately continues playing on the first track (maybe related to https://github.com/jellyfin/jellyfin-androidtv/issues/1267 when transcoding isn't enabled on the server)

  1. By default (TrueHD) track which is putting out DTS to the receiver. This is a different sounding track than the others.
  2. (DTS-HD MA) seems to output the Dolby D+ 5.1ch. Not sure if this is the same as the third track, but unlike in the above scenario, it always plays AC3 vs the last-played track.
  3. Choosing the third track (AC3 5.1) I get Dolby D+ 5.1ch to the receiver, direct playing

This appears to be fixed in the new beta which is fantastic. It now allows me to select the various tracks and Jellyfin will play each of them in some way. It also starts playing the first track which is great as it sounds much better.

michaelkrieger commented 2 years ago

I opened #1460 for the mixed up audio track issue, as that seems to be its own issue in this beta. The tracks are correctly labeled in the web version and in 0.12.

In a similar strain, I have another video file with a: DTS 5.1 main track (default) AAC stereo commentary track

On my home theatre connected to a Fire Stick 4K Max, it properly selects the 5.1 DTS main track. On my friend's Fire Stick 4K, it chooses the AAC commentary track as the initial track to play. I can then select the other track and get the main track, but it should only choose from the 'main' movie tracks rather than the commentary tracks.

michaelkrieger commented 2 years ago

To summarize (as I seem to have thought aloud for much of this):

  1. JF on this device should be passing through the first audio track rather than trying to transcode it.
  2. JF should be using an existing compatible stream (the AC3 stream for example) already in the file preferred over transcoding an incompatible one.

The "can't choose track other than first" part of this appears to be resolved and I've edited the bug topic accordingly.

mueslimak3r commented 2 years ago
  1. JF should be using an existing compatible stream (the AC3 stream for example) already in the file preferred over transcoding an incompatible one.

This could be a feature to some but a bug to others. The "default" track that is selected when playback starts is determined by 1) the media having it set in its metadata 2) a choice made by you in a prior session 3) your language preference in your server. If none of these defaults are set, it just plays the first audio track.

That said, I've yet to come across a situation where the server doesn't specify a default audio track selection even if it just chose the first audio track absent another preference.

jellyfin-bot commented 2 years ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

michaelkrieger commented 2 years ago

This issue seems to still be relevant. 10.8.1 server and the latest 0.13.7 client.

  1. If transcoding is enabled, on this video file, it plays both the TrueHD and DTS-HD MA stream with full transcoding of the audio as "the number of audio channels is not supported". The Jellyfin server struggles with keeping up. The third (AC3) track direct plays.

  2. If transcoding is disabled on the user account, the FireStick still outputs all three audio channels in some way while direct playing. The TrueHD channel outputs Dolby D+, DTS-HD MA outputs DTS, and AC3 outputs Dolby D+.

The file looks as follows:

Audio X - Eng - Default Languageeng CodecTRUEHD Layout7.1 Channels8 ch Bitrate5906 kbps Sample rate48000 Hz Bit depth24 bit DefaultYes ForcedNo ExternalNo

Audio X - Eng - DTS-HD MA Languageeng CodecDTS ProfileDTS-HD MA Layout7.1 Channels8 ch Bitrate4584 kbps Sample rate48000 Hz Bit depth24 bit DefaultNo ForcedNo ExternalNo

Audio X - Eng - Dolby Digital Languageeng CodecAC3 Layout5.1 Channels6 ch Bitrate640 kbps Sample rate48000 Hz DefaultNo ForcedNo ExternalNo

LP0101 commented 2 years ago

Having the same issue with DV TrueHD Atmos files, on the nvidia shield 2019 pro

Here's the file I'm attempting to play:

[
  {
    "index": 0,
    "codec_name": "hevc",
    "codec_long_name": "H.265 / HEVC (High Efficiency Video Coding)",
    "profile": "Main 10",
    "codec_type": "video",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "width": 3840,
    "height": 2160,
    "coded_width": 3840,
    "coded_height": 2160,
    "closed_captions": 0,
    "has_b_frames": 1,
    "sample_aspect_ratio": "1:1",
    "display_aspect_ratio": "16:9",
    "pix_fmt": "yuv420p10le",
    "level": 153,
    "color_range": "tv",
    "color_space": "bt2020nc",
    "color_transfer": "smpte2084",
    "color_primaries": "bt2020",
    "chroma_location": "topleft",
    "refs": 1,
    "r_frame_rate": "24000/1001",
    "avg_frame_rate": "24000/1001",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "disposition": {
      "default": 1,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "BPS-eng": "62249543",
      "DURATION-eng": "03:55:25.140000000",
      "NUMBER_OF_FRAMES-eng": "338664",
      "NUMBER_OF_BYTES-eng": "109910439232",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 1,
    "codec_name": "truehd",
    "codec_long_name": "TrueHD",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "s32",
    "sample_rate": "48000",
    "channels": 8,
    "channel_layout": "7.1",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bits_per_raw_sample": "24",
    "disposition": {
      "default": 1,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "TrueHD Atmos 7.1",
      "BPS-eng": "3058178",
      "DURATION-eng": "03:55:25.141000000",
      "NUMBER_OF_FRAMES-eng": "16950051",
      "NUMBER_OF_BYTES-eng": "5399649804",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 2,
    "codec_name": "ac3",
    "codec_long_name": "ATSC A/52A (AC-3)",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "fltp",
    "sample_rate": "48000",
    "channels": 6,
    "channel_layout": "5.1(side)",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bit_rate": "448000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "AC-3 5.1-EX",
      "BPS-eng": "447999",
      "DURATION-eng": "03:55:25.166000000",
      "NUMBER_OF_FRAMES-eng": "441411",
      "NUMBER_OF_BYTES-eng": "791008512",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 3,
    "codec_name": "ac3",
    "codec_long_name": "ATSC A/52A (AC-3)",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "fltp",
    "sample_rate": "48000",
    "channels": 2,
    "channel_layout": "stereo",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bit_rate": "192000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "Commentary by Peter Jackson/Fran Walsh/Philippa Boyens",
      "BPS-eng": "191999",
      "DURATION-eng": "03:55:25.166000000",
      "NUMBER_OF_FRAMES-eng": "441411",
      "NUMBER_OF_BYTES-eng": "339003648",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 4,
    "codec_name": "ac3",
    "codec_long_name": "ATSC A/52A (AC-3)",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "fltp",
    "sample_rate": "48000",
    "channels": 2,
    "channel_layout": "stereo",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bit_rate": "192000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "Commentary by Grant Major/Richard Taylor/Alan Lee/John Howe/Dan Hennah/Chris Hennah/Tania Rodger",
      "BPS-eng": "191999",
      "DURATION-eng": "03:55:25.166000000",
      "NUMBER_OF_FRAMES-eng": "441411",
      "NUMBER_OF_BYTES-eng": "339003648",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 5,
    "codec_name": "ac3",
    "codec_long_name": "ATSC A/52A (AC-3)",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "fltp",
    "sample_rate": "48000",
    "channels": 2,
    "channel_layout": "stereo",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bit_rate": "192000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "Commentary by Mike Horton/Jabez Olssen/Joe Letteri/Barrie Osborne/Mark Ordesky/Andrew Lesnie/Rick Porras/Howard Shore/Jim Rygiel/Randy Cook/Ethan van der Ryn/Mike Hopkins/Christian Rivers/Brian Vant Hul/Alex Funke",
      "BPS-eng": "191999",
      "DURATION-eng": "03:55:25.166000000",
      "NUMBER_OF_FRAMES-eng": "441411",
      "NUMBER_OF_BYTES-eng": "339003648",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 6,
    "codec_name": "ac3",
    "codec_long_name": "ATSC A/52A (AC-3)",
    "codec_type": "audio",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "sample_fmt": "fltp",
    "sample_rate": "48000",
    "channels": 2,
    "channel_layout": "stereo",
    "bits_per_sample": 0,
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "bit_rate": "192000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "Commentary by Elijah Wood/Sean Astin/Andy Serkis/John Rhys-Davies/Billy Boyd/Dominic Monaghan/Orlando Bloom/Christopher Lee/Sean Bean/Bernard Hill/Miranda Otto/David Wenham/Brad Dourif/Karl Urban/John Noble/Craig Parker",
      "BPS-eng": "191999",
      "DURATION-eng": "03:55:25.166000000",
      "NUMBER_OF_FRAMES-eng": "441411",
      "NUMBER_OF_BYTES-eng": "339003648",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 7,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "English (SDH)",
      "BPS-eng": "23060",
      "DURATION-eng": "03:33:26.656000000",
      "NUMBER_OF_FRAMES-eng": "4324",
      "NUMBER_OF_BYTES-eng": "36915296",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 8,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Cantonese)",
      "BPS-eng": "15991",
      "DURATION-eng": "03:54:45.683000000",
      "NUMBER_OF_FRAMES-eng": "4070",
      "NUMBER_OF_BYTES-eng": "28157249",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 9,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Traditional)",
      "BPS-eng": "18040",
      "DURATION-eng": "03:42:32.368000000",
      "NUMBER_OF_FRAMES-eng": "4068",
      "NUMBER_OF_BYTES-eng": "30110259",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 10,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "cze",
      "title": "Czech",
      "BPS-eng": "18588",
      "DURATION-eng": "03:42:32.368000000",
      "NUMBER_OF_FRAMES-eng": "4012",
      "NUMBER_OF_BYTES-eng": "31025125",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 11,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dan",
      "title": "Danish",
      "BPS-eng": "17688",
      "DURATION-eng": "03:54:45.683000000",
      "NUMBER_OF_FRAMES-eng": "3166",
      "NUMBER_OF_BYTES-eng": "31144833",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 12,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dut",
      "title": "Dutch",
      "BPS-eng": "20092",
      "DURATION-eng": "03:54:04.851000000",
      "NUMBER_OF_FRAMES-eng": "3434",
      "NUMBER_OF_BYTES-eng": "35273988",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 13,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fin",
      "title": "Finnish",
      "BPS-eng": "18373",
      "DURATION-eng": "03:54:45.683000000",
      "NUMBER_OF_FRAMES-eng": "3430",
      "NUMBER_OF_BYTES-eng": "32350290",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 14,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fre",
      "title": "French",
      "BPS-eng": "19076",
      "DURATION-eng": "03:54:45.600000000",
      "NUMBER_OF_FRAMES-eng": "4246",
      "NUMBER_OF_BYTES-eng": "33587754",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 15,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ger",
      "title": "German (SDH)",
      "BPS-eng": "26909",
      "DURATION-eng": "03:41:53.287000000",
      "NUMBER_OF_FRAMES-eng": "4274",
      "NUMBER_OF_BYTES-eng": "44781175",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 16,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "gre",
      "title": "Greek",
      "BPS-eng": "23527",
      "DURATION-eng": "03:33:45.841000000",
      "NUMBER_OF_FRAMES-eng": "4050",
      "NUMBER_OF_BYTES-eng": "37720550",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 17,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "heb",
      "title": "Hebrew",
      "BPS-eng": "13399",
      "DURATION-eng": "03:54:05.073000000",
      "NUMBER_OF_FRAMES-eng": "4056",
      "NUMBER_OF_BYTES-eng": "23524166",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 18,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "hun",
      "title": "Hungarian",
      "BPS-eng": "17532",
      "DURATION-eng": "03:42:33.840000000",
      "NUMBER_OF_FRAMES-eng": "3834",
      "NUMBER_OF_BYTES-eng": "29265878",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 19,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ice",
      "title": "Icelandic",
      "BPS-eng": "18409",
      "DURATION-eng": "03:34:23.225000000",
      "NUMBER_OF_FRAMES-eng": "3810",
      "NUMBER_OF_BYTES-eng": "29600868",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 20,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ita",
      "title": "Italian (SDH)",
      "BPS-eng": "23755",
      "DURATION-eng": "03:33:26.614000000",
      "NUMBER_OF_FRAMES-eng": "4384",
      "NUMBER_OF_BYTES-eng": "38028358",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 21,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "jpn",
      "title": "Japanese",
      "BPS-eng": "19578",
      "DURATION-eng": "03:36:47.315000000",
      "NUMBER_OF_FRAMES-eng": "4810",
      "NUMBER_OF_BYTES-eng": "31832388",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 22,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "kor",
      "title": "Korean",
      "BPS-eng": "16893",
      "DURATION-eng": "03:42:32.368000000",
      "NUMBER_OF_FRAMES-eng": "4066",
      "NUMBER_OF_BYTES-eng": "28196054",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 23,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "nor",
      "title": "Norwegian",
      "BPS-eng": "17694",
      "DURATION-eng": "03:54:45.517000000",
      "NUMBER_OF_FRAMES-eng": "3092",
      "NUMBER_OF_BYTES-eng": "31154010",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 24,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "pol",
      "title": "Polish",
      "BPS-eng": "18209",
      "DURATION-eng": "03:42:33.703000000",
      "NUMBER_OF_FRAMES-eng": "4068",
      "NUMBER_OF_BYTES-eng": "30395650",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 25,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "por",
      "title": "Portuguese (Brazilian)",
      "BPS-eng": "19585",
      "DURATION-eng": "03:54:44.112000000",
      "NUMBER_OF_FRAMES-eng": "4064",
      "NUMBER_OF_BYTES-eng": "34480293",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 26,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "por",
      "title": "Portuguese (Iberian)",
      "BPS-eng": "20324",
      "DURATION-eng": "03:42:33.840000000",
      "NUMBER_OF_FRAMES-eng": "4060",
      "NUMBER_OF_BYTES-eng": "33927055",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 27,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "rum",
      "title": "Romanian",
      "BPS-eng": "19096",
      "DURATION-eng": "03:54:44.112000000",
      "NUMBER_OF_FRAMES-eng": "4066",
      "NUMBER_OF_BYTES-eng": "33619646",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 28,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "rus",
      "title": "Russian",
      "BPS-eng": "18484",
      "DURATION-eng": "03:41:53.300000000",
      "NUMBER_OF_FRAMES-eng": "3956",
      "NUMBER_OF_BYTES-eng": "30761527",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 29,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "spa",
      "title": "Spanish (Castilian)",
      "BPS-eng": "19640",
      "DURATION-eng": "03:54:05.101000000",
      "NUMBER_OF_FRAMES-eng": "4072",
      "NUMBER_OF_BYTES-eng": "34480980",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 30,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "spa",
      "title": "Spanish (Latin American)",
      "BPS-eng": "20177",
      "DURATION-eng": "03:54:45.683000000",
      "NUMBER_OF_FRAMES-eng": "4066",
      "NUMBER_OF_BYTES-eng": "35527214",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 31,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "swe",
      "title": "Swedish",
      "BPS-eng": "18765",
      "DURATION-eng": "03:54:45.683000000",
      "NUMBER_OF_FRAMES-eng": "3062",
      "NUMBER_OF_BYTES-eng": "33040688",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 32,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "tha",
      "title": "Thai",
      "BPS-eng": "18928",
      "DURATION-eng": "03:42:33.869000000",
      "NUMBER_OF_FRAMES-eng": "4068",
      "NUMBER_OF_BYTES-eng": "31595461",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 33,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "tur",
      "title": "Turkish",
      "BPS-eng": "19420",
      "DURATION-eng": "03:41:53.300000000",
      "NUMBER_OF_FRAMES-eng": "4056",
      "NUMBER_OF_BYTES-eng": "32318294",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 34,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "English (Commentary #1)",
      "BPS-eng": "6130",
      "DURATION-eng": "03:43:37.572000000",
      "NUMBER_OF_FRAMES-eng": "12178",
      "NUMBER_OF_BYTES-eng": "10282526",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 35,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Commentary #1)",
      "BPS-eng": "42235",
      "DURATION-eng": "03:55:16.894000000",
      "NUMBER_OF_FRAMES-eng": "8580",
      "NUMBER_OF_BYTES-eng": "74528787",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 36,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dut",
      "title": "Dutch (Commentary #1)",
      "BPS-eng": "42414",
      "DURATION-eng": "03:55:17.937000000",
      "NUMBER_OF_FRAMES-eng": "7444",
      "NUMBER_OF_BYTES-eng": "74850505",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 37,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fre",
      "title": "French (Commentary #1)",
      "BPS-eng": "62662",
      "DURATION-eng": "03:55:11.889000000",
      "NUMBER_OF_FRAMES-eng": "7176",
      "NUMBER_OF_BYTES-eng": "110536571",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 38,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ita",
      "title": "Italian (Commentary #1)",
      "BPS-eng": "73406",
      "DURATION-eng": "03:43:46.246000000",
      "NUMBER_OF_FRAMES-eng": "7286",
      "NUMBER_OF_BYTES-eng": "123197391",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 39,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "jpn",
      "title": "Japanese (Commentary #1)",
      "BPS-eng": "43008",
      "DURATION-eng": "03:43:38.906000000",
      "NUMBER_OF_FRAMES-eng": "5234",
      "NUMBER_OF_BYTES-eng": "72140316",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 40,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "kor",
      "title": "Korean (Commentary #1)",
      "BPS-eng": "42726",
      "DURATION-eng": "03:55:17.603000000",
      "NUMBER_OF_FRAMES-eng": "8686",
      "NUMBER_OF_BYTES-eng": "75400182",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 41,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "English (Commentary #2)",
      "BPS-eng": "7316",
      "DURATION-eng": "03:40:22.627000000",
      "NUMBER_OF_FRAMES-eng": "12210",
      "NUMBER_OF_BYTES-eng": "12092165",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 42,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Commentary #2)",
      "BPS-eng": "42122",
      "DURATION-eng": "03:55:15.101000000",
      "NUMBER_OF_FRAMES-eng": "8034",
      "NUMBER_OF_BYTES-eng": "74320216",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 43,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dut",
      "title": "Dutch (Commentary #2)",
      "BPS-eng": "38534",
      "DURATION-eng": "03:55:16.936000000",
      "NUMBER_OF_FRAMES-eng": "6936",
      "NUMBER_OF_BYTES-eng": "67998966",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 44,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fre",
      "title": "French (Commentary #2)",
      "BPS-eng": "62302",
      "DURATION-eng": "03:55:10.096000000",
      "NUMBER_OF_FRAMES-eng": "7082",
      "NUMBER_OF_BYTES-eng": "109887163",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 45,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ita",
      "title": "Italian (Commentary #2)",
      "BPS-eng": "74266",
      "DURATION-eng": "03:40:28.173000000",
      "NUMBER_OF_FRAMES-eng": "7072",
      "NUMBER_OF_BYTES-eng": "122801739",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 46,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "jpn",
      "title": "Japanese (Commentary #2)",
      "BPS-eng": "41006",
      "DURATION-eng": "03:40:22.000000000",
      "NUMBER_OF_FRAMES-eng": "4590",
      "NUMBER_OF_BYTES-eng": "67774066",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 47,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "kor",
      "title": "Korean (Commentary #2)",
      "BPS-eng": "34599",
      "DURATION-eng": "03:55:16.894000000",
      "NUMBER_OF_FRAMES-eng": "8792",
      "NUMBER_OF_BYTES-eng": "61055457",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 48,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "English (Commentary #3)",
      "BPS-eng": "4796",
      "DURATION-eng": "03:45:34.856000000",
      "NUMBER_OF_FRAMES-eng": "9416",
      "NUMBER_OF_BYTES-eng": "8115635",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 49,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Commentary #3)",
      "BPS-eng": "46445",
      "DURATION-eng": "03:55:17.353000000",
      "NUMBER_OF_FRAMES-eng": "8820",
      "NUMBER_OF_BYTES-eng": "81961239",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 50,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dut",
      "title": "Dutch (Commentary #3)",
      "BPS-eng": "40504",
      "DURATION-eng": "03:55:15.143000000",
      "NUMBER_OF_FRAMES-eng": "6878",
      "NUMBER_OF_BYTES-eng": "71465089",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 51,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fre",
      "title": "French (Commentary #3)",
      "BPS-eng": "61302",
      "DURATION-eng": "03:55:07.636000000",
      "NUMBER_OF_FRAMES-eng": "7082",
      "NUMBER_OF_BYTES-eng": "108103907",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 52,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ita",
      "title": "Italian (Commentary #3)",
      "BPS-eng": "67538",
      "DURATION-eng": "03:45:46.533000000",
      "NUMBER_OF_FRAMES-eng": "7064",
      "NUMBER_OF_BYTES-eng": "114363272",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 53,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "jpn",
      "title": "Japanese (Commentary #3)",
      "BPS-eng": "41901",
      "DURATION-eng": "03:45:38.817000000",
      "NUMBER_OF_FRAMES-eng": "4714",
      "NUMBER_OF_BYTES-eng": "70912237",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 54,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "kor",
      "title": "Korean (Commentary #3)",
      "BPS-eng": "38834",
      "DURATION-eng": "03:55:15.101000000",
      "NUMBER_OF_FRAMES-eng": "8148",
      "NUMBER_OF_BYTES-eng": "68519182",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 55,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "eng",
      "title": "English (Commentary #4)",
      "BPS-eng": "6865",
      "DURATION-eng": "03:41:15.680000000",
      "NUMBER_OF_FRAMES-eng": "16148",
      "NUMBER_OF_BYTES-eng": "11393616",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 56,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "chi",
      "title": "Chinese (Commentary #4)",
      "BPS-eng": "46894",
      "DURATION-eng": "03:55:17.478000000",
      "NUMBER_OF_FRAMES-eng": "8828",
      "NUMBER_OF_BYTES-eng": "82754093",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 57,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "dut",
      "title": "Dutch (Commentary #4)",
      "BPS-eng": "40184",
      "DURATION-eng": "03:55:17.186000000",
      "NUMBER_OF_FRAMES-eng": "7686",
      "NUMBER_OF_BYTES-eng": "70910993",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 58,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "fre",
      "title": "French (Commentary #4)",
      "BPS-eng": "59074",
      "DURATION-eng": "03:55:11.013000000",
      "NUMBER_OF_FRAMES-eng": "6950",
      "NUMBER_OF_BYTES-eng": "104200263",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 59,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "ita",
      "title": "Italian (Commentary #4)",
      "BPS-eng": "69486",
      "DURATION-eng": "03:41:21.602000000",
      "NUMBER_OF_FRAMES-eng": "7224",
      "NUMBER_OF_BYTES-eng": "115361773",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 60,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "jpn",
      "title": "Japanese (Commentary #4)",
      "BPS-eng": "43701",
      "DURATION-eng": "03:41:16.597000000",
      "NUMBER_OF_FRAMES-eng": "5382",
      "NUMBER_OF_BYTES-eng": "72526510",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  },
  {
    "index": 61,
    "codec_name": "hdmv_pgs_subtitle",
    "codec_long_name": "HDMV Presentation Graphic Stream subtitles",
    "codec_type": "subtitle",
    "codec_tag_string": "[0][0][0][0]",
    "codec_tag": "0x0000",
    "r_frame_rate": "0/0",
    "avg_frame_rate": "0/0",
    "time_base": "1/1000",
    "start_pts": 0,
    "start_time": "0.000000",
    "duration_ts": 14125166,
    "duration": "14125.166000",
    "disposition": {
      "default": 0,
      "dub": 0,
      "original": 0,
      "comment": 0,
      "lyrics": 0,
      "karaoke": 0,
      "forced": 0,
      "hearing_impaired": 0,
      "visual_impaired": 0,
      "clean_effects": 0,
      "attached_pic": 0,
      "timed_thumbnails": 0,
      "captions": 0,
      "descriptions": 0,
      "metadata": 0,
      "dependent": 0,
      "still_image": 0
    },
    "tags": {
      "language": "kor",
      "title": "Korean (Commentary #4)",
      "BPS-eng": "35851",
      "DURATION-eng": "03:55:17.353000000",
      "NUMBER_OF_FRAMES-eng": "9080",
      "NUMBER_OF_BYTES-eng": "63265934",
      "_STATISTICS_WRITING_APP-eng": "mkvmerge v51.0.0 ('I Wish') 64-bit",
      "_STATISTICS_WRITING_DATE_UTC-eng": "2020-11-30 07:12:25",
      "_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
    }
  }
]

If I have transcoding enabled, I get the "Audio Channels Not Supported" reason, and it transcodes the audio to Dolby Surround DD and the video to SDR.

If I don't have transcoding enabled, the video is HDR (Fallback layer, I guess) and I get no audio.

I have the hardware to play TrueHD, and this same file works in Plex/Emby

jellyfin-bot commented 1 year ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

michaelkrieger commented 1 year ago

Bumpity

jellyfin-bot commented 1 year ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

michaelkrieger commented 1 year ago

Bumpity? This should be reopened bot @jellyfin-bot ? Who has admin rights to reopen this? @DavidFair @mueslimak3r ?