[Solved] Transcoding issues in LXC - nocturno - 2025-10-29
Inside the LXC
Code: root@jellyfin:/# /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/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
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 for AMD Radeon 680M (radeonsi, rembrandt, ACO, DRM 3.61, 6.14.11-4-pve)
vainfo: Supported profile and entrypoints
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointEncSlice
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
Code: root@jellyfin:/# /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 @ 0x6480ad4da880] Opened DRM device /dev/dri/renderD128: driver amdgpu version 3.61.0.
Applying option init_hw_device (initialise hardware device) with argument vulkan@dr.
[AVHWDeviceContext @ 0x6480ad4daa80] Supported layers:
[AVHWDeviceContext @ 0x6480ad4daa80] VK_LAYER_MESA_device_select
[AVHWDeviceContext @ 0x6480ad4daa80] VK_LAYER_MESA_overlay
[AVHWDeviceContext @ 0x6480ad4daa80] Using instance extension VK_KHR_portability_enumeration
[AVHWDeviceContext @ 0x6480ad4daa80] GPU listing:
[AVHWDeviceContext @ 0x6480ad4daa80] 0: AMD Radeon 680M (RADV REMBRANDT) (integrated) (0x1681)
[AVHWDeviceContext @ 0x6480ad4daa80] Requested device: 0x1681
[AVHWDeviceContext @ 0x6480ad4daa80] Device 0 selected: AMD Radeon 680M (RADV REMBRANDT) (integrated) (0x1681)
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_push_descriptor
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_descriptor_buffer
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_physical_device_drm
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_shader_atomic_float
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_shader_object
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_maintenance1
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_external_memory_fd
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_external_memory_dma_buf
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_image_drm_format_modifier
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_external_semaphore_fd
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_EXT_external_memory_host
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_queue
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_encode_queue
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_decode_queue
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_encode_h264
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_decode_h264
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_encode_h265
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_decode_h265
[AVHWDeviceContext @ 0x6480ad4daa80] Using device extension VK_KHR_video_decode_av1
[AVHWDeviceContext @ 0x6480ad4daa80] Queue families:
[AVHWDeviceContext @ 0x6480ad4daa80] 0: graphics compute transfer (queues: 1)
[AVHWDeviceContext @ 0x6480ad4daa80] 1: compute transfer (queues: 4)
[AVHWDeviceContext @ 0x6480ad4daa80] 2: decode (queues: 1)
[AVHWDeviceContext @ 0x6480ad4daa80] 3: encode (queues: 1)
[AVHWDeviceContext @ 0x6480ad4daa80] 4: sparse (queues: 1)
[AVHWDeviceContext @ 0x6480ad4daa80] Using device: AMD Radeon 680M (RADV REMBRANDT)
[AVHWDeviceContext @ 0x6480ad4daa80] Alignments:
[AVHWDeviceContext @ 0x6480ad4daa80] optimalBufferCopyRowPitchAlignment: 1
[AVHWDeviceContext @ 0x6480ad4daa80] minMemoryMapAlignment: 4096
[AVHWDeviceContext @ 0x6480ad4daa80] nonCoherentAtomSize: 64
[AVHWDeviceContext @ 0x6480ad4daa80] minImportedHostPointerAlignment: 4096
[AVHWDeviceContext @ 0x6480ad4daa80] Using queue family 0 (queues: 1) for graphics
[AVHWDeviceContext @ 0x6480ad4daa80] Using queue family 1 (queues: 4) for compute transfers
[AVHWDeviceContext @ 0x6480ad4daa80] Using queue family 2 (queues: 1) for decode
[AVHWDeviceContext @ 0x6480ad4daa80] Using queue family 3 (queues: 1) for encode
Successfully parsed a group of options.
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
Use -h to get full help or, even better, run 'man ffmpeg'
Jellyfin transcode configuration
FFmpeg log
Code: root@jellyfin:/var/log/jellyfin# cat FFmpeg.Transcode-2025-10-29_17-55-09_ba7d4817da62017017bf5d74cc162da5_43ef9625.log
{"Protocol":0,"Id":"ba7d4817da62017017bf5d74cc162da5","Path":"/arr_share/media/tv/Resident Alien/Season 2/Resident.Alien.S02E01.1080p.BluRay.Remux.DTS-HD.MA.5.1.H.264-BTN.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":10057181938,"Name":"Resident.Alien.S02E01.1080p.BluRay.Remux.DTS-HD.MA.5.1.H.264-BTN","IsRemote":false,"ETag":"a2ce7531349c7dec433851780c0918eb","RunTimeTicks":27721450000,"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":"h264","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":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p H264 SDR","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"ChannelLayout":null,"BitRate":29023537,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"ReferenceFrameRate":23.976025,"Profile":"High","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":41,"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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"DTS-HD Master Audio 5.1","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Default","LocalizedForced":null,"LocalizedExternal":"External","LocalizedHearingImpaired":null,"DisplayTitle":"DTS-HD Master Audio 5.1 - English - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"5.1","BitRate":3623353,"BitDepth":24,"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":"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":"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,"Rotation":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"English PGS SDH","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English PGS SDH - 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":2,"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":"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":"English Text","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English Text - 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":"English Text SDH","Hdr10PlusPresentFlag":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English Text SDH - 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}],"MediaAttachments":[],"Formats":[],"Bitrate":32646890,"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 -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/arr_share/media/tv/Resident Alien/Season 2/Resident.Alien.S02E01.1080p.BluRay.Remux.DTS-HD.MA.5.1.H.264-BTN.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 hevc_vaapi -tag:v:0 hvc1 -rc_mode VBR -b:v 7360000 -maxrate 7360000 -bufsize 14720000 -profile:v:0 main -sei -a53_cc -force_key_frames:0 "expr:gte(t,n_forced*3)" -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24" -codec:a:0 libfdk_aac -ac 6 -ab 640000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "1762ebe62445bb2e57bbf0197bcdfee5-1.mp4" -start_number 0 -hls_segment_filename "/var/cache/jellyfin/transcodes/1762ebe62445bb2e57bbf0197bcdfee5%d.mp4" -hls_playlist_type vod -hls_list_size 0 -hls_segment_options movflags=+frag_discont -y "/var/cache/jellyfin/transcodes/1762ebe62445bb2e57bbf0197bcdfee5.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:/arr_share/media/tv/Resident Alien/Season 2/Resident.Alien.S02E01.1080p.BluRay.Remux.DTS-HD.MA.5.1.H.264-BTN.mkv':
Metadata:
ENCODER : Lavf59.22.100
Duration: 00:46:12.15, start: 0.000000, bitrate: 29023 kb/s
Chapters:
Chapter #0:0: start 0.000000, end 38.079708
Metadata:
title : Chapter 01
Chapter #0:1: start 38.079708, end 715.297917
Metadata:
title : Chapter 02
Chapter #0:2: start 715.297917, end 1092.466375
Metadata:
title : Chapter 03
Chapter #0:3: start 1092.466375, end 1578.952375
Metadata:
title : Chapter 04
Chapter #0:4: start 1578.952375, end 1836.125958
Metadata:
title : Chapter 05
Chapter #0:5: start 1836.125958, end 2369.617250
Metadata:
title : Chapter 06
Chapter #0:6: start 2369.617250, end 2748.829417
Metadata:
title : Chapter 07
Chapter #0:7: start 2748.829417, end 2772.144375
Metadata:
title : Chapter 08
Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn
Metadata:
BPS : 25343987
DURATION : 00:46:12.144708333
NUMBER_OF_FRAMES: 66465
NUMBER_OF_BYTES : 8782147854
_STATISTICS_WRITING_APP: mkvpropedit v74.0.0 ('You Oughta Know') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2023-02-27 21:43:51
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(eng): Audio: dts (dca) (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit) (default)
Metadata:
title : DTS-HD Master Audio 5.1
BPS : 3623353
DURATION : 00:46:12.084333335
NUMBER_OF_FRAMES: 259883
NUMBER_OF_BYTES : 1255530176
_STATISTICS_WRITING_APP: mkvpropedit v74.0.0 ('You Oughta Know') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2023-02-27 21:43:51
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(eng): Subtitle: hdmv_pgs_subtitle (pgssub), 1920x1080
Metadata:
title : English PGS SDH
BPS : 52236
DURATION : 00:46:00.883000000
NUMBER_OF_FRAMES: 1684
NUMBER_OF_BYTES : 18027191
_STATISTICS_WRITING_APP: mkvpropedit v74.0.0 ('You Oughta Know') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2023-02-27 21:43:51
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:3(eng): Subtitle: subrip (srt)
Metadata:
title : English Text
BPS : 75
DURATION : 00:46:00.883000000
NUMBER_OF_FRAMES: 783
NUMBER_OF_BYTES : 26074
_STATISTICS_WRITING_APP: mkvpropedit v74.0.0 ('You Oughta Know') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2023-02-27 21:43:51
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:4(eng): Subtitle: subrip (srt)
Metadata:
title : English Text SDH
BPS : 80
DURATION : 00:46:00.883000000
NUMBER_OF_FRAMES: 842
NUMBER_OF_BYTES : 27888
_STATISTICS_WRITING_APP: mkvpropedit v74.0.0 ('You Oughta Know') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2023-02-27 21:43:51
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Device creation failed: -542398533.
[vist#0:0/h264 @ 0x7ef076ab4c00] [dec:h264 @ 0x7ef076a30500] No device available for decoder: device type vaapi needed for codec h264.
[vist#0:0/h264 @ 0x7ef076ab4c00] [dec:h264 @ 0x7ef076a30500] Hardware device setup failed for decoder: Generic error in an external library
Error opening output file /var/cache/jellyfin/transcodes/1762ebe62445bb2e57bbf0197bcdfee5.m3u8.
Error opening output files: Generic error in an external library
Let me know if you need anything else to help me solve this issue. Thank You
Update: When ls -l /dev/dri inside te container the user of render was _ssh instead of render changed it and its working now
|