• 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 Hardware acceleration issues on Ubuntu 24.04 / AMD Radeon HD 7660D

     
    • 0 Vote(s) - 0 Average

    Hardware acceleration issues on Ubuntu 24.04 / AMD Radeon HD 7660D

    Hardware acceleration issues on Ubuntu 24.04 / AMD Radeon HD 7660D
    wimbly
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Nov
    Reputation: 0
    Country:United States
    #1
    1 hour ago
    Hi there,

    I've got a fresh Jellyfin install running on Ubuntu Server 24.04, with an AMD Radeon HD 7660D integrated graphics card. A number of files stream A-OK to my Roku, but some files refuse to play, getting stuck at 33% loading and eventually failing with "Error During Playback: There was an error retrieving the data for this item from the server." I've googled for answers for this for hours and haven't found anything, so please let me know if I can give any more information that'd be helpful.

    Attached is an image of my hardware transcoding settings, and here's a dump of system information:

    Code:
    # lspci | grep VGA
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7660D]
    # sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
    Trying display: drm
    libva info: VA-API version 1.22.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/r600_drv_video.so
    libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so
    libva info: Found init function __vaDriverInit_1_20
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 1.22 (libva 2.22.0)
    vainfo: Driver version: Mesa Gallium driver 25.0.7-0ubuntu0.24.04.2 for AMD ARUBA (DRM 2.50.0 / 6.8.0-88-generic, LLVM 20.1.2)
    vainfo: Supported profile and entrypoints
          VAProfileMPEG2Simple            : VAEntrypointVLD
          VAProfileMPEG2Main              : VAEntrypointVLD
          VAProfileVC1Simple              : VAEntrypointVLD
          VAProfileVC1Main                : VAEntrypointVLD
          VAProfileVC1Advanced            : VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointVLD
          VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
          VAProfileH264Main              : VAEntrypointVLD
          VAProfileH264Main              : VAEntrypointEncSlice
          VAProfileH264High              : VAEntrypointVLD
          VAProfileH264High              : VAEntrypointEncSlice
          VAProfileH264High10            : VAEntrypointVLD
          VAProfileH264High10            : VAEntrypointEncSlice
          VAProfileNone                  : VAEntrypointVideoProc
    # sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v debug -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr
    ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
      built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --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-libharfbuzz --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      59. 39.100 / 59. 39.100
      libavcodec    61. 19.101 / 61. 19.101
      libavformat    61.  7.100 / 61.  7.100
      libavdevice    61.  3.100 / 61.  3.100
      libavfilter    10.  4.100 / 10.  4.100
      libswscale      8.  3.100 /  8.  3.100
      libswresample  5.  3.100 /  5.  3.100
      libpostproc    58.  3.100 / 58.  3.100
    Splitting the commandline.
    Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
    Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'drm=dr:/dev/dri/renderD128'.
    Reading option '-init_hw_device' ... matched as option 'init_hw_device' (initialise hardware device) with argument 'vulkan@dr'.
    Finished splitting the commandline.
    Parsing a group of options: global .
    Applying option v (set logging level) with argument debug.
    Applying option init_hw_device (initialise hardware device) with argument drm=dr:/dev/dri/renderD128.
    [AVHWDeviceContext @ 0x567b63a57880] Opened DRM device /dev/dri/renderD128: driver radeon version 2.50.0.
    Applying option init_hw_device (initialise hardware device) with argument vulkan@dr.
    [AVHWDeviceContext @ 0x567b63a57a80] Supported layers:
    [AVHWDeviceContext @ 0x567b63a57a80] VK_LAYER_MESA_device_select
        Last message repeated 1 times
    [AVHWDeviceContext @ 0x567b63a57a80] VK_LAYER_MESA_overlay
    [AVHWDeviceContext @ 0x567b63a57a80] VK_LAYER_INTEL_nullhw
    [AVHWDeviceContext @ 0x567b63a57a80] VK_LAYER_MESA_overlay
    [AVHWDeviceContext @ 0x567b63a57a80] Using instance extension VK_KHR_portability_enumeration
    [AVHWDeviceContext @ 0x567b63a57a80] GPU listing:
    [AVHWDeviceContext @ 0x567b63a57a80]    0: llvmpipe (LLVM 20.1.2, 256 bits) (software) (0x0)
    [AVHWDeviceContext @ 0x567b63a57a80] Requested device: 0x9901
    [AVHWDeviceContext @ 0x567b63a57a80] Unable to find device with PCI ID 0x9901!
    Device creation failed: -22.
    Failed to set value 'vulkan@dr' for option 'init_hw_device': Invalid argument
    Error parsing global options: Invalid argument

    Clearly something's going wrong w/ vulkan, but googling these errors got me nowhere.

    And here's an example of a failed stream's transcoding log:
    Code:
    {"Protocol":0,"Id":"923bdfa85d2a7862232c14759c25e49a","Path":"REDACTED.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":117557162780,"Name":"REDACTED","IsRemote":false,"ETag":"74391017770b21734aecc0bd793e63e8","RunTimeTicks":141321710000,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":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":"eng","ColorRange":null,"ColorSpace":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","DvVersionMajor":1,"DvVersionMinor":0,"DvProfile":7,"DvLevel":6,"RpuPresentFlag":1,"ElPresentFlag":1,"BlPresentFlag":1,"DvBlSignalCompatibilityId":6,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":2,"VideoRangeType":8,"VideoDoViTitle":"Dolby Vision Profile 7.6 (HDR10)","AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"4K HEVC Dolby Vision Profile 7.6 (HDR10)","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":66547263,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":2160,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"ReferenceFrameRate":23.976025,"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":153,"IsAnamorphic":false},{"Codec":"dts","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Italian - DTS-HD MA - 6.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"6.1","BitRate":2559296,"BitDepth":16,"RefFrames":null,"PacketLength":null,"Channels":7,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"flac","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"English - FLAC - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"7.1","BitRate":1754639,"BitDepth":16,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"subrip","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"SDH","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"SDH - English - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Italian - 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,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Forced","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Forced - Italian - Default - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":70861198,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}
    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -f matroska  -i file:"REDACTED.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -codec:v:0 h264_amf -quality speed -rc cbr -qmin 0 -qmax 32 -b:v 10000000 -maxrate 10000000 -bufsize 20000000 -profile:v:0 high -level 42 -g:v:0 144 -keyint_min:v:0 144 -vf "setparams=color_primaries=bt2020:color_trc=smpte2084:colorspace=bt2020nc,scale=trunc(min(max(iw\,ih*a)\,1920)/2)*2:trunc(ow/a/2)*2,tonemapx=tonemap=bt2390:desat=0:peak=100:t=bt709:m=bt709:p=bt709:format=yuv420p,subtitles=f='/var/lib/jellyfin/data/subtitles/92/923bdfa8-5d2a-7862-232c-14759c25e49a/6.srt':fontsdir='/var/lib/jellyfin/data/attachments/92/923bdfa8-5d2a-7862-232c-14759c25e49a'" -start_at_zero -codec:a:0 ac3 -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/var/cache/jellyfin/transcodes/7a84a89e42d38cff588a51b5db022d4f%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/var/cache/jellyfin/transcodes/7a84a89e42d38cff588a51b5db022d4f.m3u8"
    ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
      built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --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-libharfbuzz --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      59. 39.100 / 59. 39.100
      libavcodec    61. 19.101 / 61. 19.101
      libavformat    61.  7.100 / 61.  7.100
      libavdevice    61.  3.100 / 61.  3.100
      libavfilter    10.  4.100 / 10.  4.100
      libswscale      8.  3.100 /  8.  3.100
      libswresample  5.  3.100 /  5.  3.100
      libpostproc    58.  3.100 / 58.  3.100
    [matroska,webm @ 0x7a0176abe000] Invalid Block Addition value 0x0 for unknown Block Addition Mapping type 68766345, name ""
    Input #0, matroska,webm, from 'file:REDACTED.mkv':
      Metadata:
        encoder        : libebml v1.4.5 + libmatroska v1.7.1
        creation_time  : 2024-03-10T02:48:12.000000Z
      Duration: 03:55:32.17, start: 0.000000, bitrate: 66547 kb/s
      Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn
          Metadata:
            BPS            : 62219884
            DURATION        : 03:55:32.134000000
            NUMBER_OF_FRAMES: 338832
            NUMBER_OF_BYTES : 109912467635
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          Side data:
            DOVI configuration record: version: 1.0, profile: 7, level: 6, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6, compression: 0
      Stream #0:1(ita): Audio: dts (dca) (DTS-HD MA), 48000 Hz, 6.1, s16p (default)
          Metadata:
            BPS            : 2559296
            DURATION        : 03:55:29.131000000
            NUMBER_OF_FRAMES: 1324605
            NUMBER_OF_BYTES : 4520079972
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:2(eng): Audio: flac, 48000 Hz, 7.1, s16
          Metadata:
            BPS            : 1754639
            DURATION        : 03:55:32.171000000
            NUMBER_OF_FRAMES: 147211
            NUMBER_OF_BYTES : 3099608163
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:3(eng): Subtitle: subrip (srt)
          Metadata:
            BPS            : 35
            DURATION        : 03:33:12.295000000
            NUMBER_OF_FRAMES: 1902
            NUMBER_OF_BYTES : 57311
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:4(eng): Subtitle: subrip (srt)
          Metadata:
            title          : SDH
            BPS            : 37
            DURATION        : 03:33:33.649000000
            NUMBER_OF_FRAMES: 2077
            NUMBER_OF_BYTES : 59999
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:5(ita): Subtitle: hdmv_pgs_subtitle (pgssub), 1920x1080
          Metadata:
            BPS            : 23742
            DURATION        : 03:33:33.608000000
            NUMBER_OF_FRAMES: 4384
            NUMBER_OF_BYTES : 38028358
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:6(ita): Subtitle: subrip (srt) (default)
          Metadata:
            title          : Forced
            BPS            : 0
            DURATION        : 03:43:17.190000000
            NUMBER_OF_FRAMES: 53
            NUMBER_OF_BYTES : 1414
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-10 02:48:12
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    [tonemapx @ 0x7a0176a41000] Using CPU capability: SSE4.2
    [Parsed_subtitles_3 @ 0x7a0176a80500] libass API version: 0x1704000
    [Parsed_subtitles_3 @ 0x7a0176a80500] libass source: commit: 0.17.4-0-gbbb3c7f1570a4a021e52683f3fbdf74fe492ae84
    [Parsed_subtitles_3 @ 0x7a0176a80500] Shaper: FriBidi 1.0.16 (SIMPLE) HarfBuzz-ng 10.4.0 (COMPLEX)
    [Parsed_subtitles_3 @ 0x7a0176a80500] Using font provider fontconfig
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_amf))
      Stream #0:1 -> #0:1 (dts (dca) -> ac3 (native))
    Press [q] to stop, [?] for help
    [hevc @ 0x7a0176adb780] Skipping NAL unit 63
        Last message repeated 16 times
    [hevc @ 0x7a0176adbe80] Skipping NAL unit 63
        Last message repeated 9 times
    [tonemapx @ 0x7a015743e000] Using CPU capability: SSE4.2
    [Parsed_subtitles_3 @ 0x7a0157427480] libass API version: 0x1704000
    [Parsed_subtitles_3 @ 0x7a0157427480] libass source: commit: 0.17.4-0-gbbb3c7f1570a4a021e52683f3fbdf74fe492ae84
    [Parsed_subtitles_3 @ 0x7a0157427480] Shaper: FriBidi 1.0.16 (SIMPLE) HarfBuzz-ng 10.4.0 (COMPLEX)
    [hevc @ 0x7a0176adc200] Skipping NAL unit 63
        Last message repeated 9 times
    [Parsed_subtitles_3 @ 0x7a0157427480] Using font provider fontconfig
    [hevc @ 0x7a0176adc580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7a0176adc900] Skipping NAL unit 63
        Last message repeated 9 times
    [Parsed_subtitles_3 @ 0x7a0157427480] fontselect: (Arial, 400, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf, 0, DejaVuSans
    [h264_amf @ 0x7a0176ac4980] DLL libamfrt64.so.1 failed to open
    [vost#0:0/h264_amf @ 0x7a0176b66000] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
    [vf#0:0 @ 0x7a0176a80a40] Error sending frames to consumers: Unknown error occurred
    [vf#0:0 @ 0x7a0176a80a40] Task finished with error code: -1313558101 (Unknown error occurred)
    [vf#0:0 @ 0x7a0176a80a40] Terminating thread with return code -1313558101 (Unknown error occurred)
    [hevc @ 0x7a0176adb780] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7a0176adc200] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7a0176adbe80] Skipping NAL unit 63
        Last message repeated 9 times
    [vost#0:0/h264_amf @ 0x7a0176b66000] Could not open encoder before EOF
    [vost#0:0/h264_amf @ 0x7a0176b66000] Task finished with error code: -22 (Invalid argument)
    [vost#0:0/h264_amf @ 0x7a0176b66000] Terminating thread with return code -22 (Invalid argument)
    [out#0/hls @ 0x7a0176a80c80] Nothing was written into output file, because at least one of its streams received no packets.
    frame=    0 fps=0.0 q=0.0 Lsize=      0KiB time=N/A bitrate=N/A speed=N/A   
    Conversion failed!


    Attached Files Thumbnail(s)
       
    wimbly
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2025 Nov
    Reputation: 0
    Country:United States
    #2
    46 minutes ago
    I switched to VA-API, but it playing the same file still fails:

    Code:
    {"Protocol":0,"Id":"076cc84745afc0887cfbb542b9ba6dc4","Path":"REDACTED.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":120021885133,"Name":"REDACTED.mkv","IsRemote":false,"ETag":"55a8035de03cdbc4fe0cb5f6c02a29e5","RunTimeTicks":136984000000,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"UseMostCompatibleTranscodingProfile":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":"bt2020nc","ColorTransfer":"smpte2084","ColorPrimaries":"bt2020","DvVersionMajor":1,"DvVersionMinor":0,"DvProfile":7,"DvLevel":6,"RpuPresentFlag":1,"ElPresentFlag":1,"BlPresentFlag":1,"DvBlSignalCompatibilityId":6,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":2,"VideoRangeType":8,"VideoDoViTitle":"Dolby Vision Profile 7.6 (HDR10)","AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"4K HEVC Dolby Vision Profile 7.6 (HDR10)","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":70093958,"BitDepth":10,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":2160,"Width":3840,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"ReferenceFrameRate":23.976025,"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":153,"IsAnamorphic":false},{"Codec":"flac","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"English - FLAC - 7.1","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"7.1","BitRate":1751950,"BitDepth":16,"RefFrames":null,"PacketLength":null,"Channels":8,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"ac3","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"Italian - Dolby Digital - 5.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"5.1","BitRate":448000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"subrip","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"SDH","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"SDH - English - Hearing Impaired - SUBRIP","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":true,"Height":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":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":"subrip","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Italian - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"ita","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Forced","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Forced - Italian - Default - SUBRIP","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":0,"Width":0,"AverageFrameRate":null,"RealFrameRate":null,"ReferenceFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":72293908,"FallbackMaxStreamingBitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null,"HasSegments":false}

    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -ss 00:00:06.000 -f matroska -init_hw_device vaapi=va:/dev/dri/renderD128 -filter_hw_device va -i file:"REDACTED.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:2 -codec:v:0 h264_vaapi -rc_mode VBR -b:v 10000000 -maxrate 10000000 -bufsize 20000000 -profile:v:0 high -sei -a53_cc -force_key_frames:0 "expr:gte(t,n_forced*6)" -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,1920)/2)*2:trunc(ow/a/2)*2,format=nv12,subtitles=f='/var/lib/jellyfin/data/subtitles/07/076cc847-45af-c088-7cfb-b542b9ba6dc4/6.srt':fontsdir='/var/lib/jellyfin/data/attachments/07/076cc847-45af-c088-7cfb-b542b9ba6dc4',hwupload_vaapi" -start_at_zero -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 1 -hls_segment_filename "/var/cache/jellyfin/transcodes/b9acb7a42f317e6df2732305ba1beac8%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/var/cache/jellyfin/transcodes/b9acb7a42f317e6df2732305ba1beac8.m3u8"


    ffmpeg version 7.1.2-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
      built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --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-libharfbuzz --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      59. 39.100 / 59. 39.100
      libavcodec     61. 19.101 / 61. 19.101
      libavformat    61.  7.100 / 61.  7.100
      libavdevice    61.  3.100 / 61.  3.100
      libavfilter    10.  4.100 / 10.  4.100
      libswscale      8.  3.100 /  8.  3.100
      libswresample   5.  3.100 /  5.  3.100
      libpostproc    58.  3.100 / 58.  3.100
    Input #0, matroska,webm, from 'file: REDACTED.mkv':
      Metadata:
        encoder         : libebml v1.4.5 + libmatroska v1.7.1
        creation_time   : 2024-03-07T08:42:52.000000Z
      Duration: 03:48:18.40, start: 0.000000, bitrate: 70093 kb/s
      Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
          Metadata:
            BPS             : 67944363
            DURATION        : 03:48:18.352000000
            NUMBER_OF_FRAMES: 328432
            NUMBER_OF_BYTES : 116340726284
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          Side data:
            DOVI configuration record: version: 1.0, profile: 7, level: 6, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6, compression: 0
      Stream #0:1(eng): Audio: flac, 48000 Hz, 7.1, s16
          Metadata:
            BPS             : 1751950
            DURATION        : 03:48:18.400000000
            NUMBER_OF_FRAMES: 142692
            NUMBER_OF_BYTES : 2999864890
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:2(ita): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
          Metadata:
            BPS             : 447998
            DURATION        : 03:21:02.317000000
            NUMBER_OF_FRAMES: 376946
            NUMBER_OF_BYTES : 675487232
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:3(eng): Subtitle: subrip (srt)
          Metadata:
            BPS             : 37
            DURATION        : 03:19:41.344000000
            NUMBER_OF_FRAMES: 1621
            NUMBER_OF_BYTES : 55841
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:4(eng): Subtitle: subrip (srt) (hearing impaired)
          Metadata:
            title           : SDH
            BPS             : 38
            DURATION        : 03:19:44.222000000
            NUMBER_OF_FRAMES: 1728
            NUMBER_OF_BYTES : 57920
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:5(ita): Subtitle: subrip (srt)
          Metadata:
            BPS             : 42
            DURATION        : 03:19:45.182000000
            NUMBER_OF_FRAMES: 1672
            NUMBER_OF_BYTES : 63407
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:6(ita): Subtitle: subrip (srt) (default)
          Metadata:
            title           : Forced
            BPS             : 0
            DURATION        : 02:52:02.997000000
            NUMBER_OF_FRAMES: 35
            NUMBER_OF_BYTES : 1143
            _STATISTICS_WRITING_APP: mkvmerge v82.0 ('I'm The President') 64-bit
            _STATISTICS_WRITING_DATE_UTC: 2024-03-07 08:42:52
            _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    [Parsed_subtitles_3 @ 0x7058aa281e80] libass API version: 0x1704000
    [Parsed_subtitles_3 @ 0x7058aa281e80] libass source: commit: 0.17.4-0-gbbb3c7f1570a4a021e52683f3fbdf74fe492ae84
    [Parsed_subtitles_3 @ 0x7058aa281e80] Shaper: FriBidi 1.0.16 (SIMPLE) HarfBuzz-ng 10.4.0 (COMPLEX)
    [Parsed_subtitles_3 @ 0x7058aa281e80] Using font provider fontconfig
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_vaapi))
      Stream #0:2 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] PPS changed between slices.
    [hevc @ 0x7058aa2eac80] Skipping invalid undecodable NALU: 8
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Multiple Dolby Vision RPUs found in one AU. Skipping previous.
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] PPS changed between slices.
    [hevc @ 0x70589d773000] Skipping invalid undecodable NALU: 8
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Multiple Dolby Vision RPUs found in one AU. Skipping previous.
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 16 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [Parsed_subtitles_3 @ 0x705896e183c0] libass API version: 0x1704000
    [Parsed_subtitles_3 @ 0x705896e183c0] libass source: commit: 0.17.4-0-gbbb3c7f1570a4a021e52683f3fbdf74fe492ae84
    [Parsed_subtitles_3 @ 0x705896e183c0] Shaper: FriBidi 1.0.16 (SIMPLE) HarfBuzz-ng 10.4.0 (COMPLEX)
    [hevc @ 0x70589d773700] Skipping NAL unit 63
        Last message repeated 9 times
    [Parsed_subtitles_3 @ 0x705896e183c0] Using font provider fontconfig
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773700] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773700] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 16 times
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773700] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [Parsed_subtitles_3 @ 0x705896e183c0] fontselect: (Arial, 400, 0) -> /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf, 0, DejaVuSans
    [h264_vaapi @ 0x7058aa2e8980] Failed to create encode pipeline context: 2 (resource allocation failed).
    [vost#0:0/h264_vaapi @ 0x70589d659000] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
    [vf#0:0 @ 0x7058aa281ac0] Error sending frames to consumers: Input/output error
    [vf#0:0 @ 0x7058aa281ac0] Task finished with error code: -5 (Input/output error)
    [vf#0:0 @ 0x7058aa281ac0] Terminating thread with return code -5 (Input/output error)
    [vost#0:0/h264_vaapi @ 0x70589d659000] Could not open encoder before EOF
    [vost#0:0/h264_vaapi @ 0x70589d659000] Task finished with error code: -22 (Invalid argument)
    [vost#0:0/h264_vaapi @ 0x70589d659000] Terminating thread with return code -22 (Invalid argument)
    [hevc @ 0x70589d773700] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2eac80] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x7058aa2ea580] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773000] Skipping NAL unit 63
        Last message repeated 9 times
    [hevc @ 0x70589d773380] Skipping NAL unit 63
        Last message repeated 9 times
    [out#0/hls @ 0x7058aa281880] Nothing was written into output file, because at least one of its streams received no packets.
    frame=    0 fps=0.0 q=0.0 Lsize=       0KiB time=N/A bitrate=N/A speed=N/A    
    Conversion failed!
    « Next Oldest | Next Newest »

    Users browsing this thread: 3 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