Video plays without audio, video also starts up slower than expected.
alphadijkstra opened this issue · 0 comments
alphadijkstra commented
Hey
I am experiencing some strange issues with a video file.
When playing the video it plays without audio.
The video also loads longer than expected. A solid 10 seconds on a local network.
The video file itself is tiny.
Setup:
- Latest official LG WebOS client
- Latest Jellyfin server: 10.10.3
- "prefer fMP4-HLS" playback unchecked in the client settings.
- Running in LinuxServer docker compose
- Transcoding is done on Intel ARC A380
- Transcoding is enabled for all formats except VC1 & VP8
The things I tried:
- Restart the server
- Change the "prefer fMP4-HLS" playback in client settings either ON or OFF.
- Enabled and disabled the DTS and TRUEHD checkboxes in the playback settings
- Play the video file on a different platform/client, of which all work fine.
Strange behaviour I noticed:
- Even though the "prefer fMP4-HLS" checkbox is unchecked, it still produces a transcode FFmpeg log.
- Playback info on the video shows it is direct playing (not transcoding)
- When testing I deleted the logs and restarted the server, after that the video did not have audio but took a few seconds playing, suddenly reloaded and started playing audio again. I was unable to reproduce this behaviour.
Video file info:
Title: 1080p HEVC SDR
Codec: HEVC
AVC: No
Profile: Main
Level: 120
Resolution: 1920x1080
Aspect ratio: 16:9
Anamorphic: No
Interlaced: No
Framerate: 23.976025
Bitrate: 1189 kbps
Bit depth: 8 bit
Video range: SDR
Video range type: SDR
Color space: bt709
Color transfer: bt709
Color primaries: bt709
Pixel format: yuv420p
Ref frames: 1
Audio of video file:
Title: English - OPUS - 5.1 - Standaard
Language: eng
Codec: OPUS
AVC: No
Layout: 5.1
Channels: 6 ch
Bitrate: 266 kbps
Sample rate: 48000 Hz
Default: Yes
Forced: No
External: No
Playback info states:
Player: Html Video Player
Play method: Direct playing
Protocol: http
Stream type: Video
Excerpt of docker compose:
version: '3'
services:
mediacenter_jellyfin:
image: linuxserver/jellyfin:latest
container_name: mediacenter_jellyfin
restart: always
depends_on:
- mediacenter_wireguard
network_mode: "service:mediacenter_wireguard"
environment:
- PUID=99
- PGID=100
- TZ=Europe/Amsterdam
- JELLYFIN_PublishedServerUrl=watch.myurl.com
# - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel-24.35.30872.22 for iGPU i3-8100
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
volumes:
- /mnt/cache/Docker/config/jellyfin:/config
- /mnt/cache/Docker/config/jellyfin/usr/share/web/config.json:/usr/share/jellyfin/web/config.json
- /mnt/user/TV Shows:/data/tvshows:ro
- /mnt/user/Movies:/data/movies:ro
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
- /dev/dri:/dev/dri
JellyFin logs:
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] Jellyfin.Api.Controllers.MediaInfoController: GetPostedPlaybackInfo profile: DeviceProfile { Name: null, Id: null, MaxStreamingBitrate: 120000000, MaxStaticBitrate: 100000000, MusicStreamingTranscodingBitrate: 384000, MaxStaticMusicBitrate: 8000000, DirectPlayProfiles: [DirectPlayProfile { Container: "webm", AudioCodec: "vorbis,opus", VideoCodec: "vp8,vp9", Type: Video }, DirectPlayProfile { Container: "mp4,m4v", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "h264,hevc,mpeg2video,vc1,vp9", Type: Video }, DirectPlayProfile { Container: "mkv", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "h264,hevc,mpeg2video,vc1,vp9", Type: Video }, DirectPlayProfile { Container: "m2ts", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "h264,vc1,mpeg2video", Type: Video }, DirectPlayProfile { Container: "wmv", AudioCodec: "", VideoCodec: "", Type: Video }, DirectPlayProfile { Container: "ts,mpegts", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "h264,hevc,vc1,mpeg2video", Type: Video }, DirectPlayProfile { Container: "asf", AudioCodec: "", VideoCodec: "", Type: Video }, DirectPlayProfile { Container: "avi", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "", Type: Video }, DirectPlayProfile { Container: "mpg", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "", Type: Video }, DirectPlayProfile { Container: "mpeg", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "", Type: Video }, DirectPlayProfile { Container: "mov", AudioCodec: "aac,mp3,ac3,eac3,mp2,pcm_s16le,pcm_s24le,opus,flac,vorbis", VideoCodec: "h264", Type: Video }, DirectPlayProfile { Container: "opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "opus", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ts", AudioCodec: "mp3", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "mp3", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "aac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4a", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4b", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "flac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webma", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "webma", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "wav", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ogg", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "hls", AudioCodec: "aac,mp3,ac3,eac3,mp2", VideoCodec: "h264,hevc", Type: Video }], TranscodingProfiles: [TranscodingProfile { Container: "ts", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: hls, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "opus", Type: Audio, VideoCodec: "", AudioCodec: "opus", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "mp3", Type: Audio, VideoCodec: "", AudioCodec: "mp3", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "aac", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "wav", Type: Audio, VideoCodec: "", AudioCodec: "wav", Protocol: http, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Static, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }, TranscodingProfile { Container: "ts", Type: Video, VideoCodec: "h264,hevc", AudioCodec: "aac,mp3,ac3,eac3,mp2", Protocol: hls, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: "6", MinSegments: 1, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }], ContainerProfiles: [], CodecProfiles: [CodecProfile { Type: VideoAudio, Conditions: [ProfileCondition { Condition: LessThanEqual, Property: AudioChannels, Value: "2", IsRequired: False }], ApplyConditions: [], Codec: "flac", Container: null, SubContainer: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "high|main|baseline|constrained baseline", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoRangeType, Value: "SDR", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "52", IsRequired: False }], ApplyConditions: [], Codec: "h264", Container: null, SubContainer: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: EqualsAny, Property: VideoRangeType, Value: "SDR|HDR10|HLG", IsRequired: False }], ApplyConditions: [], Codec: "hevc", Container: "-mp4,ts", SubContainer: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "main|main 10", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoRangeType, Value: "SDR|HDR10|HLG|DOVI|DOVIWithHDR10|DOVIWithHLG|DOVIWithSDR", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "183", IsRequired: False }], ApplyConditions: [], Codec: "hevc", Container: null, SubContainer: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: EqualsAny, Property: VideoRangeType, Value: "SDR|HDR10|HLG", IsRequired: False }], ApplyConditions: [], Codec: "vp9", Container: null, SubContainer: null }, CodecProfile { Type: Video, Conditions: [ProfileCondition { Condition: NotEquals, Property: IsAnamorphic, Value: "true", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoProfile, Value: "main", IsRequired: False }, ProfileCondition { Condition: EqualsAny, Property: VideoRangeType, Value: "SDR|HDR10|HLG", IsRequired: False }, ProfileCondition { Condition: LessThanEqual, Property: VideoLevel, Value: "15", IsRequired: False }], ApplyConditions: [], Codec: "av1", Container: null, SubContainer: null }], SubtitleProfiles: [SubtitleProfile { Format: "vtt", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ass", Method: External, DidlMode: null, Language: null, Container: null }, SubtitleProfile { Format: "ssa", Method: External, DidlMode: null, Language: null, Container: null }] }
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "tvshows" has no parental rating set.
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "root" has no parental rating set.
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "Collecties" has no parental rating set.
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-12-27 22:46:37.805 +01:00] [DBG] [3] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-12-27 22:46:37.807 +01:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "bas". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-12-27 22:46:37.807 +01:00] [INF] [3] Jellyfin.Api.Helpers.MediaInfoHelper: RemoteClientBitrateLimit: 15000000, RemoteIP: "192.168.0.45", IsInLocalNetwork: True
[2024-12-27 22:46:37.807 +01:00] [DBG] [3] Jellyfin.Api.Helpers.MediaInfoHelper: Profile: "Unknown Profile", Path: "/data/tvshows/videofile.mkv", isEligibleForDirectPlay: True, isEligibleForDirectStream: False
[2024-12-27 22:46:37.807 +01:00] [DBG] [3] Jellyfin.Api.Helpers.MediaInfoHelper: DirectPlay Result for Profile: "Anonymous Profile", Path: "/data/tvshows/videofile.mkv", PlayMethod: DirectPlay, AudioStreamIndex: 2, SubtitleStreamIndex: 0, Reasons: 0
[2024-12-27 22:46:37.807 +01:00] [DBG] [3] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile="Anonymous Profile", Path="/data/tvshows/videofile.mkv", AudioStreamIndex=2, SubtitleStreamIndex=0 ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d85a40b2-2c0e-a051-8a02-a2398e761a33/stream.mkv?MediaSourceId=d85a40b22c0ea0518a02a2398e761a33&Static=true&VideoCodec=hevc&AudioCodec=opus&AudioStreamIndex=2&api_key=<token>&Tag=7eabc6c79c0c4d740daef29efd5622e9"
[2024-12-27 22:46:38.556 +01:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
Transcode logs:
{"Protocol":0,"Id":"d85a40b22c0ea0518a02a2398e761a33","Path":"/data/tvshows/videofile.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":396551158,"Name":"S01E01 - Woo-oo!","IsRemote":false,"ETag":"7eabc6c79c0c4d740daef29efd5622e9","RunTimeTicks":26673500000,"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":"subrip","CodecTag":null,"Language":"dut","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,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Niet gedefinieerd","LocalizedDefault":"Standaard","LocalizedForced":"Geforceerd","LocalizedExternal":"Extern","LocalizedHearingImpaired":"Slechthorenden","DisplayTitle":"Dut - SUBRIP - Extern","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":0,"Score":null,"IsExternal":true,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":"/data/tvshows/videofile.nl.srt","PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"hevc","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","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,"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":1189348,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"ReferenceFrameRate":23.976025,"Profile":"Main","Type":1,"AspectRatio":"16:9","Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":120,"IsAnamorphic":false},{"Codec":"opus","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,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"Standaard","LocalizedForced":null,"LocalizedExternal":"Extern","LocalizedHearingImpaired":null,"DisplayTitle":"English - OPUS - 5.1 - Standaard","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"5.1","BitRate":266347,"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,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Niet gedefinieerd","LocalizedDefault":"Standaard","LocalizedForced":"Geforceerd","LocalizedExternal":"Extern","LocalizedHearingImpaired":"Slechthorenden","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}],"MediaAttachments":[],"Formats":[],"Bitrate":1455695,"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 -init_hw_device vaapi=va:/dev/dri/renderD128,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/data/tvshows/videofile.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -low_power 1 -preset veryfast -b:v 5946740 -maxrate 5946740 -bufsize 11893480 -profile:v:0 high -level 51 -g:v:0 72 -keyint_min:v:0 72 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv" -codec:a:0 libfdk_aac -ac 6 -vbr:a 5 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15.m3u8"
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 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-ptx-compression --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. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Input #0, matroska,webm, from 'file:/data/tvshows/videofile.mkv':
Metadata:
encoder : libebml v1.4.5 + libmatroska v1.7.1
creation_time : 2024-04-13T16:19:58.000000Z
Duration: 00:44:27.35, start: 0.000000, bitrate: 1189 kb/s
Stream #0:0(eng): Video: hevc (Main), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
Metadata:
BPS : 920508
DURATION : 00:44:27.332000000
NUMBER_OF_FRAMES: 63952
NUMBER_OF_BYTES : 306912860
_STATISTICS_WRITING_APP: mkvmerge v83.0 ('Circle Of Friends') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2024-04-13 16:19:58
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:1(eng): Audio: opus, 48000 Hz, 5.1, fltp (default)
Metadata:
BPS : 266347
DURATION : 00:44:27.340000000
NUMBER_OF_FRAMES: 133367
NUMBER_OF_BYTES : 88804972
_STATISTICS_WRITING_APP: mkvmerge v83.0 ('Circle Of Friends') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2024-04-13 16:19:58
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream #0:2(eng): Subtitle: subrip (srt)
Metadata:
BPS : 78
DURATION : 00:44:26.890000000
NUMBER_OF_FRAMES: 915
NUMBER_OF_BYTES : 26182
_STATISTICS_WRITING_APP: mkvmerge v83.0 ('Circle Of Friends') 64-bit
_STATISTICS_WRITING_DATE_UTC: 2024-04-13 16:19:58
_STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_qsv))
Stream #0:1 -> #0:1 (opus (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
[libfdk_aac @ 0x55f9d41f60c0] Note, the VBR setting is unsupported and only works with some parameter combinations
Output #0, hls, to '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15.m3u8':
Metadata:
encoder : Lavf61.1.100
Stream #0:0: Video: h264, qsv(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 5946 kb/s, 23.98 fps, 90k tbn (default)
Metadata:
encoder : Lavc61.3.100 h264_qsv
Side data:
cpb: bitrate max/min/avg: 5946740/0/5946740 buffer size: 11893480 vbv_delay: N/A
Stream #0:1: Audio: aac, 48000 Hz, 5.1, s16 (default)
Metadata:
encoder : Lavc61.3.100 libfdk_aac
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a150.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a151.ts' for writing
frame= 187 fps=0.0 q=15.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a152.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a153.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a154.ts' for writing
frame= 416 fps=416 q=20.0 size=N/A time=00:00:09.55 bitrate=N/A speed=9.55x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a155.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a156.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a157.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a158.ts' for writing
frame= 665 fps=443 q=25.0 size=N/A time=00:00:19.93 bitrate=N/A speed=13.3x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a159.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1510.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1511.ts' for writing
frame= 904 fps=452 q=28.0 size=N/A time=00:00:29.90 bitrate=N/A speed=14.9x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1512.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1513.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1514.ts' for writing
frame= 1150 fps=460 q=15.0 size=N/A time=00:00:40.16 bitrate=N/A speed=16.1x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1515.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1516.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1517.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1518.ts' for writing
frame= 1389 fps=463 q=24.0 size=N/A time=00:00:50.13 bitrate=N/A speed=16.7x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1519.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1520.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1521.ts' for writing
frame= 1652 fps=472 q=17.0 size=N/A time=00:01:01.10 bitrate=N/A speed=17.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1522.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1523.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1524.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1525.ts' for writing
frame= 1899 fps=475 q=15.0 size=N/A time=00:01:11.40 bitrate=N/A speed=17.8x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1526.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1527.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1528.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1529.ts' for writing
frame= 2171 fps=482 q=17.0 size=N/A time=00:01:22.74 bitrate=N/A speed=18.4x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1530.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1531.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1532.ts' for writing
frame= 2433 fps=486 q=18.0 size=N/A time=00:01:33.67 bitrate=N/A speed=18.7x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1533.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1534.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1535.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1536.ts' for writing
frame= 2695 fps=490 q=16.0 size=N/A time=00:01:44.60 bitrate=N/A speed= 19x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1537.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1538.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1539.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1540.ts' for writing
frame= 2955 fps=492 q=16.0 size=N/A time=00:01:55.44 bitrate=N/A speed=19.2x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1541.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1542.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1543.ts' for writing
frame= 3237 fps=498 q=20.0 size=N/A time=00:02:07.21 bitrate=N/A speed=19.6x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1544.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1545.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1546.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1547.ts' for writing
frame= 3527 fps=504 q=16.0 size=N/A time=00:02:19.30 bitrate=N/A speed=19.9x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1548.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1549.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1550.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1551.ts' for writing
frame= 3771 fps=503 q=16.0 size=N/A time=00:02:29.48 bitrate=N/A speed=19.9x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1552.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1553.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1554.ts' for writing
frame= 4028 fps=503 q=20.0 size=N/A time=00:02:40.20 bitrate=N/A speed= 20x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1555.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1556.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1557.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1558.ts' for writing
frame= 4281 fps=504 q=23.0 size=N/A time=00:02:50.75 bitrate=N/A speed=20.1x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1559.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1560.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1561.ts' for writing
frame= 4531 fps=503 q=16.0 size=N/A time=00:03:01.18 bitrate=N/A speed=20.1x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1562.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1563.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1564.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1565.ts' for writing
frame= 4805 fps=506 q=16.0 size=N/A time=00:03:12.60 bitrate=N/A speed=20.3x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1566.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1567.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1568.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1569.ts' for writing
frame= 5077 fps=508 q=20.0 size=N/A time=00:03:23.95 bitrate=N/A speed=20.4x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1570.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1571.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1572.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1573.ts' for writing
frame= 5345 fps=509 q=20.0 size=N/A time=00:03:35.13 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1574.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1575.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1576.ts' for writing
frame= 5593 fps=508 q=24.0 size=N/A time=00:03:45.47 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1577.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1578.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1579.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1580.ts' for writing
frame= 5833 fps=507 q=16.0 size=N/A time=00:03:55.48 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1581.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1582.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1583.ts' for writing
frame= 6091 fps=507 q=21.0 size=N/A time=00:04:06.24 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1584.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1585.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1586.ts' for writing
frame= 6328 fps=506 q=25.0 size=N/A time=00:04:16.13 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1587.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1588.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1589.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1590.ts' for writing
frame= 6570 fps=505 q=12.0 size=N/A time=00:04:26.22 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1591.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1592.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1593.ts' for writing
frame= 6836 fps=506 q=17.0 size=N/A time=00:04:37.31 bitrate=N/A speed=20.5x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1594.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1595.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1596.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1597.ts' for writing
frame= 7121 fps=509 q=19.0 size=N/A time=00:04:49.20 bitrate=N/A speed=20.7x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1598.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a1599.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15100.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15101.ts' for writing
frame= 7374 fps=508 q=12.0 size=N/A time=00:04:59.75 bitrate=N/A speed=20.7x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15102.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15103.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15104.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15105.ts' for writing
frame= 7649 fps=510 q=21.0 size=N/A time=00:05:11.22 bitrate=N/A speed=20.7x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15106.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15107.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15108.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15109.ts' for writing
frame= 7921 fps=511 q=16.0 size=N/A time=00:05:22.57 bitrate=N/A speed=20.8x
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15110.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15111.ts' for writing
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15112.ts' for writing
[q] command received. Exiting.
[hls @ 0x55f9d4238b80] Opening '/config/data/transcodes/e6a0e65c1e95615c9f1e0ce48e8b0a15113.ts' for writing
[out#0/hls @ 0x55f9d42346c0] video:248069KiB audio:19649KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown
frame= 8205 fps=512 q=25.0 Lsize=N/A time=00:05:34.41 bitrate=N/A speed=20.9x