Network speed is a bit low but should be fine if you are not playing 4K videos. If some play OK then it is fast enough but it may stutter.
It could be worth trying a wired connection instead of wireless if you can to rule this out.
It will be helpful if you can play that same video on 13.10 and do logs so I can compare the transcoding command and see what has changed.
As I don't know much about transcoding I'll leave the logs from FFmpeg which should help @Subjunk see the problem.
Comparing them I see videos 1 2 and 4 are the same and as a guess it is failing on the subtitles and not reading the streams.
However there is a mix of ASS and PGS subtitles so nothing in common with that.
Video 3 gets further but has a different error "Error binding filtergraph inputs/outputs: Invalid argument" and gives the return code -22.
Video 5 and 6 are working and this is the output I would expect and these use either ASS or PGS subtitles which rules out that guess.
Video 1
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\[Coalgirls]_Macross_Frontier_Movies_(1280x720_Blu-ray_FLAC)\[Coalgirls]_Macross_Frontier_Movie_1_-_The_False_Songstress_(1280x720_Blu-ray_FLAC)_[7B63541F].mkv" -filter_complex "subtitles=H\\:/Anime Mangi/\[Coalgirls\]_Macross_Frontier_Movies_(1280x720_Blu-ray_FLAC)/\[Coalgirls\]_Macross_Frontier_Movie_1_-_The_False_Songstress_(1280x720_Blu-ray_FLAC)_\[7B63541F\].mkv:si=0" -bufsize 12000k -maxrate 11000k -crf 22 -ac 2 -ab 448k -c:a ac3 -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_103_1725297749686
Reading pipe: \\.\pipe\ffmpegvideo_103_1725297749686
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-7
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 3052
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[Parsed_subtitles_0 @ 0000027a95741900] libass API version: 0x1702000
[Parsed_subtitles_0 @ 0000027a95741900] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 0000027a95741900] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[Parsed_subtitles_0 @ 0000027a95741900] Using font provider directwrite (with GDI)
...
...
buffered: 0 bytes / inputs: 0
Stopping process 3052: ffmpeg.exe-7
Destroying buffer
EOF
Video 2
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\Ghost_in_the_Shell_Arise_Ep_1_[1080p,BluRay,aac,x264]_-_THORA.mkv" -filter_complex "subtitles=H\\:/Anime Mangi/Ghost_in_the_Shell_Arise_Ep_1_\[1080p\,BluRay\,aac\,x264\]_-_THORA.mkv:si=0" -bufsize 12000k -maxrate 11000k -crf 23 -ac 2 -ab 448k -c:a copy -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_103_1725297794920
Reading pipe: \\.\pipe\ffmpegvideo_103_1725297794920
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-8
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 4992
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[Parsed_subtitles_0 @ 00000243f4a61fc0] libass API version: 0x1702000
[Parsed_subtitles_0 @ 00000243f4a61fc0] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 00000243f4a61fc0] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[matroska,webm @ 00000243f4e50c80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[Parsed_subtitles_0 @ 00000243f4a61fc0] Using font provider directwrite (with GDI)
...
...
buffered: 0 bytes / inputs: 0
Stopping process 4992: ffmpeg.exe-8
Destroying buffer
EOF
Video 3
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\Lodoss OVA\[AniDL] Lodoss.tou.Senki.02.1080pBDD.AIznjie.BiznjieX265.mkv" -filter_complex "subtitles=H\\:/Anime Mangi/Lodoss OVA/\[AniDL\] Lodoss.tou.Senki.02.1080pBDD.AIznjie.BiznjieX265.mkv:si=0" -map 0:V -map 0:a:1 -bufsize 12000k -maxrate 11000k -crf 23 -ab 448k -c:a ac3 -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_101_1725297841325
Reading pipe: \\.\pipe\ffmpegvideo_101_1725297841325
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-15
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 12076
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[Parsed_subtitles_0 @ 000001a7a1092f40] libass API version: 0x1702000
[Parsed_subtitles_0 @ 000001a7a1092f40] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 000001a7a1092f40] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[Parsed_subtitles_0 @ 000001a7a1092f40] Using font provider directwrite (with GDI)
Input #0, matroska,webm, from 'H:\Anime Mangi\Lodoss OVA\[AniDL] Lodoss.tou.Senki.02.1080pBDD.AIznjie.BiznjieX265.mkv':
...
...
[vist#0:0/hevc @ 000001a7a1628ac0] [dec:hevc @ 000001a7a1547f80] Using auto hwaccel type dxva2 with new default device.
Result of \\.\pipe\ffmpegvideo_101_1725297841325: true
[fc#0 @ 000001a7a108fe80] Cannot find a matching stream for unlabeled input pad subtitles:default
Error binding filtergraph inputs/outputs: Invalid argument
EOF
Process C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe has a return code of -22! Maybe an error occurred... check the log file
Video 4
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\[Doki]_Grave_of_the_Fireflies_(1920x1038_Hi10P_BD_FLAC)_[4D937D24].mkv" -filter_complex "subtitles=H\\:/Anime Mangi/\[Doki\]_Grave_of_the_Fireflies_(1920x1038_Hi10P_BD_FLAC)_\[4D937D24\].mkv:si=0" -map 0:V -map 0:a:0 -bufsize 12000k -maxrate 11000k -crf 23 -ab 448k -c:a ac3 -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_102_1725297903383
Reading pipe: \\.\pipe\ffmpegvideo_102_1725297903383
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-16
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 2284
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[Parsed_subtitles_0 @ 0000023323d72f40] libass API version: 0x1702000
[Parsed_subtitles_0 @ 0000023323d72f40] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 0000023323d72f40] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[Parsed_subtitles_0 @ 0000023323d72f40] Using font provider directwrite (with GDI)
...
...
buffered: 0 bytes / inputs: 0
Stopping process 2284: ffmpeg.exe-16
Destroying buffer
EOF
Video 5
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\[gg]_Code_Geass_Akito_the_Exiled_-_01_[B785F404].mkv" -filter_complex "subtitles=H\\:/Anime Mangi/\[gg\]_Code_Geass_Akito_the_Exiled_-_01_\[B785F404\].mkv:si=0" -bufsize 12000k -maxrate 11000k -crf 22 -ab 448k -ar 48000 -c:a copy -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_98_1725297928577
Reading pipe: \\.\pipe\ffmpegvideo_98_1725297928577
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-17
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 14260
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[Parsed_subtitles_0 @ 000001dc207e1e40] libass API version: 0x1702000
[Parsed_subtitles_0 @ 000001dc207e1e40] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 000001dc207e1e40] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[Parsed_subtitles_0 @ 000001dc207e1e40] Using font provider directwrite (with GDI)
buffered: 0 bytes / inputs: 1
buffered: 0 bytes / inputs: 1
Checking network configuration changes
buffered: 0 bytes / inputs: 1
Input #0, matroska,webm, from 'H:\Anime Mangi\[gg]_Code_Geass_Akito_the_Exiled_-_01_[B785F404].mkv':
Metadata:
encoder : libebml v1.2.2 + libmatroska v1.3.0
creation_time : 2012-09-29T07:29:20.000000Z
Duration: 00:50:59.69, start: 0.000000, bitrate: 1793 kb/s
Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn (default)
Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp (default)
Stream #0:2: Subtitle: ass (ssa) (default)
Stream #0:3: Attachment: ttf
Metadata:
filename : HeiseiMinchoStd-W7-Gosick.ttf
mimetype : application/x-truetype-font
Stream #0:4: Attachment: ttf
Metadata:
filename : IwaNGoPro-Bd-CP.ttf
mimetype : application/x-truetype-font
Stream #0:5: Attachment: ttf
Metadata:
filename : OptimaLTStdM.ttf
mimetype : application/x-truetype-font
[out#0/mpegts @ 000001dc207dff40] Codec AVOption b (set bitrate (in bits/s)) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
Result of \\.\pipe\ffmpegvideo_98_1725297928577: true
[vist#0:0/h264 @ 000001dc2089fe40] [dec:h264 @ 000001dc20cadc00] Using auto hwaccel type dxva2 with new default device.
Stream mapping:
Stream #0:0 (h264) -> subtitles:default
subtitles:default -> Stream #0:0 (libx264)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[Parsed_subtitles_0 @ 000001dc2089f080] libass API version: 0x1702000
[Parsed_subtitles_0 @ 000001dc2089f080] libass source: commit: 0.17.2-17-gad42889c85fc61a003ad6d4cdb985f56de066f91
[Parsed_subtitles_0 @ 000001dc2089f080] Shaper: FriBidi 1.0.15 (SIMPLE) HarfBuzz-ng 8.5.0 (COMPLEX)
[Parsed_subtitles_0 @ 000001dc2089f080] Using font provider directwrite (with GDI)
[libx264 @ 000001dc208a1dc0] using SAR=1/1
[libx264 @ 000001dc208a1dc0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 000001dc208a1dc0] profile High, level 3.1, 4:2:0, 8-bit
Output #0, mpegts, to '\\.\pipe\ffmpegvideo_98_1725297928577':
Metadata:
encoder : Lavf61.3.104
Stream #0:0: Video: h264, yuv420p(progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn
Metadata:
encoder : Lavc61.7.100 libx264
Side data:
cpb: bitrate max/min/avg: 11000000/0/0 buffer size: 12000000 vbv_delay: N/A
Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp, 448 kb/s (default)
frame= 84 fps= 81 q=19.0 size= 1024KiB time=00:00:03.41 bitrate=2453.5kbits/s speed=3.29x
frame= 246 fps=159 q=17.0 size= 2170KiB time=00:00:10.17 bitrate=1746.7kbits/s speed=6.58x
buffered: 1,516,960 bytes / inputs: 3
Video 6
Code: Select all
Starting "C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe" -y -loglevel info -hwaccel auto -threads 1 -i "H:\Anime Mangi\Sword Art Online\[a-s]_sword_art_online_alicization_war_of_underworld_-_05_-_the_night_before_battle__pball_[1080p_bd-rip][x265][8FA76204].mkv" -filter_complex [0:v][0:s:0]overlay -map 0:V -map 0:a:1 -bufsize 12000k -maxrate 11000k -crf 23 -c:a copy -c:v libx264 -preset superfast -level 31 -pix_fmt yuv420p -f mpegts \\.\pipe\ffmpegvideo_97_1725297969094
Reading pipe: \\.\pipe\ffmpegvideo_97_1725297969094
Successfully initialized buffer to 52,428,800 bytes.
Attaching thread: ffmpeg.exe-18
Process ID (C:\Program Files (x86)\Universal Media Server\bin\ffmpeg.exe): 1516
buffered: 0 bytes / inputs: 0
ffmpeg version 2024-06-09-git-94f2274a8b-essentials_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (Rev5, Built by MSYS2 project)
...
...
libpostproc 58. 2.100 / 58. 2.100
[matroska,webm @ 0000018404bb2f00] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[matroska,webm @ 0000018404bb2f00] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, matroska,webm, from 'H:\Anime Mangi\Sword Art Online\[a-s]_sword_art_online_alicization_war_of_underworld_-_05_-_the_night_before_battle__pball_[1080p_bd-rip][x265][8FA76204].mkv':
Metadata:
encoder : libebml v1.3.10 + libmatroska v1.5.2
creation_time : 2022-04-01T23:05:53.000000Z
Duration: 00:23:42.08, start: 0.000000, bitrate: 1213 kb/s
Chapters:
Chapter #0:0: start 0.000000, end 55.055000
Metadata:
title : Chapter 01
Chapter #0:1: start 55.055000, end 145.020000
Metadata:
title : Chapter 02
Chapter #0:2: start 145.020000, end 760.051000
Metadata:
title : Chapter 03
Chapter #0:3: start 760.051000, end 1415.039000
Metadata:
title : Chapter 04
Chapter #0:4: start 1415.039000, end 1422.080000
Metadata:
title : Chapter 05
Stream #0:0(jpn): Video: hevc (Main), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
title : Bluray
BPS-eng : 813649
DURATION-eng : 00:23:42.046000000
NUMBER_OF_FRAMES-eng: 34095
NUMBER_OF_BYTES-eng: 144630863
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default)
Metadata:
title : English
BPS-eng : 192000
DURATION-eng : 00:23:42.080000000
NUMBER_OF_FRAMES-eng: 44440
NUMBER_OF_BYTES-eng: 34129920
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(jpn): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
Metadata:
title : Japanese
BPS-eng : 192000
DURATION-eng : 00:23:42.080000000
NUMBER_OF_FRAMES-eng: 44440
NUMBER_OF_BYTES-eng: 34129920
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle (pgssub)
Metadata:
title : English Subs
BPS-eng : 32975
DURATION-eng : 00:23:13.392000000
NUMBER_OF_FRAMES-eng: 478
NUMBER_OF_BYTES-eng: 5743561
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle (pgssub) (default)
Metadata:
title : English Signs
BPS-eng : 279
DURATION-eng : 00:21:15.024000000
NUMBER_OF_FRAMES-eng: 6
NUMBER_OF_BYTES-eng: 44617
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
[vist#0:0/hevc @ 0000018404e583c0] [dec:hevc @ 0000018404f711c0] Using auto hwaccel type dxva2 with new default device.
Result of \\.\pipe\ffmpegvideo_97_1725297969094: true
Stream mapping:
Stream #0:0 (hevc) -> overlay
Stream #0:3 (pgssub) -> overlay
overlay:default -> Stream #0:0 (libx264)
Stream #0:0 -> #0:1 (hevc (native) -> h264 (libx264))
Stream #0:2 -> #0:2 (copy)
Press [q] to stop, [?] for help
[libx264 @ 0000018404c03180] using SAR=1/1
[libx264 @ 0000018404c03180] frame MB size (120x68) > level limit (3600)
[libx264 @ 0000018404c03180] DPB size (4 frames, 32640 mbs) > level limit (2 frames, 18000 mbs)
[libx264 @ 0000018404c03180] MB rate (195644) > level limit (108000)
[libx264 @ 0000018404c03180] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000018404c03180] profile High, level 3.1, 4:2:0, 8-bit
[libx264 @ 0000018404d6b080] using SAR=1/1
[libx264 @ 0000018404d6b080] frame MB size (120x68) > level limit (3600)
[libx264 @ 0000018404d6b080] DPB size (4 frames, 32640 mbs) > level limit (2 frames, 18000 mbs)
[libx264 @ 0000018404d6b080] MB rate (195644) > level limit (108000)
[libx264 @ 0000018404d6b080] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0000018404d6b080] profile High, level 3.1, 4:2:0, 8-bit
Output #0, mpegts, to '\\.\pipe\ffmpegvideo_97_1725297969094':
Metadata:
encoder : Lavf61.3.104
Chapters:
Chapter #0:0: start 0.000000, end 55.055000
Metadata:
title : Chapter 01
Chapter #0:1: start 55.055000, end 145.020000
Metadata:
title : Chapter 02
Chapter #0:2: start 145.020000, end 760.051000
Metadata:
title : Chapter 03
Chapter #0:3: start 760.051000, end 1415.039000
Metadata:
title : Chapter 04
Chapter #0:4: start 1415.039000, end 1422.080000
Metadata:
title : Chapter 05
Stream #0:0: Video: h264, yuv420p(tv, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn
Metadata:
encoder : Lavc61.7.100 libx264
Side data:
cpb: bitrate max/min/avg: 11000000/0/0 buffer size: 12000000 vbv_delay: N/A
Stream #0:1(jpn): Video: h264, yuv420p(tv, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn (default)
Metadata:
title : Bluray
BPS-eng : 813649
DURATION-eng : 00:23:42.046000000
NUMBER_OF_FRAMES-eng: 34095
NUMBER_OF_BYTES-eng: 144630863
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
encoder : Lavc61.7.100 libx264
Side data:
cpb: bitrate max/min/avg: 11000000/0/0 buffer size: 12000000 vbv_delay: N/A
Stream #0:2(jpn): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
Metadata:
title : Japanese
BPS-eng : 192000
DURATION-eng : 00:23:42.080000000
NUMBER_OF_FRAMES-eng: 44440
NUMBER_OF_BYTES-eng: 34129920
_STATISTICS_WRITING_APP-eng: mkvmerge v42.0.0 ('Overtime') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2022-04-01 23:05:53
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
frame= 0 fps=0.0 q=0.0 q=24.0 size= 0KiB time=N/A bitrate=N/A speed=N/A
frame= 23 fps= 22 q=21.0 q=21.0 size= 1289KiB time=00:00:00.87 bitrate=12052.6kbits/s speed=0.837x
buffered: 1,500,000 bytes / inputs: 1
frame= 50 fps= 32 q=21.0 q=20.0 size= 1864KiB time=00:00:02.00 bitrate=7627.4kbits/s speed=1.27x