• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting GPU Docker Jellyfin not working

     
    • 0 Vote(s) - 0 Average

    GPU Docker Jellyfin not working

    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #1
    2024-09-19, 03:34 AM (This post was last modified: 2024-09-19, 03:36 AM by ginjaturtles.)
    Here is my docker compose:
    Code:
    jellyfin:
        image: lscr.io/linuxserver/${MEDIA_SERVICE}
        container_name: ${MEDIA_SERVICE}
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - VERSION=docker
          - NVIDIA_VISIBLE_DEVICES=all
          - NVIDIA_DRIVER_CAPABILITIES=all
        volumes:
          - ${MEDIA_DIRECTORY}/movies:/data/movies
          - ${MEDIA_DIRECTORY}/tvshows:/data/tvshows
          - ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: 1
                  capabilities: ["gpu", "utility"]
        ports:
          - 8096:8096
        restart: unless-stopped

    I installed nvidia toolkit container using this https://docs.nvidia.com/datacenter/cloud...guide.html and I'm able to run nvidia-smi with no issues. After running the compose I am alsi able to run docker exec jellyfin nvidia-smi and get back a response with no issues inside of the container:
    Code:
    Thu Sep 19 03:30:06 2024     
    +-----------------------------------------------------------------------------------------+
    | NVIDIA-SMI 550.107.02            Driver Version: 550.107.02    CUDA Version: N/A      |
    |-----------------------------------------+------------------------+----------------------+
    | GPU  Name                Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
    | Fan  Temp  Perf          Pwr:Usage/Cap |          Memory-Usage | GPU-Util  Compute M. |
    |                                        |                        |              MIG M. |
    |=========================================+========================+======================|
    |  0  NVIDIA GeForce GTX 980 Ti      Off |  00000000:01:00.0 Off |                  N/A |
    |  0%  56C    P8            35W /  275W |      2MiB /  6144MiB |      0%      Default |
    |                                        |                        |                  N/A |
    +-----------------------------------------+------------------------+----------------------+
                                                                                           
    +-----------------------------------------------------------------------------------------+
    | Processes:                                                                              |
    |  GPU  GI  CI        PID  Type  Process name                              GPU Memory |
    |        ID  ID                                                              Usage      |
    |=========================================================================================|
    |  No running processes found                                                            |
    +-----------------------------------------------------------------------------------------+

    When trying to play a episode from a show I keep getting a transcoding error with the message:
    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -i file:"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E01 - No Más Bluray-1080p.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_nvenc -preset p1 -b:v 19051125 -maxrate 19051125 -bufsize 38102250 -profile:v:0 high -g:v:0 72 -keyint_min:v:0 72 -filter_complex "[0:3]scale=-1:1080:fast_bilinear,scale,crop,pad=max(1920\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=1920:1080[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1920\,1080*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1920/a\,1080))/2)*2,format=yuv420p[main];[main][sub]overlay=eof_action=pass:repeatlast=0" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "e26a6306ba622f193ae59116a0688317-1.mp4" -start_number 0 -hls_segment_filename "/config/cache/transcodes/e26a6306ba622f193ae59116a0688317%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/config/cache/transcodes/e26a6306ba622f193ae59116a0688317.m3u8"


    ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      58.  2.100 / 58.  2.100
      libavcodec    60.  3.100 / 60.  3.100
      libavformat    60.  3.100 / 60.  3.100
      libavdevice    60.  1.100 / 60.  1.100
      libavfilter    9.  3.100 /  9.  3.100
      libswscale      7.  1.100 /  7.  1.100
      libswresample  4. 10.100 /  4. 10.100
      libpostproc    57.  1.100 / 57.  1.100
    [AVHWDeviceContext @ 0x5c7eb42e0300] Cannot load libcuda.so.1
    [AVHWDeviceContext @ 0x5c7eb42e0300] Could not dynamically load CUDA
    Device creation failed: -1.
    Failed to set value 'cuda=cu:0' for option 'init_hw_device': Operation not permitted
    Error parsing global options: Operation not permitted

    I'm using Ubuntu Server Ubuntu 24.04.1 LTS with Docker. I have an old GTX 980TI in my home server. Any ideas? Can't figure out what I am missing

    I also tried using intel quick sync since I have an i7-7700k in this home server but I had no luck there either. The whole reason I went down this rabbit hole is when using jellyfin from firefox and watching certain shows, my CPU usage would spike to 100% from ffmpeg in jellyfin doing the transcoding
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #2
    2024-09-19, 03:59 AM (This post was last modified: 2024-09-19, 04:00 AM by ginjaturtles. Edited 1 time in total.)
    I got it working using this:

    Code:
    jellyfin:
        image: lscr.io/linuxserver/${MEDIA_SERVICE}
        container_name: ${MEDIA_SERVICE}
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - VERSION=docker
          - NVIDIA_VISIBLE_DEVICES=all
          - NVIDIA_DRIVER_CAPABILITIES=all
        volumes:
          - ${MEDIA_DIRECTORY}/movies:/data/movies
          - ${MEDIA_DIRECTORY}/tvshows:/data/tvshows
          - ${INSTALL_DIRECTORY}/config/${MEDIA_SERVICE}:/config
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - capabilities: [gpu]
        ports:
          - 8096:8096
        restart: unless-stopped

    However my cpu is still spking to 90% usage and I now see the GPU being utilized. Any ideas on what would be causing such high CPU usage or ways to debug that?
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #3
    2024-09-19, 04:05 AM
    Tried doing Enable [Dashboard->Playback->Throttle Transcodes] and that did not change

    When I do a "top" command to see my system usage ffmpeg is using the culprit for using 90% of my cpu
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #4
    2024-09-19, 04:16 AM (This post was last modified: 2024-09-19, 04:29 AM by ginjaturtles. Edited 2 times in total.)
    Upon further investigation according to this thread https://github.com/jellyfin/jellyfin/issues/7216

    I guess the high cpu usage is expected if trying to stream over a browser? And its preferred to use a jellyfin local windows client?

    I confirmed this by installing jellyfin windows player and streaming the video. The server did not go over 5% CPU usage.

    Also after further digging too, it seems like after I let the video play for a few minutes (in browser client), CPU usage drops back down (I guess is just transcodes most of the video in the beginning?)

    I also notice if I change the subtitles language, the CPU spikes back up to 90% again
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-09-19, 01:19 PM (This post was last modified: 2024-09-19, 01:19 PM by TheDreadPirate.)
    We'd need to see the ffmpeg log to see why the CPU is spiking. Audio will always transcode on the CPU. As will subtitle burn-in.

    Also, if the codec of the video is not supported by the GPU for DECODING, then the CPU will decode the video while the GPU will encode the output.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #6
    2024-09-19, 11:56 PM
    This is the regular jellyfin logs

    Code:
    [2024-09-19 23:50:28.294 +00:00] [INF] [76] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
    [2024-09-19 23:50:28.294 +00:00] [INF] [76] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-dump_attachment:t \"\" -y  -i file:\"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv\" -t 0 -f null null"
    [2024-09-19 23:50:28.375 +00:00] [INF] [61] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg attachment extraction completed for "file:\"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv\"" to "/config/cache/attachments/d269b412b41e21f3568d1c07687a0705"
    [2024-09-19 23:50:28.375 +00:00] [INF] [61] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -canvas_size 1920x1080 -i file:\"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_nvenc -preset p1 -b:v 22967220 -maxrate 22967220 -bufsize 45934440 -profile:v:0 high -g:v:0 72 -keyint_min:v:0 72 -filter_complex \"[0:4]scale=-1:1080:fast_bilinear,scale,crop,pad=max(1920\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=1920:1080[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1920\,1080*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1920/a\,1080))/2)*2,format=yuv420p[main];[main][sub]overlay=eof_action=pass:repeatlast=0\" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"79638b5dd06e47b8a2a79f7241dce40c-1.mp4\" -start_number 0 -hls_segment_filename \"/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c.m3u8\""
    [2024-09-19 23:50:30.972 +00:00] [INF] [10] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.11" playing "Sunset". Stopped at "2793518" ms


    This is the ffmpeg logs:
    Code:
    {"Protocol":0,"Id":"d269b412b41e21f3568d1c07687a0705","Path":"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":4881159265,"Name":"Breaking Bad - S03E07 - One Minute Bluray-1080p","IsRemote":false,"ETag":"c9c1a1ae462d7fd87a67c00324ea4dcb","RunTimeTicks":28336960000,"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,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":13780332,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.809525,"RealFrameRate":23.809525,"Profile":"Main 10","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p10le","Level":120,"IsAnamorphic":false},{"Codec":"dts","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"DTS-HD MA 5.1","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"DTS-HD MA 5.1 - English - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"5.1","BitRate":1791482,"BitDepth":16,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"DTS-HD MA","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":"ac3","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"AC3 2.0 Commentary","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"AC3 2.0 Commentary - English - Dolby Digital - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":192000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"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":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"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":"PGSSUB","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - Default - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"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":"ara","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Arabic - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"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":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Fre - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"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":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Fre - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"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":"PGSSUB","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Ger - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":8,"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,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Ger - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":9,"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":"tur","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Turkish - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":10,"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":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":11,"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":"fre","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Fre - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":12,"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,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Ger - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":13,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":15763814,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device cuda=cu:0 -filter_hw_device cu -noautorotate -canvas_size 1920x1080 -i file:"/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_nvenc -preset p1 -b:v 22967220 -maxrate 22967220 -bufsize 45934440 -profile:v:0 high -g:v:0 72 -keyint_min:v:0 72 -filter_complex "[0:4]scale=-1:1080:fast_bilinear,scale,crop,pad=max(1920\,iw):max(1080\,ih):(ow-iw)/2:(oh-ih)/2:black@0,crop=1920:1080[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(1920\,1080*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(1920/a\,1080))/2)*2,format=yuv420p[main];[main][sub]overlay=eof_action=pass:repeatlast=0" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "79638b5dd06e47b8a2a79f7241dce40c-1.mp4" -start_number 0 -hls_segment_filename "/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c.m3u8"


    ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
      built with gcc 13 (Ubuntu 13.2.0-23ubuntu4)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      58.  2.100 / 58.  2.100
      libavcodec    60.  3.100 / 60.  3.100
      libavformat    60.  3.100 / 60.  3.100
      libavdevice    60.  1.100 / 60.  1.100
      libavfilter    9.  3.100 /  9.  3.100
      libswscale      7.  1.100 /  7.  1.100
      libswresample  4. 10.100 /  4. 10.100
      libpostproc    57.  1.100 / 57.  1.100
    Input #0, matroska,webm, from 'file:/data/tvshows/Breaking Bad/Season 3/Breaking Bad - S03E07 - One Minute Bluray-1080p.mkv':
      Metadata:
        title          : Breaking Bad: Season 3: Disc 2
        encoder        : libebml v1.4.2 + libmatroska v1.6.4
        creation_time  : 2023-06-29T11:08:42.000000Z
      Duration: 00:47:13.70, start: 0.000000, bitrate: 13780 kb/s
      Chapters:
        Chapter #0:0: start 0.000000, end 240.114875
          Metadata:
            title          : Chapter 01
        Chapter #0:1: start 240.114875, end 791.582458
          Metadata:
            title          : Chapter 02
        Chapter #0:2: start 791.582458, end 1523.939083
          Metadata:
            title          : Chapter 03
        Chapter #0:3: start 1523.939083, end 2291.914625
          Metadata:
            title          : Chapter 04
        Chapter #0:4: start 2291.914625, end 2789.787000
          Metadata:
            title          : Chapter 05
        Chapter #0:5: start 2789.787000, end 2832.037542
          Metadata:
            title          : Chapter 06
        Chapter #0:6: start 2832.037542, end 2833.664167
          Metadata:
            title          : Chapter 07
      Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv), 1920x1080, SAR 1:1 DAR 16:9, 23.81 fps, 23.81 tbr, 1k tbn (default)
        Metadata:
          BPS            : 11664992
          DURATION        : 00:47:13.664000000
          NUMBER_OF_FRAMES: 67940
          NUMBER_OF_BYTES : 4131833534
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16p (default)
        Metadata:
          title          : DTS-HD MA 5.1
          BPS            : 1791482
          DURATION        : 00:47:12.459000000
          NUMBER_OF_FRAMES: 265543
          NUMBER_OF_BYTES : 634287556
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:2(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
        Metadata:
          title          : AC3 2.0 Commentary
          BPS            : 192000
          DURATION        : 00:47:13.696000000
          NUMBER_OF_FRAMES: 88553
          NUMBER_OF_BYTES : 68008704
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 24571
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 950
          NUMBER_OF_BYTES : 8251250
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:4(eng): Subtitle: hdmv_pgs_subtitle, 1920x1080 (default)
        Metadata:
          BPS            : 1272
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 56
          NUMBER_OF_BYTES : 427275
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:5(ara): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 14791
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 956
          NUMBER_OF_BYTES : 4966916
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:6(fre): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 23017
          DURATION        : 00:46:37.482000000
          NUMBER_OF_FRAMES: 952
          NUMBER_OF_BYTES : 8049041
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:7(fre): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 1423
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 58
          NUMBER_OF_BYTES : 478127
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:8(ger): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 27727
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 954
          NUMBER_OF_BYTES : 9311034
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:9(ger): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 1603
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 58
          NUMBER_OF_BYTES : 538559
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:10(tur): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 24512
          DURATION        : 00:44:46.413000000
          NUMBER_OF_FRAMES: 956
          NUMBER_OF_BYTES : 8231412
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:11(eng): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 69836
          DURATION        : 00:47:01.256000000
          NUMBER_OF_FRAMES: 1932
          NUMBER_OF_BYTES : 24628411
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:12(fre): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 46583
          DURATION        : 00:47:01.256000000
          NUMBER_OF_FRAMES: 1854
          NUMBER_OF_BYTES : 16427869
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:13(ger): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          BPS            : 64286
          DURATION        : 00:47:01.256000000
          NUMBER_OF_FRAMES: 1932
          NUMBER_OF_BYTES : 22670951
          _STATISTICS_WRITING_APP: mkvmerge v67.0.0 ('Under Stars') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2023-06-29 11:08:42
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream mapping:
      Stream #0:0 (hevc) -> setparams:default (graph 0)
      Stream #0:4 (pgssub) -> scale:default (graph 0)
      overlay:default (graph 0) -> Stream #0:0 (h264_nvenc)
      Stream #0:1 -> #0:1 (dts (dca) -> aac (libfdk_aac))
    Press [q] to stop, [?] for help
    [matroska,webm @ 0x63fc0421e3c0] sub2video: using 1920x1080 canvas
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c-1.mp4' for writing
    Output #0, hls, to '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c.m3u8':
      Metadata:
        encoder        : Lavf60.3.100
      Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 22967 kb/s, 23.81 fps, 16k tbn
        Metadata:
          encoder        : Lavc60.3.100 h264_nvenc
        Side data:
          cpb: bitrate max/min/avg: 22967220/0/22967220 buffer size: 45934440 vbv_delay: N/A
      Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 256 kb/s (default)
        Metadata:
          encoder        : Lavc60.3.100 libfdk_aac
    frame=    0 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=  0x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c0.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 145392 is out of range
    frame=  109 fps=0.0 q=9.0 size=N/A time=00:00:04.35 bitrate=N/A speed=7.86x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c1.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 290784 is out of range
    frame=  199 fps=189 q=13.0 size=N/A time=00:00:08.14 bitrate=N/A speed=7.73x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c2.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 436224 is out of range
    frame=  284 fps=182 q=11.0 size=N/A time=00:00:11.58 bitrate=N/A speed=7.42x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c3.mp4' for writing
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c4.mp4' for writing
    frame=  361 fps=175 q=14.0 size=N/A time=00:00:14.97 bitrate=N/A dup=0 drop=1 speed=7.27x   
    [mp4 @ 0x63fc0934f700] Packet duration: -40 / dts: 726000 is out of range
    frame=  431 fps=168 q=16.0 size=N/A time=00:00:17.77 bitrate=N/A dup=0 drop=1 speed=6.92x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c5.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 871392 is out of range
    frame=  488 fps=158 q=19.0 size=N/A time=00:00:20.18 bitrate=N/A dup=0 drop=2 speed=6.55x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c6.mp4' for writing
    frame=  547 fps=152 q=20.0 size=N/A time=00:00:22.63 bitrate=N/A dup=0 drop=2 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c7.mp4' for writing
    frame=  621 fps=151 q=15.0 size=N/A time=00:00:25.89 bitrate=N/A dup=0 drop=3 speed=6.32x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c8.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 1306608 is out of range
    frame=  696 fps=151 q=15.0 size=N/A time=00:00:29.03 bitrate=N/A dup=0 drop=3 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c9.mp4' for writing
    frame=  778 fps=152 q=13.0 size=N/A time=00:00:32.42 bitrate=N/A dup=0 drop=4 speed=6.34x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c10.mp4' for writing
    frame=  862 fps=153 q=14.0 size=N/A time=00:00:35.90 bitrate=N/A dup=0 drop=4 speed=6.39x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c11.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 1742784 is out of range
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c12.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 1887168 is out of range
    frame=  940 fps=154 q=14.0 size=N/A time=00:00:39.29 bitrate=N/A dup=0 drop=5 speed=6.42x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c13.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 2032632 is out of range
    frame= 1022 fps=154 q=14.0 size=N/A time=00:00:42.79 bitrate=N/A dup=0 drop=6 speed=6.45x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c14.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 2178048 is out of range
    frame= 1107 fps=155 q=14.0 size=N/A time=00:00:46.33 bitrate=N/A dup=0 drop=6 speed=6.49x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c15.mp4' for writing
    frame= 1173 fps=153 q=22.0 size=N/A time=00:00:49.00 bitrate=N/A dup=0 drop=7 speed=6.41x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c16.mp4' for writing
    frame= 1243 fps=152 q=19.0 size=N/A time=00:00:51.88 bitrate=N/A dup=0 drop=7 speed=6.37x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c17.mp4' for writing
    frame= 1307 fps=151 q=21.0 size=N/A time=00:00:54.69 bitrate=N/A dup=0 drop=8 speed=6.32x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c18.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 2758632 is out of range
    frame= 1381 fps=151 q=15.0 size=N/A time=00:00:57.72 bitrate=N/A dup=0 drop=8 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c19.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 2904024 is out of range
    frame= 1458 fps=151 q=16.0 size=N/A time=00:01:00.92 bitrate=N/A dup=0 drop=9 speed=6.31x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c20.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 3048432 is out of range
    frame= 1533 fps=151 q=15.0 size=N/A time=00:01:04.08 bitrate=N/A dup=0 drop=9 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c21.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 3193824 is out of range
    frame= 1597 fps=150 q=23.0 size=N/A time=00:01:06.83 bitrate=N/A dup=0 drop=10 speed=6.26x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c22.mp4' for writing
    frame= 1669 fps=149 q=18.0 size=N/A time=00:01:09.80 bitrate=N/A dup=0 drop=10 speed=6.24x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c23.mp4' for writing
    frame= 1754 fps=150 q=14.0 size=N/A time=00:01:13.38 bitrate=N/A dup=0 drop=11 speed=6.28x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c24.mp4' for writing
    frame= 1837 fps=151 q=15.0 size=N/A time=00:01:16.99 bitrate=N/A dup=0 drop=11 speed=6.32x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c25.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 3774432 is out of range
    frame= 1912 fps=151 q=16.0 size=N/A time=00:01:20.06 bitrate=N/A dup=0 drop=12 speed=6.31x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c26.mp4' for writing
    frame= 1986 fps=150 q=17.0 size=N/A time=00:01:23.11 bitrate=N/A dup=0 drop=12 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c27.mp4' for writing
    frame= 2060 fps=150 q=17.0 size=N/A time=00:01:26.20 bitrate=N/A dup=0 drop=13 speed=6.29x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c28.mp4' for writing
    frame= 2140 fps=151 q=15.0 size=N/A time=00:01:29.57 bitrate=N/A dup=0 drop=13 speed=6.31x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c29.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 4355064 is out of range
    frame= 2215 fps=151 q=16.0 size=N/A time=00:01:32.82 bitrate=N/A dup=0 drop=14 speed=6.31x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c30.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 4500480 is out of range
    frame= 2289 fps=151 q=16.0 size=N/A time=00:01:35.78 bitrate=N/A dup=0 drop=14 speed= 6.3x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c31.mp4' for writing
    frame= 2360 fps=150 q=15.0 size=N/A time=00:01:38.92 bitrate=N/A dup=0 drop=15 speed=6.29x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c32.mp4' for writing
    frame= 2420 fps=149 q=15.0 size=N/A time=00:01:41.31 bitrate=N/A dup=0 drop=15 speed=6.24x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c33.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 4935648 is out of range
    frame= 2475 fps=148 q=22.0 size=N/A time=00:01:43.68 bitrate=N/A dup=0 drop=16 speed= 6.2x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c34.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 5081040 is out of range
    frame= 2527 fps=147 q=22.0 size=N/A time=00:01:45.94 bitrate=N/A dup=0 drop=16 speed=6.15x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c35.mp4' for writing
    frame= 2601 fps=147 q=17.0 size=N/A time=00:01:49.09 bitrate=N/A dup=0 drop=17 speed=6.15x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c36.mp4' for writing
    frame= 2670 fps=146 q=15.0 size=N/A time=00:01:51.91 bitrate=N/A dup=0 drop=17 speed=6.14x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c37.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 5516280 is out of range
    frame= 2741 fps=146 q=16.0 size=N/A time=00:01:54.79 bitrate=N/A dup=0 drop=18 speed=6.13x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c38.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 5661672 is out of range
    frame= 2815 fps=146 q=15.0 size=N/A time=00:01:58.10 bitrate=N/A dup=0 drop=18 speed=6.14x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c39.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 5807040 is out of range
    frame= 2893 fps=147 q=15.0 size=N/A time=00:02:01.36 bitrate=N/A dup=0 drop=19 speed=6.15x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c40.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 5951448 is out of range
    frame= 2962 fps=146 q=21.0 size=N/A time=00:02:04.11 bitrate=N/A dup=0 drop=19 speed=6.13x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c41.mp4' for writing
    frame= 3028 fps=146 q=17.0 size=N/A time=00:02:06.97 bitrate=N/A dup=0 drop=20 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c42.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 6242304 is out of range
    frame= 3101 fps=146 q=16.0 size=N/A time=00:02:09.91 bitrate=N/A dup=0 drop=20 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c43.mp4' for writing
    frame= 3174 fps=146 q=22.0 size=N/A time=00:02:13.07 bitrate=N/A dup=0 drop=21 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c44.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 6532080 is out of range
    frame= 3249 fps=146 q=16.0 size=N/A time=00:02:16.12 bitrate=N/A dup=0 drop=21 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c45.mp4' for writing
    frame= 3322 fps=146 q=16.0 size=N/A time=00:02:19.22 bitrate=N/A dup=0 drop=22 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c46.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 6822864 is out of range
    frame= 3393 fps=146 q=19.0 size=N/A time=00:02:22.18 bitrate=N/A dup=0 drop=22 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c47.mp4' for writing
    frame= 3468 fps=146 q=18.0 size=N/A time=00:02:25.36 bitrate=N/A dup=0 drop=23 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c48.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 7112688 is out of range
    frame= 3545 fps=146 q=15.0 size=N/A time=00:02:28.58 bitrate=N/A dup=0 drop=23 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c49.mp4' for writing
    frame= 3619 fps=146 q=15.0 size=N/A time=00:02:31.76 bitrate=N/A dup=0 drop=24 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c50.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 7403496 is out of range
    frame= 3690 fps=146 q=18.0 size=N/A time=00:02:34.68 bitrate=N/A dup=0 drop=24 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c51.mp4' for writing
    frame= 3760 fps=146 q=20.0 size=N/A time=00:02:37.58 bitrate=N/A dup=0 drop=25 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c52.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 7693296 is out of range
    frame= 3833 fps=146 q=17.0 size=N/A time=00:02:40.63 bitrate=N/A dup=0 drop=25 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c53.mp4' for writing
    frame= 3905 fps=146 q=17.0 size=N/A time=00:02:43.77 bitrate=N/A dup=0 drop=26 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c54.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 7984104 is out of range
    frame= 3977 fps=146 q=17.0 size=N/A time=00:02:46.69 bitrate=N/A dup=0 drop=26 speed= 6.1x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c55.mp4' for writing
    frame= 4055 fps=146 q=12.0 size=N/A time=00:02:49.98 bitrate=N/A dup=0 drop=27 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c56.mp4' for writing
    frame= 4137 fps=146 q=12.0 size=N/A time=00:02:53.65 bitrate=N/A dup=0 drop=27 speed=6.13x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c57.mp4' for writing
    frame= 4209 fps=146 q=20.0 size=N/A time=00:02:56.61 bitrate=N/A dup=0 drop=28 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c58.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 8564712 is out of range
    frame= 4272 fps=146 q=20.0 size=N/A time=00:02:59.05 bitrate=N/A dup=0 drop=28 speed= 6.1x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c59.mp4' for writing
    frame= 4333 fps=145 q=20.0 size=N/A time=00:03:01.67 bitrate=N/A dup=0 drop=29 speed=6.09x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c60.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 8854512 is out of range
    frame= 4400 fps=145 q=16.0 size=N/A time=00:03:04.68 bitrate=N/A dup=0 drop=29 speed=6.09x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c61.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 8999904 is out of range
    frame= 4481 fps=145 q=15.0 size=N/A time=00:03:07.86 bitrate=N/A dup=0 drop=30 speed=6.09x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c62.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 9145344 is out of range
    frame= 4557 fps=145 q=14.0 size=N/A time=00:03:11.12 bitrate=N/A dup=0 drop=30 speed= 6.1x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c63.mp4' for writing
    frame= 4637 fps=146 q=14.0 size=N/A time=00:03:14.45 bitrate=N/A dup=0 drop=31 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c64.mp4' for writing
    frame= 4713 fps=146 q=14.0 size=N/A time=00:03:17.65 bitrate=N/A dup=0 drop=31 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c65.mp4' for writing
    frame= 4786 fps=146 q=15.0 size=N/A time=00:03:20.78 bitrate=N/A dup=0 drop=32 speed=6.11x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c66.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 9725952 is out of range
    frame= 4867 fps=146 q=12.0 size=N/A time=00:03:24.09 bitrate=N/A dup=0 drop=32 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c67.mp4' for writing
    frame= 4944 fps=146 q=14.0 size=N/A time=00:03:27.33 bitrate=N/A dup=0 drop=33 speed=6.12x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c68.mp4' for writing
    [mp4 @ 0x63fc0934f700] Packet duration: -16 / dts: 10015728 is out of range
    frame= 5021 fps=146 q=13.0 size=N/A time=00:03:30.77 bitrate=N/A dup=0 drop=33 speed=6.13x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c69.mp4' for writing
    frame= 5093 fps=146 q=13.0 size=N/A time=00:03:33.67 bitrate=N/A dup=0 drop=34 speed=6.13x   
    [hls @ 0x63fc077650c0] Opening '/config/cache/transcodes/79638b5dd06e47b8a2a79f7241dce40c70.mp4' for writing

    Transcoding is paused. Press [u] to resume.


    Isn't there a table somewhere that shows which formats of decoding and encoding are supported for the version of GPU you have? In my situation does it make more sense to set up quick sync since I have an i7 7700k?
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #7
    2024-09-20, 12:06 AM (This post was last modified: 2024-09-20, 12:08 AM by ginjaturtles.)
    This is what I have my acceleration settings set to in jellyfin
    https://imgur.com/a/29mgL1E
    And according to this table filtering by 980TI https://developer.nvidia.com/video-encod...matrix-new
    It does not support HEVC 10bit but supports other formats. I'm not sure though, maybe it makes more sense to set up quick sync with the i7 7700k since this GPU is quite old?
    Thanks for taking time to help me out!! @TheDreadPirate

    I plan on using the GPU in more home server for other things so I'm not too bummed about it not doing as much encoding as I thought
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-09-20, 02:54 AM (This post was last modified: 2024-09-20, 02:54 AM by TheDreadPirate.)
    You are transcoding audio and burning in subtitles, as I suspected.

    Code:
    Stream mapping:
      Stream #0:0 (hevc) -> setparams:default (graph 0)
      Stream #0:4 (pgssub) -> scale:default (graph 0)
      overlay:default (graph 0) -> Stream #0:0 (h264_nvenc)
      Stream #0:1 -> #0:1 (dts (dca) -> aac (libfdk_aac))

    Both of those tasks still happen on the CPU. But the video encoding is happening on the GPU. Denoted by "h264_nvenc".
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ginjaturtles
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #9
    2024-09-20, 05:38 AM
    Upon further digging I enabled quick sync in my BIOS, there was a "Multi-Monitor" mode that had to be flagged on to have both my CPU and GPU graphics enabled

    I did the following after enabled in BIOS:
    • Code:
      lspci | grep VGA
      but the integrated gpu didn't show up
    • So then I  did
      Code:
      sudo lspci -v
      and was able to see the intel display graphics in there
    • Then I
      Code:
      ls -l /dev/dri
      to see the render nodes
    • Then I did
      Code:
      cat /sys/class/drm/renderD128/device/uevent
      and
      Code:
      cat /sys/class/drm/renderD129/device/uevent
      to determine which one was the intel gpu

    then I modified my docker compose to include
    Code:
        
    devices:
    - /dev/dri/renderD128:/dev/dri/renderD128

    And then set the transcoding settings to be quick sync in jellyfin and now CPU usage barely goes over 20% when streaming in browser with a HVEC 10bit video so I think I'm good to go unless you have any other pointers based on seeing those logs
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode