File Size299.4 MB (313,959,292 bytes)
DownloadAkiraBox | BuzzHeavier | GoFile | KrakenFiles | MdiaLoad | MultiUp
  • BdUpload
  • DownAce
  • Fichier
  • FileCloud
  • Filerio
  • FilesCdn
  • IndiShare
  • Kbagi
  • Turbobit
  • UpToBox
  • Uppit
HashesCRC32: 632563E7, MD5: A7E1A04DDBAF88CA2CFB728653BE47E6, SHA1: 6D9F46BB3FCF58B34C10A446CAFCEC5AFBA04B2C, SHA256: 23669656781D3512AB6B88AB4DF4349A01DB9436988B2F2AF7A5F82643914CAD, ED2K: F0611B89804746087F6D4E28E93392AB
Screenshots
previewpreview
ExtractionsSubtitles: All Attachments | English (Honorifics) [MTBB] [enm, ASS], English [MTBB] [eng, ASS], Italian (Yamato Video) [ItachiUchiha] [ita, ASS], Spanish (Spain) [SnF] [spa, ASS], Spanish (Latin America) [CameEsp] [spa, ASS], French [fre, ASS], Japanese [SDH] [jpn, SRT]
Additional Info
General
Unique ID                                : 155301526622079620376413067772803366793 (0x74D5FC6DF90827BF9C03B81A4F7B3F89)
Complete name                            : The Dangers in My Heart - S02E08 - We Stayed Up Late.mkv
Format                                   : Matroska
Format version                           : Version 4
File size                                : 299 MiB
Duration                                 : 23 min 6 s
Overall bit rate                         : 1 812 kb/s
Frame rate                               : 23.976 FPS
Movie name                               : The Dangers in My Heart - S02E08 - We Stayed Up Late
Encoded date                             : 2026-03-28 07:42:50 UTC
Writing application                      : mkvmerge v87.0 ('Black as the Sky') 64-bit
Writing library                          : libebml v1.4.5 + libmatroska v1.7.1
Attachments                              : Blokletters-Viltstift.ttf / Qlassik_TB.ttf / A-OTF-REIMPR6-EXHEAVY.OTF / GANDHISANS-BOLD.OTF / GANDHISANS-BOLDITALIC.OTF / KOZMINPRO-BOLD.OTF / PORTOLUCEV2_REGULAR.OTF / ROBOTO REGULAR.TTF / ROBOTO-700.TTF / CHALKTASTIC-R78L.TTF / GandhiSans-BoldItalic_0.otf / GandhiSans-Bold_0.otf / ITC Souvenir Std Light.otf / LAURENCBROWN.TTF / lazy_dog.ttf / LiuJianMaoCao-Regular.ttf / NerkoOne-Regular.ttf / Roboto-Bold.ttf / Roboto-Regular.ttf / laurencb.ttf / Roboto-Bold.ttf / Roboto-Regular.ttf / GandhiSans-Bold.otf / GandhiSans-BoldItalic.otf / SPOverrideF-Regular.otf / SPOverrideF-Italics.otf / Sub-Alegreya-Bold.otf / Swis721_BT_Bold.ttf / ARIALBD_1.TTF / ebrimabd.ttf / TIMESBD.TTF / VAGRoundedBT.ttf / trebucbd.ttf / trebucbi.ttf

Video
ID                                       : 1
Format                                   : AV1
Format/Info                              : AOMedia Video 1
Format profile                           : Main@L4.0
Codec ID                                 : V_AV1
Duration                                 : 23 min 5 s
Bit rate                                 : 1 251 kb/s
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.025
Stream size                              : 207 MiB (69%)
Default                                  : Yes
Forced                                   : No
Color range                              : Limited
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709
Encoded_by                               : ItachiUchiha
Encoder                                  : 5fish/SVT-AV1-PSY [exp] v2.3.0-C-24-ge3aeaea-C
Encoder_Settings                         : --crf 25 --preset -1 --film-grain-denoise 0 --film-grain 4 --adaptive-film-grain 0 --tune 0 --aq-mode 2 --variance-octile 8 --variance-boost-strength 2 --sharpness 1 --frame-luma-bias 0 --enable-tf 1 --kf-tf-strength 0 --tf-strength 0 --noise-norm-strength 1 --qm-min 8 --chroma-qm-min 12 --ac-bias 0.7 --tx-bias 2 --sharp-tx 1 --complex-hvs -1 --enable-cdef 0 --enable-restoration 0 --balancing-q-bias 1 --balancing-luminance-q-bias 17 --chroma-qmc-bias 2 --noise-level-thr 10000 --keyint -1 --irefresh-type 2 --scm 0 --lp 4 --input-depth 10 --color-primaries 1 --transfer-characteristics 1 --matrix-coefficients 1
VapourSynth_Filters                      : import os / import vapoursynth as vs / from vapoursynth import core / from dfttest2 import DFTTest / from vsdenoise import mc_degrain, bm3d, nl_means, mc_clamp, Prefilter /  / # Access the environment variable / currentfilevariable = os.getenv(r'currentfilevariable') /  / # Source / clip = core.bs.VideoSource(source=currentfilevariable) /  / # --- SET SOURCE PROPERTIES --- / clip = core.resize.Bicubic(clip, matrix_in_s="709", range_s="limited") / clip = core.std.AssumeFPS(clip=clip, fpsnum=24000, fpsden=1001) / clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1) / clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P16, range_s="limited") /  / # --- ULTRA-LIGHT DENOISING --- / ref, mv = mc_degrain(clip, thsad=70, tr=1, prefilter=Prefilter.DFTTEST, export_globals=True) / dn = bm3d(clip, sigma=0.2, profile=bm3d.Profile.LOW_COMPLEXITY, ref=ref, planes=[0]) / dn = nl_means(dn, h=0.15, tr=1, ref=ref, planes=[1, 2]) / clip = mc_clamp(dn, clip, mv) /  / # --- FINAL CONVERSION --- / clip = core.resize.Point(clip, format=vs.YUV420P10, dither_type="error_diffusion") / clip = core.std.AssumeFPS(clip=clip, fpsnum=24000, fpsden=1001) /  / clip.set_output()

Audio
ID                                       : 2
Format                                   : Opus
Codec ID                                 : A_OPUS
Duration                                 : 23 min 5 s
Bit rate                                 : 121 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 48.0 kHz
Frame rate                               : 50.001 FPS (960 SPF)
Compression mode                         : Lossy
Stream size                              : 20.0 MiB (7%)
Language                                 : Japanese
Default                                  : Yes
Forced                                   : No

Text #1
ID                                       : 3
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 0 s
Bit rate                                 : 131 kb/s
Frame rate                               : 46.196 FPS
Count of elements                        : 63788
Compression mode                         : Lossless
Stream size                              : 21.6 MiB (7%)
Title                                    : English (Honorifics) [MTBB]
Language                                 : enm
Default                                  : Yes
Forced                                   : No

Text #2
ID                                       : 4
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 0 s
Bit rate                                 : 131 kb/s
Frame rate                               : 46.196 FPS
Count of elements                        : 63788
Compression mode                         : Lossless
Stream size                              : 21.6 MiB (7%)
Title                                    : English [MTBB]
Language                                 : English
Default                                  : Yes
Forced                                   : No

Text #3
ID                                       : 5
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 0 s
Bit rate                                 : 781 b/s
Frame rate                               : 1.046 FPS
Count of elements                        : 1444
Compression mode                         : Lossless
Stream size                              : 132 KiB (0%)
Title                                    : Italian (Yamato Video) [ItachiUchiha]
Language                                 : Italian
Default                                  : Yes
Forced                                   : No

Text #4
ID                                       : 6
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 2 s
Bit rate                                 : 849 b/s
Frame rate                               : 1.040 FPS
Count of elements                        : 1438
Compression mode                         : Lossless
Stream size                              : 143 KiB (0%)
Title                                    : Spanish (Spain) [SnF]
Language                                 : Spanish (ES)
Default                                  : No
Forced                                   : No

Text #5
ID                                       : 7
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 1 s
Bit rate                                 : 110 b/s
Frame rate                               : 0.259 FPS
Count of elements                        : 358
Compression mode                         : Lossless
Stream size                              : 18.6 KiB (0%)
Title                                    : Spanish (Latin America) [CameEsp]
Language                                 : Spanish (Latin America)
Default                                  : No
Forced                                   : No

Text #6
ID                                       : 8
Format                                   : ASS
Codec ID                                 : S_TEXT/ASS
Codec ID/Info                            : Advanced Sub Station Alpha
Duration                                 : 23 min 0 s
Bit rate                                 : 106 b/s
Frame rate                               : 0.259 FPS
Count of elements                        : 357
Compression mode                         : Lossless
Stream size                              : 18.0 KiB (0%)
Title                                    : French
Language                                 : French
Default                                  : No
Forced                                   : No

Text #7
ID                                       : 9
Format                                   : UTF-8
Codec ID                                 : S_TEXT/UTF8
Codec ID/Info                            : UTF-8 Plain Text
Duration                                 : 22 min 56 s
Bit rate                                 : 84 b/s
Frame rate                               : 0.303 FPS
Count of elements                        : 417
Stream size                              : 14.1 KiB (0%)
Title                                    : Japanese [SDH]
Language                                 : Japanese
Default                                  : No
Forced                                   : No

Menu
00:00:00.000                             : Prologue
00:02:53.048                             : Opening
00:04:23.013                             : Part A
00:12:22.033                             : Part B
00:21:23.782                             : Ending
00:22:50.703                             : Epilogue

Other Files in this Torrent
(2) Season 2/The Dangers in My Heart - S02E08 - We Stayed Up Late.mkv
beta
Anime DDL+NZB mirror
Current Time: 30/03/2026 01:40



About/FAQs

Discord