Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.AV1.Opus.Multi.en.ja.fr.it.de.es.mkv
- CategoryMovies
- TypeHD
- LanguageEnglish
- Total size3.9 GB
- Uploaded Byp2player
- Downloads42
- Last checkedApr. 18th '25
- Date uploadedApr. 18th '25
- Seeders 75
- Leechers9

The Meaning of Life
Monty Python's The Meaning of Life is a 1983 musical comedy film by the Monty Python comedy team. Unlike the two previous films they had made, which had more or less each told single, coherent stories, The Meaning of Life returns to the sketch comedy format of the troupe's original television series, loosely structured as a series of comic skits about the various stages of life.
Infohash : 4E63D6451AA58FE21EEE3656410984B77591FCA6
Monty Python's The Meaning of Life (1983-05-31)
Container: Matroska
Duration: 107 min
Video
1920x1040 (24:13), Alliance for Open Media AV1, Framerate 24000/1001 Hz, 4015540 bit/s
Pixel Format yuv420p10le, Colour Space bt709, Colour Transfer bt709, Colour Primaries bt709
Encoder Settings: -preset 3 -crf 36 -g 240 -pix_fmt yuv420p10le -svtav1-params tune=0:enable-variance-boost=1:enable-qm=1:qm-min=0:film-grain=45:film-grain-denoise=0:color-primaries=1:transfer-characteristics=1:matrix-coefficients=1
Audio
en : Opus, Channel Layout 5.1, 48000 Hz, 183725 bit/s
ja : Opus, Channel Layout 5.1, 48000 Hz, 192769 bit/s
fr : Opus, Channel Layout stereo, 48000 Hz, 93659 bit/s
it : Opus, Channel Layout stereo, 48000 Hz, 114972 bit/s
de : Opus, Channel Layout stereo, 48000 Hz, 97900 bit/s
es : Opus, Channel Layout 5.1, 48000 Hz, 192638 bit/s
Subtitles
en : HDMV PGS, Duration 01:46:56.785, 37244432 Bytes
ja : HDMV PGS, Duration 01:46:56.911, 19121093 Bytes
fr : HDMV PGS, Duration 01:46:57.953, 29894432 Bytes
it : HDMV PGS, Duration 01:46:57.953, 29488123 Bytes
de : HDMV PGS, Duration 01:46:57.953, 33503958 Bytes
es : HDMV PGS, Duration 01:46:57.953, 31070528 Bytes
pt : HDMV PGS, Duration 01:46:57.953, 30666071 Bytes
nl : HDMV PGS, Duration 01:46:57.953, 28593893 Bytes
da : HDMV PGS, Duration 01:46:57.953, 29412520 Bytes
fi : HDMV PGS, Duration 01:46:57.953, 30238585 Bytes
no : HDMV PGS, Duration 01:46:57.953, 29068000 Bytes
sv : HDMV PGS, Duration 01:46:57.953, 26236754 Bytes
ar : HDMV PGS, Duration 01:46:57.953, 17168470 Bytes
ja : HDMV PGS, Duration 01:44:59.335, 32422270 Bytes
en : HDMV PGS, Duration 01:46:56.869, 50315909 Bytes
fr : HDMV PGS, Duration 01:46:57.953, 44829631 Bytes
it : HDMV PGS, Duration 01:46:57.953, 44521156 Bytes
de : HDMV PGS, Duration 01:46:57.953, 52537819 Bytes
es : HDMV PGS, Duration 01:46:57.953, 48124908 Bytes
ja : HDMV PGS, Duration 01:46:56.911, 3123186 Bytes
fr : HDMV PGS, Duration 01:46:57.953, 4192772 Bytes
it : HDMV PGS, Duration 01:46:57.953, 3836440 Bytes
de : HDMV PGS, Duration 01:46:57.953, 4682129 Bytes
es : HDMV PGS, Duration 01:46:57.953, 3771204 Bytes
en : HDMV PGS, Duration 01:43:31.706, 4145803 Bytes
Screenshots
Metadata
code.sh
Code:
#!/bin/sh
mkdir subs.original
ffmpeg -i Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.makemkv.mkv \
-map 0:10 -c copy subs.original/010.jpn.sup -map 0:11 -c copy subs.original/011.eng.sup \
-map 0:12 -c copy subs.original/012.fra.sup -map 0:13 -c copy subs.original/013.ita.sup \
-map 0:14 -c copy subs.original/014.deu.sup -map 0:15 -c copy subs.original/015.spa.sup \
-map 0:16 -c copy subs.original/016.por.sup -map 0:17 -c copy subs.original/017.nld.sup \
-map 0:18 -c copy subs.original/018.dan.sup -map 0:19 -c copy subs.original/019.fin.sup \
-map 0:20 -c copy subs.original/020.nor.sup -map 0:21 -c copy subs.original/021.swe.sup \
-map 0:22 -c copy subs.original/022.ara.sup -map 0:23 -c copy subs.original/023.jpn.sup \
-map 0:24 -c copy subs.original/024.eng.sup -map 0:25 -c copy subs.original/025.fra.sup \
-map 0:26 -c copy subs.original/026.ita.sup -map 0:27 -c copy subs.original/027.deu.sup \
-map 0:28 -c copy subs.original/028.spa.sup -map 0:29 -c copy subs.original/029.jpn.sup \
-map 0:30 -c copy subs.original/030.fra.sup -map 0:31 -c copy subs.original/031.ita.sup \
-map 0:32 -c copy subs.original/032.deu.sup -map 0:33 -c copy subs.original/033.spa.sup \
-map 0:34 -c copy subs.original/034.eng.sup
mkdir subs.edit
SupMover subs.original/010.jpn.sup subs.edit/010.jpn.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/011.eng.sup subs.edit/011.eng.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/012.fra.sup subs.edit/012.fra.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/013.ita.sup subs.edit/013.ita.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/014.deu.sup subs.edit/014.deu.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/015.spa.sup subs.edit/015.spa.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/016.por.sup subs.edit/016.por.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/017.nld.sup subs.edit/017.nld.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/018.dan.sup subs.edit/018.dan.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/019.fin.sup subs.edit/019.fin.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/020.nor.sup subs.edit/020.nor.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/021.swe.sup subs.edit/021.swe.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/022.ara.sup subs.edit/022.ara.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/023.jpn.sup subs.edit/023.jpn.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/024.eng.sup subs.edit/024.eng.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/025.fra.sup subs.edit/025.fra.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/026.ita.sup subs.edit/026.ita.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/027.deu.sup subs.edit/027.deu.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/028.spa.sup subs.edit/028.spa.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/029.jpn.sup subs.edit/029.jpn.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/030.fra.sup subs.edit/030.fra.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/031.ita.sup subs.edit/031.ita.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/032.deu.sup subs.edit/032.deu.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/033.spa.sup subs.edit/033.spa.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
SupMover subs.original/034.eng.sup subs.edit/034.eng.crop.0.20.0.20.sup --add_zero --crop 0 20 0 20
ffmpeg -ss 00:00 -t 10 -i Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.makemkv.mkv \
-map 0:0 -map 0:2 -map 0:1 -map 0:4 -map 0:5 -map 0:6 -map 0:7 \
-vf crop=1920:1040:0:20 -c:v libsvtav1 -preset 3 -crf 36 -g 240 -pix_fmt yuv420p10le \
-svtav1-params tune=0:enable-variance-boost=1:enable-qm=1:qm-min=0:film-grain=45:film-grain-denoise=0:color-primaries=1:transfer-characteristics=1:matrix-coefficients=1 \
-metadata:s:v "ENCODER_SETTINGS=-preset 3 -crf 36 -g 240 -pix_fmt yuv420p10le -svtav1-params tune=0:enable-variance-boost=1:enable-qm=1:qm-min=0:film-grain=45:film-grain-denoise=0:color-primaries=1:transfer-characteristics=1:matrix-coefficients=1" \
-metadata:s:v BPS-eng= -metadata:s:v DURATION-eng= -metadata:s:v NUMBER_OF_FRAMES-eng= \
-metadata:s:v NUMBER_OF_BYTES-eng= -metadata:s:v SOURCE_ID-eng= -metadata:s:v _STATISTICS_WRITING_APP-eng= \
-metadata:s:v _STATISTICS_WRITING_DATE_UTC-eng= -metadata:s:v _STATISTICS_TAGS-eng= \
-c:a libopus -mapping_family 1 -b:a 256k -metadata:s:a BPS=256000 \
-metadata:s:a BPS-eng= -metadata:s:a DURATION-eng= -metadata:s:a NUMBER_OF_FRAMES-eng= \
-metadata:s:a NUMBER_OF_BYTES-eng= -metadata:s:a SOURCE_ID-eng= -metadata:s:a _STATISTICS_WRITING_APP-eng= \
-metadata:s:a _STATISTICS_WRITING_DATE_UTC-eng= -metadata:s:a _STATISTICS_TAGS-eng= \
-ac:a:0 6 -ac:a:1 6 -mapping_family:a:2 0 -b:a:2 128k -metadata:s:a:2 BPS=128000 -mapping_family:a:3 0 \
-b:a:3 128k -metadata:s:a:3 BPS=128000 -mapping_family:a:4 0 -b:a:4 128k -metadata:s:a:4 BPS=128000 -ac:a:5 6 \
-disposition:a 0 -disposition:a:0 default \
-map_chapters -1 -metadata:g "DIRECTOR=Terry Jones" -metadata:g DATE_RELEASED=1983-05-31 \
-metadata:g "DATE_ENCODED=2024-11-22 06:46:20.537" -metadata:g "DATE_TAGGED=2024-11-22 06:46:20.537" \
Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.AV1.Opus.Multi.en.ja.fr.it.de.es.ffmpeg.mkv
mkvmerge -o Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.AV1.Opus.Multi.en.ja.fr.it.de.es.mkv \
Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.AV1.Opus.Multi.en.ja.fr.it.de.es.ffmpeg.mkv \
--default-track-flag 0:false --language 0:eng subs.edit/011.eng.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:jpn subs.edit/010.jpn.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:fra subs.edit/012.fra.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:ita subs.edit/013.ita.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:deu subs.edit/014.deu.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:spa subs.edit/015.spa.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:por subs.edit/016.por.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:nld subs.edit/017.nld.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:dan subs.edit/018.dan.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:fin subs.edit/019.fin.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:nor subs.edit/020.nor.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:swe subs.edit/021.swe.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:ara subs.edit/022.ara.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:jpn subs.edit/023.jpn.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:eng subs.edit/024.eng.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:fra subs.edit/025.fra.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:ita subs.edit/026.ita.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:deu subs.edit/027.deu.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:spa subs.edit/028.spa.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:jpn subs.edit/029.jpn.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:fra subs.edit/030.fra.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:ita subs.edit/031.ita.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:deu subs.edit/032.deu.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:spa subs.edit/033.spa.crop.0.20.0.20.sup \
--default-track-flag 0:false --language 0:eng subs.edit/034.eng.crop.0.20.0.20.sup
ffprobe.Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.makemkv.mkv.js?on
[code]
{
"streams": [
{
"index": 0,
"codec_name": "vc1",
"codec_long_name": "SMPTE VC-1",
"profile": "Advanced",
"codec_type": "video",
"codec_tag_string": "WVC1",
"codec_tag": "0x31435657",
"width": 1920,
"height": 1080,
"coded_width": 1920,
"coded_height": 1080,
"closed_captions": 0,
"film_grain": 0,
"has_b_frames": 1,
"sample_aspect_ratio": "1:1",
"display_aspect_ratio": "16:9",
"pix_fmt": "yuv420p",
"level": 3,
"chroma_location": "left",
"field_order": "progressive",
"refs": 1,
"r_frame_rate": "24000/1001",
"avg_frame_rate": "24000/1001",
"time_base": "1/1000",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 6420038,
"duration": "6420.038000",
"extradata_size": 31,
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"BPS-eng": "27995909",
"DURATION-eng": "01:47:00.038625000",
"NUMBER_OF_FRAMES-eng": "153927",
"NUMBER_OF_BYTES-eng": "22466849981",
"SOURCE_ID-eng": "001011",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 1,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 0,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 0,
"start_time": "0.000000",
"bit_rate": "768000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "jpn",
"title": "Surround 5.1",
"BPS-eng": "768000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "616324096",
"SOURCE_ID-eng": "001100",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 2,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS-HD MA",
"codec_type": "audio",
"codec_tag_string": "[0][0][0][0]",
"codec_tag": "0x0000",
"sample_fmt": "s32p",
"sample_rate": "48000",
"channels": 6,
"channel_layout": "5.1(side)",
"bits_per_sample": 0,
"initial_padding": 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": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"title": "Surround 5.1",
"BPS-eng": "4210428",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "3378890676",
"SOURCE_ID-eng": "001101",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 3,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 0,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 0,
"start_time": "0.000000",
"bit_rate": "1536000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"title": "Surround 5.1",
"BPS-eng": "1509000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "1210980548",
"SOURCE_ID-eng": "001101",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 4,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "fra",
"title": "Stereo",
"BPS-eng": "447000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "358719884",
"SOURCE_ID-eng": "001102",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 5,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "ita",
"title": "Stereo",
"BPS-eng": "447000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "358719884",
"SOURCE_ID-eng": "001103",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 6,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "deu",
"title": "Stereo",
"BPS-eng": "447000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "358719884",
"SOURCE_ID-eng": "001104",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 7,
"codec_name": "dts",
"codec_long_name": "DCA (DTS Coherent Acoustics)",
"profile": "DTS",
"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,
"initial_padding": 0,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 0,
"start_time": "0.000000",
"bit_rate": "768000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "spa",
"title": "Surround 5.1",
"BPS-eng": "768000",
"DURATION-eng": "01:47:00.042666666",
"NUMBER_OF_FRAMES-eng": "601879",
"NUMBER_OF_BYTES-eng": "616324096",
"SOURCE_ID-eng": "001105",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 8,
"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,
"initial_padding": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"title": "Stereo",
"BPS-eng": "192000",
"DURATION-eng": "01:47:00.064000000",
"NUMBER_OF_FRAMES-eng": "200627",
"NUMBER_OF_BYTES-eng": "154081536",
"SOURCE_ID-eng": "001106",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"index": 9,
"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,
"initial_padding": 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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"title": "Stereo",
"BPS-eng": "192000",
"DURATION-eng": "01:47:00.064000000",
"NUMBER_OF_FRAMES-eng": "200627",
"NUMBER_OF_BYTES-eng": "154081536",
"SOURCE_ID-eng": "001107",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2044,
"start_time": "2.044000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "jpn",
"BPS-eng": "23845",
"DURATION-eng": "01:46:54.887645833",
"NUMBER_OF_FRAMES-eng": "2486",
"NUMBER_OF_BYTES-eng": "19121063",
"SOURCE_ID-eng": "001200",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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": 6420038,
"duration": "6420.038000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"BPS-eng": "46784",
"DURATION-eng": "01:46:08.633104166",
"NUMBER_OF_FRAMES-eng": "3077",
"NUMBER_OF_BYTES-eng": "37244402",
"SOURCE_ID-eng": "001201",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "fra",
"BPS-eng": "37276",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2576",
"NUMBER_OF_BYTES-eng": "29894402",
"SOURCE_ID-eng": "001202",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "ita",
"BPS-eng": "36769",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2596",
"NUMBER_OF_BYTES-eng": "29488093",
"SOURCE_ID-eng": "001203",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "deu",
"BPS-eng": "41777",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2598",
"NUMBER_OF_BYTES-eng": "33503928",
"SOURCE_ID-eng": "001204",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "spa",
"BPS-eng": "38742",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2606",
"NUMBER_OF_BYTES-eng": "31070498",
"SOURCE_ID-eng": "001205",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "por",
"BPS-eng": "38238",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2592",
"NUMBER_OF_BYTES-eng": "30666041",
"SOURCE_ID-eng": "001206",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "nld",
"BPS-eng": "35654",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2573",
"NUMBER_OF_BYTES-eng": "28593863",
"SOURCE_ID-eng": "001207",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "dan",
"BPS-eng": "36675",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2591",
"NUMBER_OF_BYTES-eng": "29412490",
"SOURCE_ID-eng": "001208",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "fin",
"BPS-eng": "37705",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2599",
"NUMBER_OF_BYTES-eng": "30238555",
"SOURCE_ID-eng": "001209",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "nor",
"BPS-eng": "36245",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2592",
"NUMBER_OF_BYTES-eng": "29067970",
"SOURCE_ID-eng": "00120A",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "swe",
"BPS-eng": "32715",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2604",
"NUMBER_OF_BYTES-eng": "26236724",
"SOURCE_ID-eng": "00120B",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2211,
"start_time": "2.211000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "ara",
"BPS-eng": "21407",
"DURATION-eng": "01:46:55.763520833",
"NUMBER_OF_FRAMES-eng": "2616",
"NUMBER_OF_BYTES-eng": "17168440",
"SOURCE_ID-eng": "00120C",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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": 6420038,
"duration": "6420.038000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "jpn",
"BPS-eng": "41351",
"DURATION-eng": "01:44:32.495395833",
"NUMBER_OF_FRAMES-eng": "2859",
"NUMBER_OF_BYTES-eng": "32422240",
"SOURCE_ID-eng": "00120D",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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": 6420038,
"duration": "6420.038000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng",
"BPS-eng": "62999",
"DURATION-eng": "01:46:29.320437500",
"NUMBER_OF_FRAMES-eng": "3349",
"NUMBER_OF_BYTES-eng": "50315879",
"SOURCE_ID-eng": "00120E",
"_STATISTICS_WRITING_APP-eng": "MakeMKV v1.17.8 linux(x64-release)",
"_STATISTICS_WRITING_DATE_UTC-eng": "2024-11-15 23:33:57",
"_STATISTICS_TAGS-eng": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID"
}
},
{
"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",
"width": 1920,
"height": 1080,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": 2044,
"start_time": "2.044000",
"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,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "fra",
"BPS-eng": "55897",
"DURATION-eng": "01:46:55.930354166",
"NUMBER_OF_FRAMES-eng": "3334",
"NUMBER_OF_BYTES-eng": "44829601",
<
Files:
- Monty.Pythons.The.Meaning.of.Life.1983.1080p.BluRay.AV1.Opus.Multi.en.ja.fr.it.de.es.mkv (3.9 GB)
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker-udp.gbitt.info:80/announce
- udp://explodie.org:6969/announce
- udp://discord.heihachi.pw:6969/announce
- http://tracker.lintk.me:2710/announce
- http://tracker.ipv6tracker.org:80/announce
- http://tracker.bt-hash.com:80/announce
- http://t.jaekr.sh:6969/announce
- http://share.hkg-fansub.info:80/announce.php
- http://seeders-paradise.org:80/announce
- http://retracker.spark-rostov.ru:80/announce