mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Some videos show mixed color when hardware acceleration enabled #3233
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @54601 on GitHub (Sep 7, 2021).
Describe the bug
System (please complete the following information):
To Reproduce
When plays some videos, it shows a full screen of mixed color((as shown below in the screenshots )) with normal screens in between, and the subtitles are showing normally. Sometimes the picture is just frozen with the audio keeps playing. I failed to find anything common among those videos, as other videos with the same resolution or encoding just play smoothly, and all videos play fine locally. I find out that this problem disappears when I disable hardware acceleration and reappears when I enable it(settings can be found below in the screenshots ). I tried to download the latest FFmpeg and point the path to my\path\of\ffmpeg.exe, but then the video seems to be loading forever instead of playing and the task manager shows the GPU isn't working at all, so I don't know if FFmpeg should be blamed.
Expected behavior
To play normally.
Server Logs
I don't see any error log, I will paste some logs below:
FFmpeg Logs
As shown above.
Browser Console Logs
HLS Error: Type: mediaError Details: bufferStalledError Fatal: falseScreenshots


video with the mixed color
my settings
Additional context
Thank you all for your time and contribution!
@54601 commented on GitHub (Sep 7, 2021):
I tried to download the ts video and play it locally, and the same problem occurred. So I think the Browser's error log may be irrelevant.
@GodTamIt commented on GitHub (Sep 8, 2021):
Are you sure the video isn't bugged? If you played it locally and it showed the same issue, it seems more likely to be a video-specific or machine-specific bug
@54601 commented on GitHub (Sep 9, 2021):
No, if I play the original video locally, it plays just fine. But when I downloaded the transcoded .ts files(that were send to my client while streaming) and played it locally with other media player, they showed the same problem, just to prove that it's not a browser based problem.
@nyanmisaka commented on GitHub (Sep 9, 2021):
Can you try this command with jellyfin ffmpeg 4.3.2?
ffmpeg.exe -threads 0 -init_hw_device d3d11va=hw -init_hw_device qsv=intel@hw -hwaccel d3d11va -hwaccel_output_format d3d11 -i file:"{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv" -c:v h264_qsv -preset 7 -look_ahead 0 -b:v 62870617 -maxrate 62870617 -bufsize 125741234 -profile:v high -level 41 -vf "hwmap=derive_device=qsv,vpp_qsv=format=nv12" -an -max_muxing_queue_size 2048 -y "C:\ProgramData\Jellyfin\Server\transcodes\tmp.mp4"@54601 commented on GitHub (Sep 9, 2021):
Yes, I tried by following steps:
1. open cmd and cd to the folder containing ffmpeg.exe in jellyfin\server 2. copy and paste your commend with {HIDDEN} changed to the path of referred files.After about 2 hours, a tmp.mp4 file was created, which I then played locally. The pictures were fine this time, without any mixed colors, however, the audio seems to be missing, which is new.
I will paste the outputs here:
ffmpeg.exe -threads 0 -init_hw_device d3d11va=hw -init_hw_device qsv=intel@hw -hwaccel d3d11va -hwaccel_output_format d3d11 -i file:"{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv" -c:v h264_qsv -preset 7 -look_ahead 0 -b:v 62870617 -maxrate 62870617 -bufsize 125741234 -profile:v high -level 41 -vf "hwmap=derive_device=qsv,vpp_qsv=format=nv12" -an -max_muxing_queue_size 2048 -y "C:\ProgramData\Jellyfin\Server\transcodes\tmp.mp4" ffmpeg version n4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers built with gcc 10.2.0 (Rev9, Built by MSYS2 project) configuration: --disable-static --enable-shared --cc='ccache gcc' --cxx='ccache g++' --extra-version=Jellyfin --disable-ffplay --disable-debug --enable-lto --enable-gpl --enable-version3 --enable-bzlib --enable-iconv --enable-lzma --enable-zlib --enable-sdl2 --enable-fontconfig --enable-gmp --enable-libass --enable-libzimg --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libmfx --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec --enable-gnutls libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100 libpostproc 55. 7.100 / 55. 7.100 [matroska,webm @ 0000025115343580] Stream #8: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0000025115343580] Stream #9: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0000025115343580] Stream #10: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0000025115343580] Stream #11: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0000025115343580] Stream #12: not enough frames to estimate rate; consider increasing probesize [matroska,webm @ 0000025115343580] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [matroska,webm @ 0000025115343580] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [matroska,webm @ 0000025115343580] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, matroska,webm, from '{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv': Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ encoder : libebml v1.3.5 + libmatroska v1.4.8 creation_time : 2018-05-11T13:11:05.000000Z Duration: 02:05:13.47, start: 0.000000, bitrate: 37722 kb/s Chapter #0:0: start 0.000000, end 344.052000 Metadata: title : Chapter 1 Chapter #0:1: start 344.052000, end 641.974000 Metadata: title : Chapter 2 Chapter #0:2: start 641.974000, end 863.612000 Metadata: title : Chapter 3 Chapter #0:3: start 863.612000, end 1377.084000 Metadata: title : Chapter 4 Chapter #0:4: start 1377.084000, end 1787.202000 Metadata: title : Chapter 5 Chapter #0:5: start 1787.202000, end 2253.542000 Metadata: title : Chapter 6 Chapter #0:6: start 2253.542000, end 2488.611000 Metadata: title : Chapter 7 Chapter #0:7: start 2488.611000, end 2930.928000 Metadata: title : Chapter 8 Chapter #0:8: start 2930.928000, end 3400.522000 Metadata: title : Chapter 9 Chapter #0:9: start 3400.522000, end 3782.487000 Metadata: title : Chapter 10 Chapter #0:10: start 3782.487000, end 4281.026000 Metadata: title : Chapter 11 Chapter #0:11: start 4281.026000, end 4745.490000 Metadata: title : Chapter 12 Chapter #0:12: start 4745.490000, end 5069.814000 Metadata: title : Chapter 13 Chapter #0:13: start 5069.814000, end 5449.652000 Metadata: title : Chapter 14 Chapter #0:14: start 5449.652000, end 5782.777000 Metadata: title : Chapter 15 Chapter #0:15: start 5782.777000, end 5997.992000 Metadata: title : Chapter 16 Chapter #0:16: start 5997.992000, end 6344.129000 Metadata: title : Chapter 17 Chapter #0:17: start 6344.129000, end 6799.250000 Metadata: title : Chapter 18 Chapter #0:18: start 6799.250000, end 7208.618000 Metadata: title : Chapter 19 Chapter #0:19: start 7208.618000, end 7513.471000 Metadata: title : Chapter 20 Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 3840x2076 [SAR 1:1 DAR 320:173], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default) Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ BPS-eng : 29183690 DURATION-eng : 02:05:13.465000000 NUMBER_OF_FRAMES-eng: 180143 NUMBER_OF_BYTES-eng: 27408829371 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1, s32 (24 bit) (default) Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ BPS-eng : 4225191 DURATION-eng : 02:05:13.433000000 NUMBER_OF_FRAMES-eng: 9016088 NUMBER_OF_BYTES-eng: 3968211942 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:2(eng): Audio: dts (DTS-HD MA), 48000 Hz, 7.1, s32p (24 bit) Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ BPS-eng : 3567876 DURATION-eng : 02:05:13.430000000 NUMBER_OF_FRAMES-eng: 704384 NUMBER_OF_BYTES-eng: 3350873680 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:3(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ BPS-eng : 640000 DURATION-eng : 02:05:13.440000000 NUMBER_OF_FRAMES-eng: 234795 NUMBER_OF_BYTES-eng: 601075200 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:4(eng): Subtitle: subrip (default) Metadata: title : English-SRT BPS-eng : 58 DURATION-eng : 01:57:11.149000000 NUMBER_OF_FRAMES-eng: 1647 NUMBER_OF_BYTES-eng: 51245 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle Metadata: title : English-PGS BPS-eng : 40048 DURATION-eng : 01:57:12.276000000 NUMBER_OF_FRAMES-eng: 3470 NUMBER_OF_BYTES-eng: 35203636 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:6(ger): Subtitle: hdmv_pgs_subtitle Metadata: title : German-PGS BPS-eng : 38525 DURATION-eng : 02:03:42.873000000 NUMBER_OF_FRAMES-eng: 3066 NUMBER_OF_BYTES-eng: 35746651 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:7(ita): Subtitle: hdmv_pgs_subtitle Metadata: title : Italian-PGS BPS-eng : 36876 DURATION-eng : 02:03:40.371000000 NUMBER_OF_FRAMES-eng: 3178 NUMBER_OF_BYTES-eng: 34204563 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES Stream #0:8: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 1067x600, 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : cover_land.jpg mimetype : image/jpeg Stream #0:9: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 120x176, 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : small_cover.jpg mimetype : image/jpeg Stream #0:10: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 213x120, 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : small_cover_land.jpg mimetype : image/jpeg Stream #0:11: Video: mjpeg (Baseline), yuvj444p(pc, bt470bg/unknown/unknown), 600x882, 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : cover.jpg mimetype : image/jpeg Stream #0:12: Video: mjpeg (Progressive), yuvj420p(pc, bt470bg/unknown/unknown), 640x960 [SAR 200:200 DAR 2:3], 90k tbr, 90k tbn, 90k tbc (attached pic) Metadata: filename : cover.jpg mimetype : image/jpeg Stream mapping: Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_qsv)) Press [q] to stop, [?] for help Output #0, mp4, to 'C:\ProgramData\Jellyfin\Server\transcodes\tmp.mp4': Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ encoder : Lavf58.45.100 Chapter #0:0: start 0.000000, end 344.052000 Metadata: title : Chapter 1 Chapter #0:1: start 344.052000, end 641.974000 Metadata: title : Chapter 2 Chapter #0:2: start 641.974000, end 863.612000 Metadata: title : Chapter 3 Chapter #0:3: start 863.612000, end 1377.084000 Metadata: title : Chapter 4 Chapter #0:4: start 1377.084000, end 1787.202000 Metadata: title : Chapter 5 Chapter #0:5: start 1787.202000, end 2253.542000 Metadata: title : Chapter 6 Chapter #0:6: start 2253.542000, end 2488.611000 Metadata: title : Chapter 7 Chapter #0:7: start 2488.611000, end 2930.928000 Metadata: title : Chapter 8 Chapter #0:8: start 2930.928000, end 3400.522000 Metadata: title : Chapter 9 Chapter #0:9: start 3400.522000, end 3782.487000 Metadata: title : Chapter 10 Chapter #0:10: start 3782.487000, end 4281.026000 Metadata: title : Chapter 11 Chapter #0:11: start 4281.026000, end 4745.490000 Metadata: title : Chapter 12 Chapter #0:12: start 4745.490000, end 5069.814000 Metadata: title : Chapter 13 Chapter #0:13: start 5069.814000, end 5449.652000 Metadata: title : Chapter 14 Chapter #0:14: start 5449.652000, end 5782.777000 Metadata: title : Chapter 15 Chapter #0:15: start 5782.777000, end 5997.992000 Metadata: title : Chapter 16 Chapter #0:16: start 5997.992000, end 6344.129000 Metadata: title : Chapter 17 Chapter #0:17: start 6344.129000, end 6799.250000 Metadata: title : Chapter 18 Chapter #0:18: start 6799.250000, end 7208.618000 Metadata: title : Chapter 19 Chapter #0:19: start 7208.618000, end 7513.471000 Metadata: title : Chapter 20 Stream #0:0: Video: h264 (h264_qsv) (avc1 / 0x31637661), qsv, 3840x2076 [SAR 1:1 DAR 320:173], q=-1--1, 62870 kb/s, 23.98 fps, 24k tbn, 23.98 tbc (default) Metadata: title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ BPS-eng : 29183690 DURATION-eng : 02:05:13.465000000 NUMBER_OF_FRAMES-eng: 180143 NUMBER_OF_BYTES-eng: 27408829371 _STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit _STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05 _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES encoder : Lavc58.91.100 h264_qsv Side data: cpb: bitrate max/min/avg: 62870617/0/62870617 buffer size: 125741234 vbv_delay: N/A frame=180143 fps= 55 q=10.0 Lsize=57675978kB time=02:05:13.33 bitrate=62885.7kbits/s speed=2.29x video:57672736kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.005621%I'm not too worried about the audio, since it never was a problem in jellyfin, I assume it's something wrong with my commend. But since this time the pictures look fine, I guess you may want a comparison. I played the same movie remotely in my browser using jellyfin, and the mixed color occurred again. The logging in jellyfin is:
`/videos/918446ac-d6fa-9af2-000d-0abb6fc998a0/hls1/main/0.ts
{"Protocol":0,"Id":"918446acd6fa9af2000d0abb6fc998a0","Path":"{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":35428241408,"Name":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ","IsRemote":false,"ETag":"0f9d521efa0fd20a44f3d58531d230d4","RunTimeTicks":75134713856,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1001/24000","Title":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ","VideoRange":"SDR","localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ - 4K - HEVC","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":37722370,"BitDepth":null,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":2076,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main 10","Type":1,"AspectRatio":"1.85:1","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":153,"IsAnamorphic":null},{"Codec":"truehd","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ","VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ - \u82F1\u8BED - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":4225191,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"dts","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ","VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ - \u82F1\u8BED","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"7.1","BitRate":3567876,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"DTS-HD MA","Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"1/48000","Title":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ","VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":"Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ - \u82F1\u8BED - Dolby Digital","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":"English-SRT","VideoRange":null,"localizedUndefined":"\u672A\u5B9A\u4E49","localizedDefault":"\u9ED8\u8BA4","localizedForced":"\u5F3A\u5236\u7684","DisplayTitle":"English-SRT - \u82F1\u8BED - \u9ED8\u8BA4","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":"English-PGS","VideoRange":null,"localizedUndefined":"\u672A\u5B9A\u4E49","localizedDefault":"\u9ED8\u8BA4","localizedForced":"\u5F3A\u5236\u7684","DisplayTitle":"English-PGS - \u82F1\u8BED","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":"German-PGS","VideoRange":null,"localizedUndefined":"\u672A\u5B9A\u4E49","localizedDefault":"\u9ED8\u8BA4","localizedForced":"\u5F3A\u5236\u7684","DisplayTitle":"German-PGS","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":"0/1","Title":"Italian-PGS","VideoRange":null,"localizedUndefined":"\u672A\u5B9A\u4E49","localizedDefault":"\u9ED8\u8BA4","localizedForced":"\u5F3A\u5236\u7684","DisplayTitle":"Italian-PGS - \u610F\u5927\u5229\u8BED","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":7,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":600,"Width":1067,"AverageFrameRate":null,"RealFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"16:9","Index":8,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":176,"Width":120,"AverageFrameRate":null,"RealFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":null,"Index":9,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":120,"Width":213,"AverageFrameRate":null,"RealFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":"16:9","Index":10,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":882,"Width":600,"AverageFrameRate":null,"RealFrameRate":90000,"Profile":"Baseline","Type":3,"AspectRatio":null,"Index":11,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj444p","Level":-99,"IsAnamorphic":null},{"Codec":"mjpeg","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt470bg","ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":"0/1","Title":null,"VideoRange":null,"localizedUndefined":null,"localizedDefault":null,"localizedForced":null,"DisplayTitle":null,"NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":960,"Width":640,"AverageFrameRate":null,"RealFrameRate":90000,"Profile":"Progressive","Type":3,"AspectRatio":"2:3","Index":12,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuvj420p","Level":-99,"IsAnamorphic":null},{"Codec":"srt","CodecTag":null,"Language":"chi","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"Comment":null,"TimeBase":null,"CodecTimeBase":null,"Title":null,"VideoRange":null,"localizedUndefined":"\u672A\u5B9A\u4E49","localizedDefault":"\u9ED8\u8BA4","localizedForced":"\u5F3A\u5236\u7684","DisplayTitle":"Chi - \u5F3A\u5236\u7684","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":true,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":13,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.chi.forced.srt","PixelFormat":null,"Level":null,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":46155437,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
C:\Program Files\Jellyfin\Server\ffmpeg.exe -c:v hevc_qsv -hwaccel qsv -i file:"{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -preset 7 -look_ahead 0 -b:v 9360000 -maxrate 9360000 -bufsize 18720000 -profile:v:0 high -level 41 -g:v:0 72 -keyint_min:v:0 72 -sc_threshold:v:0 0 -vf "vpp_qsv=w=1920:h=1038:format=nv12" -start_at_zero -vsync -1 -codec:a:0 aac -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf354787%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf354787.m3u8"
ffmpeg version n4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 10.2.0 (Rev9, Built by MSYS2 project)
configuration: --disable-static --enable-shared --cc='ccache gcc' --cxx='ccache g++' --extra-version=Jellyfin --disable-ffplay --disable-debug --enable-lto --enable-gpl --enable-version3 --enable-bzlib --enable-iconv --enable-lzma --enable-zlib --enable-sdl2 --enable-fontconfig --enable-gmp --enable-libass --enable-libzimg --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libmfx --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec --enable-gnutls
libavutil 56. 51.100 / 56. 51.100
libavcodec 58. 91.100 / 58. 91.100
libavformat 58. 45.100 / 58. 45.100
libavdevice 58. 10.100 / 58. 10.100
libavfilter 7. 85.100 / 7. 85.100
libswscale 5. 7.100 / 5. 7.100
libswresample 3. 7.100 / 3. 7.100
libpostproc 55. 7.100 / 55. 7.100
[extract_extradata @ 000001e657d6dac0] Invalid NAL unit 0, skipping.
[hevc @ 000001e657d0fac0] Invalid NAL unit 0, skipping.
[hevc @ 000001e657d0fac0] PPS id out of range: 15
[hevc @ 000001e657d0fac0] Error parsing NAL unit #0.
[extract_extradata @ 000001e657d6d880] Invalid NAL unit 0, skipping.
[extract_extradata @ 000001e657d6d880] No start code is found.
file:{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv: could not find codec parameters
Guessed Channel Layout for Input Stream #0.1 : 7.1
Guessed Channel Layout for Input Stream #0.2 : 7.1
Guessed Channel Layout for Input Stream #0.3 : 5.1
Input #0, matroska,webm, from '{HIDDEN}\Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv':
Metadata:
title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
encoder : libebml v1.3.5 + libmatroska v1.4.8
creation_time : 2018-05-11T13:11:05.000000Z
Duration: 02:05:13.47, bitrate: N/A
Chapter #0:0: start 0.000000, end -9223372036.854776
Metadata:
title : Chapter 1
Chapter #0:1: start 344.052000, end -9223372036.854776
Metadata:
title : Chapter 2
Chapter #0:2: start 641.974000, end -9223372036.854776
Metadata:
title : Chapter 3
Chapter #0:3: start 863.612000, end -9223372036.854776
Metadata:
title : Chapter 4
Chapter #0:4: start 1377.084000, end -9223372036.854776
Metadata:
title : Chapter 5
Chapter #0:5: start 1787.202000, end -9223372036.854776
Metadata:
title : Chapter 6
Chapter #0:6: start 2253.542000, end -9223372036.854776
Metadata:
title : Chapter 7
Chapter #0:7: start 2488.611000, end -9223372036.854776
Metadata:
title : Chapter 8
Chapter #0:8: start 2930.928000, end -9223372036.854776
Metadata:
title : Chapter 9
Chapter #0:9: start 3400.522000, end -9223372036.854776
Metadata:
title : Chapter 10
Chapter #0:10: start 3782.487000, end -9223372036.854776
Metadata:
title : Chapter 11
Chapter #0:11: start 4281.026000, end -9223372036.854776
Metadata:
title : Chapter 12
Chapter #0:12: start 4745.490000, end -9223372036.854776
Metadata:
title : Chapter 13
Chapter #0:13: start 5069.814000, end -9223372036.854776
Metadata:
title : Chapter 14
Chapter #0:14: start 5449.652000, end -9223372036.854776
Metadata:
title : Chapter 15
Chapter #0:15: start 5782.777000, end -9223372036.854776
Metadata:
title : Chapter 16
Chapter #0:16: start 5997.992000, end -9223372036.854776
Metadata:
title : Chapter 17
Chapter #0:17: start 6344.129000, end -9223372036.854776
Metadata:
title : Chapter 18
Chapter #0:18: start 6799.250000, end -9223372036.854776
Metadata:
title : Chapter 19
Chapter #0:19: start 7208.618000, end -9223372036.854776
Metadata:
title : Chapter 20
Stream #0:0: Video: hevc, none, 3840x2076, SAR 1:1 DAR 320:173, 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 29183690
DURATION-eng : 02:05:13.465000000
NUMBER_OF_FRAMES-eng: 180143
NUMBER_OF_BYTES-eng: 27408829371
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(eng): Audio: truehd, 48000 Hz, 7.1 (default)
Metadata:
title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 4225191
DURATION-eng : 02:05:13.433000000
NUMBER_OF_FRAMES-eng: 9016088
NUMBER_OF_BYTES-eng: 3968211942
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(eng): Audio: dts, 48000 Hz, 7.1
Metadata:
title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 3567876
DURATION-eng : 02:05:13.430000000
NUMBER_OF_FRAMES-eng: 704384
NUMBER_OF_BYTES-eng: 3350873680
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:3(eng): Audio: ac3, 48000 Hz, 5.1
Metadata:
title : Darkest.Hour.2017.2160p.BluRay.x265.10bit.SDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ
BPS-eng : 640000
DURATION-eng : 02:05:13.440000000
NUMBER_OF_FRAMES-eng: 234795
NUMBER_OF_BYTES-eng: 601075200
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:4(eng): Subtitle: subrip (default)
Metadata:
title : English-SRT
BPS-eng : 58
DURATION-eng : 01:57:11.149000000
NUMBER_OF_FRAMES-eng: 1647
NUMBER_OF_BYTES-eng: 51245
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:5(eng): Subtitle: hdmv_pgs_subtitle
Metadata:
title : English-PGS
BPS-eng : 40048
DURATION-eng : 01:57:12.276000000
NUMBER_OF_FRAMES-eng: 3470
NUMBER_OF_BYTES-eng: 35203636
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:6(ger): Subtitle: hdmv_pgs_subtitle
Metadata:
title : German-PGS
BPS-eng : 38525
DURATION-eng : 02:03:42.873000000
NUMBER_OF_FRAMES-eng: 3066
NUMBER_OF_BYTES-eng: 35746651
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:7(ita): Subtitle: hdmv_pgs_subtitle
Metadata:
title : Italian-PGS
BPS-eng : 36876
DURATION-eng : 02:03:40.371000000
NUMBER_OF_FRAMES-eng: 3178
NUMBER_OF_BYTES-eng: 34204563
_STATISTICS_WRITING_APP-eng: mkvmerge v22.0.0 ('At The End Of The World') 64-bit
_STATISTICS_WRITING_DATE_UTC-eng: 2018-05-11 13:11:05
_STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:8: Video: hevc, none, 90k tbn (attached pic)
Metadata:
filename : cover_land.jpg
mimetype : image/jpeg
Stream #0:9: Video: hevc, none, 90k tbn (attached pic)
Metadata:
filename : small_cover.jpg
mimetype : image/jpeg
Stream #0:10: Video: hevc, none, 90k tbn (attached pic)
Metadata:
filename : small_cover_land.jpg
mimetype : image/jpeg
Stream #0:11: Video: hevc, none, 90k tbn (attached pic)
Metadata:
filename : cover.jpg
mimetype : image/jpeg
Stream #0:12: Video: hevc, none, 90k tbn (attached pic)
Metadata:
filename : cover.jpg
mimetype : image/jpeg
Stream mapping:
Stream #0:0 -> #0:0 (hevc (hevc_qsv) -> h264 (h264_qsv))
Stream #0:1 -> #0:1 (truehd (native) -> aac (native))
Press [q] to stop, [?] for help
frame= 0 fps=0.0 q=0.0 size=N/A time=-577014:32:22.77 bitrate=N/A speed=N/A
Output #0, hls, to 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf354787.m3u8':
Metadata:
encoder : Lavf58.45.100
Stream #0:0: Video: h264 (h264_qsv), qsv, 1920x1038 [SAR 1:1 DAR 320:173], q=-1--1, 9360 kb/s, 23.98 fps, 90k tbn, 23.98 tbc (default)
Metadata:
encoder : Lavc58.91.100 h264_qsv
Side data:
cpb: bitrate max/min/avg: 9360000/0/9360000 buffer size: 18720000 vbv_delay: N/A
Stream #0:1: Audio: aac (LC), 48000 Hz, 5.1, fltp (24 bit), 640 kb/s (default)
Metadata:
encoder : Lavc58.91.100 aac
frame= 11 fps=9.1 q=23.0 size=N/A time=00:00:00.57 bitrate=N/A dup=1 drop=0 speed=0.473x
frame= 56 fps= 33 q=26.0 size=N/A time=00:00:02.49 bitrate=N/A dup=1 drop=0 speed=1.46x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547870.ts' for writing
frame= 107 fps= 48 q=11.0 size=N/A time=00:00:04.62 bitrate=N/A dup=1 drop=0 speed=2.09x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547871.ts' for writing
frame= 156 fps= 58 q=23.0 size=N/A time=00:00:06.77 bitrate=N/A dup=1 drop=0 speed= 2.5x
frame= 212 fps= 66 q=13.0 size=N/A time=00:00:08.95 bitrate=N/A dup=1 drop=0 speed=2.78x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547872.ts' for writing
frame= 256 fps= 69 q=9.0 size=N/A time=00:00:10.78 bitrate=N/A dup=1 drop=0 speed= 2.9x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547873.ts' for writing
frame= 308 fps= 73 q=7.0 size=N/A time=00:00:13.13 bitrate=N/A dup=1 drop=0 speed=3.11x
frame= 360 fps= 76 q=20.0 size=N/A time=00:00:15.24 bitrate=N/A dup=1 drop=0 speed=3.23x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547874.ts' for writing
frame= 407 fps= 78 q=21.0 size=N/A time=00:00:17.16 bitrate=N/A dup=1 drop=0 speed=3.28x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547875.ts' for writing
frame= 460 fps= 80 q=7.0 size=N/A time=00:00:19.30 bitrate=N/A dup=1 drop=0 speed=3.37x
frame= 510 fps= 82 q=18.0 size=N/A time=00:00:21.39 bitrate=N/A dup=1 drop=0 speed=3.43x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547876.ts' for writing
frame= 561 fps= 83 q=14.0 size=N/A time=00:00:23.65 bitrate=N/A dup=1 drop=0 speed=3.51x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547877.ts' for writing
frame= 607 fps= 84 q=13.0 size=N/A time=00:00:25.53 bitrate=N/A dup=1 drop=0 speed=3.53x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547878.ts' for writing
frame= 661 fps= 85 q=5.0 size=N/A time=00:00:27.77 bitrate=N/A dup=1 drop=0 speed=3.59x
frame= 715 fps= 87 q=10.0 size=N/A time=00:00:29.94 bitrate=N/A dup=1 drop=0 speed=3.64x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf3547879.ts' for writing
frame= 767 fps= 88 q=20.0 size=N/A time=00:00:32.18 bitrate=N/A dup=1 drop=0 speed=3.68x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478710.ts' for writing
frame= 820 fps= 89 q=4.0 size=N/A time=00:00:34.40 bitrate=N/A dup=1 drop=0 speed=3.72x
frame= 859 fps= 88 q=15.0 size=N/A time=00:00:35.96 bitrate=N/A dup=1 drop=0 speed=3.69x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478711.ts' for writing
frame= 907 fps= 89 q=13.0 size=N/A time=00:00:37.94 bitrate=N/A dup=1 drop=0 speed= 3.7x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478712.ts' for writing
frame= 956 fps= 89 q=14.0 size=N/A time=00:00:40.01 bitrate=N/A dup=1 drop=0 speed=3.72x
frame= 999 fps= 89 q=13.0 size=N/A time=00:00:41.80 bitrate=N/A dup=1 drop=0 speed=3.72x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478713.ts' for writing
frame= 1048 fps= 89 q=10.0 size=N/A time=00:00:43.83 bitrate=N/A dup=1 drop=0 speed=3.73x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478714.ts' for writing
frame= 1098 fps= 90 q=7.0 size=N/A time=00:00:45.90 bitrate=N/A dup=1 drop=0 speed=3.75x
frame= 1148 fps= 90 q=7.0 size=N/A time=00:00:47.99 bitrate=N/A dup=1 drop=0 speed=3.76x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478715.ts' for writing
frame= 1195 fps= 90 q=13.0 size=N/A time=00:00:49.97 bitrate=N/A dup=1 drop=0 speed=3.77x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478716.ts' for writing
frame= 1243 fps= 90 q=12.0 size=N/A time=00:00:51.96 bitrate=N/A dup=1 drop=0 speed=3.78x
frame= 1291 fps= 91 q=7.0 size=N/A time=00:00:54.01 bitrate=N/A dup=1 drop=0 speed=3.79x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478717.ts' for writing
frame= 1338 fps= 91 q=7.0 size=N/A time=00:00:55.93 bitrate=N/A dup=1 drop=0 speed=3.79x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478718.ts' for writing
frame= 1381 fps= 90 q=10.0 size=N/A time=00:00:57.85 bitrate=N/A dup=1 drop=0 speed=3.79x
frame= 1418 fps= 90 q=30.0 size=N/A time=00:00:59.34 bitrate=N/A dup=1 drop=0 speed=3.76x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478719.ts' for writing
frame= 1453 fps= 89 q=13.0 size=N/A time=00:01:00.70 bitrate=N/A dup=1 drop=0 speed=3.73x
frame= 1486 fps= 89 q=20.0 size=N/A time=00:01:02.09 bitrate=N/A dup=1 drop=0 speed= 3.7x
frame= 1517 fps= 88 q=18.0 size=N/A time=00:01:03.46 bitrate=N/A dup=1 drop=0 speed=3.67x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478720.ts' for writing
frame= 1546 fps= 87 q=12.0 size=N/A time=00:01:04.59 bitrate=N/A dup=1 drop=0 speed=3.63x
frame= 1574 fps= 86 q=17.0 size=N/A time=00:01:05.76 bitrate=N/A dup=2 drop=0 speed=3.59x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478721.ts' for writing
frame= 1602 fps= 85 q=12.0 size=N/A time=00:01:06.93 bitrate=N/A dup=2 drop=0 speed=3.56x
frame= 1631 fps= 84 q=10.0 size=N/A time=00:01:08.13 bitrate=N/A dup=2 drop=0 speed=3.53x
frame= 1658 fps= 84 q=12.0 size=N/A time=00:01:09.26 bitrate=N/A dup=2 drop=0 speed= 3.5x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478722.ts' for writing
frame= 1676 fps= 82 q=38.0 size=N/A time=00:01:10.09 bitrate=N/A dup=2 drop=0 speed=3.45x
frame= 1703 fps= 82 q=29.0 size=N/A time=00:01:11.24 bitrate=N/A dup=2 drop=0 speed=3.42x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478723.ts' for writing
frame= 1736 fps= 81 q=12.0 size=N/A time=00:01:12.52 bitrate=N/A dup=3 drop=0 speed= 3.4x
frame= 1763 fps= 81 q=22.0 size=N/A time=00:01:13.78 bitrate=N/A dup=3 drop=0 speed=3.38x
frame= 1795 fps= 80 q=15.0 size=N/A time=00:01:14.98 bitrate=N/A dup=3 drop=0 speed=3.36x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478724.ts' for writing
frame= 1825 fps= 80 q=19.0 size=N/A time=00:01:16.32 bitrate=N/A dup=3 drop=0 speed=3.34x
frame= 1856 fps= 80 q=20.0 size=N/A time=00:01:17.51 bitrate=N/A dup=3 drop=0 speed=3.32x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478725.ts' for writing
frame= 1882 fps= 77 q=18.0 size=N/A time=00:01:18.69 bitrate=N/A dup=3 drop=0 speed=3.23x
frame= 1911 fps= 77 q=7.0 size=N/A time=00:01:19.82 bitrate=N/A dup=4 drop=0 speed=3.21x
frame= 1939 fps= 76 q=7.0 size=N/A time=00:01:20.99 bitrate=N/A dup=4 drop=0 speed=3.19x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478726.ts' for writing
frame= 1966 fps= 76 q=20.0 size=N/A time=00:01:22.14 bitrate=N/A dup=4 drop=0 speed=3.17x
frame= 1990 fps= 75 q=8.0 size=N/A time=00:01:23.34 bitrate=N/A dup=4 drop=0 speed=3.16x
frame= 2006 fps= 75 q=7.0 size=N/A time=00:01:23.77 bitrate=N/A dup=6 drop=0 speed=3.11x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478727.ts' for writing
frame= 2032 fps= 74 q=9.0 size=N/A time=00:01:25.02 bitrate=N/A dup=9 drop=0 speed= 3.1x
frame= 2056 fps= 74 q=27.0 size=N/A time=00:01:25.92 bitrate=N/A dup=9 drop=0 speed=3.08x
frame= 2078 fps= 73 q=23.0 size=N/A time=00:01:26.86 bitrate=N/A dup=9 drop=0 speed=3.06x
frame= 2079 fps= 71 q=23.0 size=N/A time=00:01:26.86 bitrate=N/A dup=9 drop=0 speed=2.98x
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478728.ts' for writing
[hls @ 000001e658158ec0] Opening 'C:\ProgramData\Jellyfin\Server\transcodes\4f16ae1628f10f871be013adbf35478729.ts' for writing
frame= 2097 fps= 71 q=26.0 Lsize=N/A time=00:01:27.69 bitrate=N/A dup=9 drop=0 speed=2.97x
video:99555kB audio:3844kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
[aac @ 000001e65811e840] Qavg: 45591.684`
Thanks again.
@nyanmisaka commented on GitHub (Sep 9, 2021):
I disabled the audio by using
-anfor video only testing.BTW you can type in
qto quit the transcoding job at any time.So it worked as expected. I will make this into a new PR in the future.
@54601 commented on GitHub (Sep 9, 2021):
thank you
@jellyfin-bot commented on GitHub (Mar 28, 2022):
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.