Jellyfin Forum
FFMPEG crashing during playback - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: FFMPEG crashing during playback (/t-ffmpeg-crashing-during-playback)

Pages: 1 2


FFMPEG crashing during playback - bernard_ - 2024-06-28

Hi all!

I've been running into an issue with FFPMEG, and I can't see anything in the logs that is indicating why it is happening other than the transcoding pausing at the end of the FFMPEG log. This is only happening with some media files, but not others that have the same quality and encoding. When the stream starts, all seems fine, but monitoring task manager after around 15/20 seconds of playing and ~2 minutes transcoded FFMPEG just exits and Jellyfin.Server has a very high CPU usage as it continues to try and transcode. This, inevitably, is not fast enough and eventually the stream starts to buffer. 

Also, once FFMPEG crashes Jellyfin doesn't show the stream on the Dashboard and when I exit the stream Jellyfin.Server CPU usage is still high. The only way I can watch another file is to manually stop the server and then start it again using the tray app.

I'm using Windows 10, server v10.9.7 installed however this was also happening yesterday and today with v10.9.6 (I updated wondering if it would fix the issues). I've tried it with hardware transcoding (NVIDIA NVENC) enabled and disabled, throttling to 300s enabled and disabled.

Relevant section of the Jellyfin log:
Code:
[2024-06-28 10:24:49.327 +01:00] [INF] [12] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts  -i file:\"D:\TV\Grey's Anatomy\Season 2\S02E01.mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a-1.mp4\" -start_number 0 -hls_segment_filename \"D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a.m3u8\""
[2024-06-28 10:24:51.840 +01:00] [INF] [22] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Adding playback tracker : TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MTc5MTQ4NDUwMg11-2902ec4b0cab4358b3e0bebca26c7b58-ebc12f684949ef7ecd2864e184b34eb5
[2024-06-28 10:24:51.843 +01:00] [INF] [22] Jellyfin.Plugin.PlaybackReporting.Data.PlaybackTracker: PlaybackTracker : Adding Start Event : 06/28/2024 10:24:51
[2024-06-28 10:24:51.845 +01:00] [INF] [22] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Creating StartPlaybackTimer Task
[2024-06-28 10:24:51.852 +01:00] [INF] [15] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Entered
[2024-06-28 10:24:54.824 +01:00] [INF] [18] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MTc5MTQ4NDUwMg11-2902ec4b0cab4358b3e0bebca26c7b58-ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:06.479 +01:00] [INF] [9] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2024-06-28 10:25:11.875 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: session.RemoteEndPoint : "192.168.1.219"
[2024-06-28 10:25:12.140 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_playing_id    = "ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:12.205 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id        = "2902ec4b0cab4358b3e0bebca26c7b58"
[2024-06-28 10:25:12.238 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : event_user_id_int    = 1
[2024-06-28 10:25:12.310 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_playing_id  = "ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:12.375 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : session_user_id      = "2902ec4b0cab4358b3e0bebca26c7b58"
[2024-06-28 10:25:12.645 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : play_method          = "Transcode (v:direct a:aac)"
[2024-06-28 10:25:12.820 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.ClientName        = "Jellyfin Web"
[2024-06-28 10:25:12.978 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : e.DeviceName        = "Firefox"
[2024-06-28 10:25:12.997 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemName            = "Grey's Anatomy - s02e01 - Raindrops Keep Falling on My Head"
[2024-06-28 10:25:13.001 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemId              = "ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:13.023 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : ItemType            = "Episode"
[2024-06-28 10:25:13.034 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : All matches, playback registered
[2024-06-28 10:25:13.045 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Playback tracker found, adding playback info : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MTc5MTQ4NDUwMg11-2902ec4b0cab4358b3e0bebca26c7b58-ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:13.071 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Saving playback tracking activity in DB
[2024-06-28 10:25:13.115 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: StartPlaybackTimer : Exited
[2024-06-28 10:25:14.923 +01:00] [INF] [30] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6MTA4LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTA4LjB8MTY3MTc5MTQ4NDUwMg11-2902ec4b0cab4358b3e0bebca26c7b58-ebc12f684949ef7ecd2864e184b34eb5"
[2024-06-28 10:25:23.926 +01:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.219" request
[2024-06-28 10:25:26.271 +01:00] [WRN] [42] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.219" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
[2024-06-28 10:25:26.312 +01:00] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.219" closed

And the FFMPEG log for the stream:
Code:
{"Protocol":0,"Id":"ebc12f684949ef7ecd2864e184b34eb5","Path":"D:\\TV\\Grey\u0027s Anatomy\\Season 2\\S02E01.mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Size":1317372378,"Name":"S02E01","IsRemote":false,"ETag":"f12c6ac36b44da77a0d027ad9a6eb242","RunTimeTicks":25843200000,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":"avc1","Language":"und","ColorRange":null,"ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/24000","CodecTimeBase":null,"Title":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":3364355,"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,"Profile":"Main","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":40,"IsAnamorphic":false},{"Codec":"eac3","CodecTag":"ec-3","Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/48000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"English - Dolby Digital\u002B - 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,"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":"DVDSUB","CodecTag":"mp4s","Language":"zho","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Chinese - Default - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":7733,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"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":"DVDSUB","CodecTag":"mp4s","Language":"zho","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Chinese - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":7592,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"dan","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Danish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10387,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"deu","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"German - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":12505,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":5,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11114,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":6,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":12474,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":7,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"spa","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Spanish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10086,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":8,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"spa","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Spanish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10972,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":9,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"fra","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"French - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":10,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"fra","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"French - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11206,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":11,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"ell","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Greek - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11822,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":12,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","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,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Italian - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":9984,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":13,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Japanese - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":6827,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":14,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"kor","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Korean - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":6813,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":15,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"hun","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Hungarian - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11857,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":16,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"nld","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Dutch - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":8687,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":17,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"nor","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Nor - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10110,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":18,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"pol","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Polish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10416,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":19,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"por","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Portuguese - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11489,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":20,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"por","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Portuguese - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11645,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":21,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"ron","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Romanian - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11225,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":22,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"slk","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Slovak - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11619,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":23,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"fin","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Finnish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10493,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":24,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"swe","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Swedish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10662,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":25,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"tur","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Turkish - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":11886,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":26,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"DVDSUB","CodecTag":"mp4s","Language":"ces","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/90000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"Czech - DVDSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":10814,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":720,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":27,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":4078047,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

ffmpeg -analyzeduration 200M -probesize 1G -fflags +genpts  -i file:"D:\TV\Grey's Anatomy\Season 2\S02E01.mp4" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename "D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a-1.mp4" -start_number 0 -hls_segment_filename "D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a.m3u8"


ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 13-win32 (GCC)
  configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      58.  2.100 / 58.  2.100
  libavcodec    60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter    9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample  4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file:D:\TV\Grey's Anatomy\Season 2\S02E01.mp4':
  Metadata:
    major_brand    : isom
    minor_version  : 512
    compatible_brands: isomdby1iso2avc1mp41
    title          : Grey's Anatomy_S02E01_Raindrops Keep Falling On My Head (Season Premiere)
    date            : 2023
    encoder        : Lavf60.3.100
  Duration: 00:43:04.32, start: 0.000000, bitrate: 4078 kb/s
  Stream #0:0[0x1](und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 3364 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id      : [0][0][0][0]
      encoder        : JVT/AVC Coding
  Stream #0:1[0x2](eng): Audio: eac3 (ec-3 / 0x332D6365), 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
      vendor_id      : [0][0][0][0]
    Side data:
      audio service type: main
  Stream #0:2[0x3](zho): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 7 kb/s (default)
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:3[0x4](zho): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 7 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:4[0x5](dan): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:5[0x6](deu): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 12 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:6[0x7](eng): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:7[0x8](eng): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 12 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:8[0x9](spa): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:9[0xa](spa): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:10[0xb](fra): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 0 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:11[0xc](fra): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:12[0xd](ell): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:13[0xe](ita): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 9 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:14[0xf](jpn): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 6 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:15[0x10](kor): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 6 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:16[0x11](hun): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:17[0x12](nld): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 8 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:18[0x13](nor): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:19[0x14](pol): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:20[0x15](por): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:21[0x16](por): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:22[0x17](ron): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:23[0x18](slk): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:24[0x19](fin): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:25[0x1a](swe): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:26[0x1b](tur): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 11 kb/s
    Metadata:
      handler_name    : SubtitleHandler
  Stream #0:27[0x1c](ces): Subtitle: dvd_subtitle (mp4s / 0x7334706D), 720x480, 10 kb/s
    Metadata:
      handler_name    : SubtitleHandler
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a-1.mp4' for writing
Output #0, hls, to 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a.m3u8':
  Metadata:
    encoder        : Lavf60.3.100
  Stream #0:0: Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 3364 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default)
  Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 256 kb/s (default)
    Metadata:
      encoder        : Lavc60.3.100 libfdk_aac
    Side data:
      audio service type: main
frame=    1 fps=0.0 q=-1.0 size=N/A time=00:00:00.00 bitrate=N/A speed=  0x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a0.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a1.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a2.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a3.mp4' for writing
frame=  585 fps=0.0 q=-1.0 size=N/A time=-00:00:00.07 bitrate=N/A speed=N/A   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a4.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a5.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a6.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a7.mp4' for writing
frame= 1164 fps=1163 q=-1.0 size=N/A time=00:00:24.06 bitrate=N/A speed=  24x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a8.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a9.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a10.mp4' for writing
frame= 1678 fps=1118 q=-1.0 size=N/A time=00:00:45.50 bitrate=N/A speed=30.3x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a11.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a12.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a13.mp4' for writing
frame= 2161 fps=1080 q=-1.0 size=N/A time=00:01:05.64 bitrate=N/A speed=32.8x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a14.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a15.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a16.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a17.mp4' for writing
frame= 2731 fps=1092 q=-1.0 size=N/A time=00:01:29.41 bitrate=N/A speed=35.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a18.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a19.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a20.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a21.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a22.mp4' for writing
frame= 3372 fps=1123 q=-1.0 size=N/A time=00:01:56.16 bitrate=N/A speed=38.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a23.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a24.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a25.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a26.mp4' for writing
frame= 3978 fps=1136 q=-1.0 size=N/A time=00:02:21.38 bitrate=N/A speed=40.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a27.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a28.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a29.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a30.mp4' for writing
frame= 4470 fps=1117 q=-1.0 size=N/A time=00:02:41.96 bitrate=N/A speed=40.5x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a31.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a32.mp4' for writing
frame= 4873 fps=1082 q=-1.0 size=N/A time=00:02:58.75 bitrate=N/A speed=39.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a33.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a34.mp4' for writing
frame= 5139 fps=1027 q=-1.0 size=N/A time=00:03:09.87 bitrate=N/A speed=  38x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a35.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a36.mp4' for writing
frame= 5446 fps=989 q=-1.0 size=N/A time=00:03:22.67 bitrate=N/A speed=36.8x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a37.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a38.mp4' for writing
frame= 5667 fps=943 q=-1.0 size=N/A time=00:03:31.82 bitrate=N/A speed=35.3x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a39.mp4' for writing
frame= 5891 fps=905 q=-1.0 size=N/A time=00:03:41.23 bitrate=N/A speed=  34x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a40.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a41.mp4' for writing
frame= 6147 fps=877 q=-1.0 size=N/A time=00:03:51.87 bitrate=N/A speed=33.1x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a42.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a43.mp4' for writing
frame= 6379 fps=850 q=-1.0 size=N/A time=00:04:01.58 bitrate=N/A speed=32.2x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a44.mp4' for writing
frame= 6618 fps=826 q=-1.0 size=N/A time=00:04:11.50 bitrate=N/A speed=31.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a45.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a46.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a47.mp4' for writing
frame= 6955 fps=817 q=-1.0 size=N/A time=00:04:25.60 bitrate=N/A speed=31.2x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a48.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a49.mp4' for writing
frame= 7269 fps=807 q=-1.0 size=N/A time=00:04:38.70 bitrate=N/A speed=30.9x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a50.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a51.mp4' for writing
frame= 7506 fps=789 q=-1.0 size=N/A time=00:04:48.58 bitrate=N/A speed=30.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a52.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a53.mp4' for writing
frame= 7826 fps=782 q=-1.0 size=N/A time=00:05:01.93 bitrate=N/A speed=30.2x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a54.mp4' for writing
frame= 7998 fps=761 q=-1.0 size=N/A time=00:05:09.10 bitrate=N/A speed=29.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a55.mp4' for writing
frame= 8191 fps=744 q=-1.0 size=N/A time=00:05:17.16 bitrate=N/A speed=28.8x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a56.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a57.mp4' for writing
frame= 8384 fps=728 q=-1.0 size=N/A time=00:05:25.18 bitrate=N/A speed=28.2x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a58.mp4' for writing
frame= 8610 fps=716 q=-1.0 size=N/A time=00:05:34.64 bitrate=N/A speed=27.8x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a59.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a60.mp4' for writing
frame= 8837 fps=706 q=-1.0 size=N/A time=00:05:44.11 bitrate=N/A speed=27.5x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a61.mp4' for writing
frame= 9033 fps=693 q=-1.0 size=N/A time=00:05:52.24 bitrate=N/A speed=  27x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a62.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a63.mp4' for writing
frame= 9248 fps=684 q=-1.0 size=N/A time=00:06:01.20 bitrate=N/A speed=26.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a64.mp4' for writing
frame= 9461 fps=674 q=-1.0 size=N/A time=00:06:10.09 bitrate=N/A speed=26.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a65.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a66.mp4' for writing
frame= 9679 fps=666 q=-1.0 size=N/A time=00:06:19.20 bitrate=N/A speed=26.1x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a67.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a68.mp4' for writing
frame= 9958 fps=662 q=-1.0 size=N/A time=00:06:30.85 bitrate=N/A speed=  26x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a69.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a70.mp4' for writing
frame=10273 fps=661 q=-1.0 size=N/A time=00:06:43.95 bitrate=N/A speed=  26x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a71.mp4' for writing
frame=10501 fps=655 q=-1.0 size=N/A time=00:06:53.44 bitrate=N/A speed=25.8x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a72.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a73.mp4' for writing
frame=10782 fps=652 q=-1.0 size=N/A time=00:07:05.22 bitrate=N/A speed=25.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a74.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a75.mp4' for writing
frame=11088 fps=651 q=-1.0 size=N/A time=00:07:17.95 bitrate=N/A speed=25.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a76.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a77.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a78.mp4' for writing
frame=11395 fps=650 q=-1.0 size=N/A time=00:07:30.80 bitrate=N/A speed=25.7x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a79.mp4' for writing
frame=11636 fps=645 q=-1.0 size=N/A time=00:07:40.78 bitrate=N/A speed=25.5x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a80.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a81.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a82.mp4' for writing
frame=11969 fps=646 q=-1.0 size=N/A time=00:07:54.73 bitrate=N/A speed=25.6x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a83.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a84.mp4' for writing
frame=12296 fps=646 q=-1.0 size=N/A time=00:08:08.36 bitrate=N/A speed=25.6x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a85.mp4' for writing
frame=12508 fps=640 q=-1.0 size=N/A time=00:08:17.15 bitrate=N/A speed=25.4x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a86.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a87.mp4' for writing
frame=12764 fps=637 q=-1.0 size=N/A time=00:08:27.84 bitrate=N/A speed=25.3x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a88.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a89.mp4' for writing
frame=13043 fps=635 q=-1.0 size=N/A time=00:08:39.53 bitrate=N/A speed=25.3x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a90.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a91.mp4' for writing
frame=13283 fps=631 q=-1.0 size=N/A time=00:08:49.52 bitrate=N/A speed=25.2x   
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a92.mp4' for writing
[hls @ 00000290836b2d80] Opening 'D:\Transcode\Jellyfin\51464796b52c0d63e74f98ceaec03b2a93.mp4' for writing

Transcoding is paused. Press [u] to resume.

Any help greatly appreciated!


RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28

In the log you provided, the video is direct playing. Only the audio is being transcoded, which occurs on the CPU.

Code:
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac))

I'm assuming this log was named "ffmpeg.directstream". Find one named "ffmpeg.transcode" and share that as well.

Also, what are your full server specs?


RE: FFMPEG crashing during playback - bernard_ - 2024-06-28

Interesting, thanks
Quote: Find one named "ffmpeg.transcode" and share that as well.
Sure - I've pulled one from a few minutes earlier... its a different media file but it was also happening with this file in the same way
Code:
{"Protocol":0,"Id":"d10e206d9f82a9250b67fec56b3032b5","Path":"D:\\TV\\Grey\u0027s Anatomy\\Season 1\\S01E01.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv","Size":2826565457,"Name":"S01E01","IsRemote":false,"ETag":"5f452357b4b5e30d8b529397f6a8f284","RunTimeTicks":25038080000,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":9031253,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":25,"RealFrameRate":25,"Profile":"Main","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":120,"IsAnamorphic":false},{"Codec":"eac3","CodecTag":null,"Language":"eng","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"English - Dolby Digital\u002B - Stereo - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":224000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"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,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"English (SDH)","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":"Undefined","LocalizedDefault":"Default","LocalizedForced":"Forced","LocalizedExternal":"External","LocalizedHearingImpaired":"Hearing Impaired","DisplayTitle":"English (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,"Profile":null,"Type":2,"AspectRatio":null,"Index":2,"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":9255253,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device cuda=cu:0 -filter_hw_device cu -hwaccel cuda -hwaccel_output_format cuda -c:v hevc_cuvid -noautorotate -i file:"D:\TV\Grey's Anatomy\Season 1\S01E01.mkv" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_nvenc -preset p1 -b:v 15052088 -maxrate 15052088 -bufsize 30104176 -g:v:0 75 -keyint_min:v:0 75 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_cuda=format=yuv420p" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -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 "D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7-1.mp4" -start_number 0 -hls_segment_filename "D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7.m3u8"


ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 13-win32 (GCC)
  configuration: --prefix=/opt/ffmpeg --arch=x86_64 --target-os=mingw32 --cross-prefix=x86_64-w64-mingw32- --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=Jellyfin --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-ptx-compression --disable-w32threads --enable-pthreads --enable-shared --enable-lto --enable-gpl --enable-version3 --enable-schannel --enable-iconv --enable-libxml2 --enable-zlib --enable-lzma --enable-gmp --enable-chromaprint --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libwebp --enable-libvpx --enable-libzimg --enable-libx264 --enable-libx265 --enable-libsvtav1 --enable-libdav1d --enable-libfdk-aac --enable-opencl --enable-dxva2 --enable-d3d11va --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      58.  2.100 / 58.  2.100
  libavcodec    60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter    9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample  4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
Input #0, matroska,webm, from 'file:D:\TV\Grey's Anatomy\Season 1\S01E01.mkv':
  Metadata:
    encoder        : libebml v1.3.6 + libmatroska v1.4.9
    creation_time  : 2018-09-05T23:05:19.000000Z
  Duration: 00:41:43.81, start: 0.000000, bitrate: 9031 kb/s
  Stream #0:0: Video: hevc (Main), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 1k tbn (default)
    Metadata:
      BPS-eng        : 8805076
      DURATION-eng    : 00:41:43.800000000
      NUMBER_OF_FRAMES-eng: 62595
      NUMBER_OF_BYTES-eng: 2755768916
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-09-05 23:05:19
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:1(eng): Audio: eac3, 48000 Hz, stereo, fltp, 224 kb/s (default)
    Metadata:
      BPS-eng        : 224000
      DURATION-eng    : 00:41:43.808000000
      NUMBER_OF_FRAMES-eng: 78244
      NUMBER_OF_BYTES-eng: 70106624
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-09-05 23:05:19
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:2(eng): Subtitle: subrip
    Metadata:
      title          : English (SDH)
      BPS-eng        : 88
      DURATION-eng    : 00:40:38.500000000
      NUMBER_OF_FRAMES-eng: 902
      NUMBER_OF_BYTES-eng: 27095
      _STATISTICS_WRITING_APP-eng: mkvmerge v25.0.0 ('Prog Noir') 64-bit
      _STATISTICS_WRITING_DATE_UTC-eng: 2018-09-05 23:05:19
      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream mapping:
  Stream #0:0 -> #0:0 (hevc (hevc_cuvid) -> h264 (h264_nvenc))
  Stream #0:1 -> #0:1 (eac3 (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7-1.mp4' for writing
Output #0, hls, to 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7.m3u8':
  Metadata:
    encoder        : Lavf60.3.100
  Stream #0:0: Video: h264 (Main), cuda(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 15052 kb/s, 25 fps, 12800 tbn (default)
    Metadata:
      encoder        : Lavc60.3.100 h264_nvenc
    Side data:
      cpb: bitrate max/min/avg: 15052088/0/15052088 buffer size: 30104176 vbv_delay: N/A
  Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 256 kb/s (default)
    Metadata:
      encoder        : Lavc60.3.100 libfdk_aac
frame=    0 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=  0x   
frame=  35 fps=0.0 q=8.0 size=N/A time=00:00:01.53 bitrate=N/A speed=2.91x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca70.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca71.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca72.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca73.mp4' for writing
frame=  313 fps=305 q=8.0 size=N/A time=00:00:12.69 bitrate=N/A speed=12.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca74.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca75.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca76.mp4' for writing
frame=  541 fps=354 q=16.0 size=N/A time=00:00:21.84 bitrate=N/A speed=14.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca77.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca78.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca79.mp4' for writing
frame=  785 fps=387 q=17.0 size=N/A time=00:00:31.63 bitrate=N/A speed=15.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca710.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca711.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca712.mp4' for writing
frame= 1011 fps=400 q=21.0 size=N/A time=00:00:40.66 bitrate=N/A speed=16.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca713.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca714.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca715.mp4' for writing
frame= 1270 fps=419 q=19.0 size=N/A time=00:00:50.94 bitrate=N/A speed=16.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca716.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca717.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca718.mp4' for writing
frame= 1483 fps=420 q=20.0 size=N/A time=00:00:59.41 bitrate=N/A speed=16.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca719.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca720.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca721.mp4' for writing
frame= 1694 fps=420 q=20.0 size=N/A time=00:01:08.03 bitrate=N/A speed=16.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca722.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca723.mp4' for writing
frame= 1833 fps=405 q=19.0 size=N/A time=00:01:13.72 bitrate=N/A speed=16.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca724.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca725.mp4' for writing
frame= 1975 fps=392 q=18.0 size=N/A time=00:01:19.06 bitrate=N/A speed=15.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca726.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca727.mp4' for writing
frame= 2131 fps=385 q=19.0 size=N/A time=00:01:25.46 bitrate=N/A speed=15.4x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca728.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca729.mp4' for writing
frame= 2254 fps=373 q=20.0 size=N/A time=00:01:30.43 bitrate=N/A speed=  15x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca730.mp4' for writing
frame= 2397 fps=366 q=18.0 size=N/A time=00:01:36.02 bitrate=N/A speed=14.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca731.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca732.mp4' for writing
frame= 2514 fps=357 q=17.0 size=N/A time=00:01:40.82 bitrate=N/A speed=14.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca733.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca734.mp4' for writing
frame= 2646 fps=351 q=19.0 size=N/A time=00:01:46.19 bitrate=N/A speed=14.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca735.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca736.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca737.mp4' for writing
frame= 2877 fps=358 q=21.0 size=N/A time=00:01:55.32 bitrate=N/A speed=14.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca738.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca739.mp4' for writing
frame= 3035 fps=355 q=22.0 size=N/A time=00:02:01.68 bitrate=N/A speed=14.2x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca740.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca741.mp4' for writing
frame= 3152 fps=348 q=27.0 size=N/A time=00:02:06.46 bitrate=N/A speed=  14x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca742.mp4' for writing
frame= 3301 fps=345 q=19.0 size=N/A time=00:02:12.37 bitrate=N/A speed=13.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca743.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca744.mp4' for writing
frame= 3420 fps=340 q=18.0 size=N/A time=00:02:16.85 bitrate=N/A speed=13.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca745.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca746.mp4' for writing
frame= 3532 fps=334 q=20.0 size=N/A time=00:02:21.63 bitrate=N/A speed=13.4x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca747.mp4' for writing
frame= 3666 fps=331 q=20.0 size=N/A time=00:02:26.94 bitrate=N/A speed=13.3x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca748.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca749.mp4' for writing
frame= 3826 fps=331 q=19.0 size=N/A time=00:02:33.30 bitrate=N/A speed=13.2x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca750.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca751.mp4' for writing
frame= 3949 fps=327 q=18.0 size=N/A time=00:02:38.22 bitrate=N/A speed=13.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca752.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca753.mp4' for writing
frame= 4093 fps=326 q=21.0 size=N/A time=00:02:44.16 bitrate=N/A speed=13.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca754.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca755.mp4' for writing
frame= 4223 fps=323 q=21.0 size=N/A time=00:02:49.08 bitrate=N/A speed=12.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca756.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca757.mp4' for writing
frame= 4399 fps=324 q=20.0 size=N/A time=00:02:56.21 bitrate=N/A speed=  13x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca758.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca759.mp4' for writing
frame= 4547 fps=323 q=7.0 size=N/A time=00:03:02.01 bitrate=N/A speed=12.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca760.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca761.mp4' for writing
frame= 4709 fps=323 q=20.0 size=N/A time=00:03:08.62 bitrate=N/A speed=12.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca762.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca763.mp4' for writing
frame= 4842 fps=321 q=21.0 size=N/A time=00:03:14.13 bitrate=N/A speed=12.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca764.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca765.mp4' for writing
frame= 5003 fps=321 q=20.0 size=N/A time=00:03:20.19 bitrate=N/A speed=12.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca766.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca767.mp4' for writing
frame= 5143 fps=320 q=22.0 size=N/A time=00:03:25.78 bitrate=N/A speed=12.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca768.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca769.mp4' for writing
frame= 5300 fps=319 q=20.0 size=N/A time=00:03:32.28 bitrate=N/A speed=12.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca770.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca771.mp4' for writing
frame= 5404 fps=293 q=21.0 size=N/A time=00:03:36.40 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca772.mp4' for writing
frame= 5531 fps=292 q=20.0 size=N/A time=00:03:41.33 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca773.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca774.mp4' for writing
frame= 5671 fps=292 q=21.0 size=N/A time=00:03:47.07 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca775.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca776.mp4' for writing
frame= 5810 fps=292 q=20.0 size=N/A time=00:03:52.53 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca777.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca778.mp4' for writing
frame= 5964 fps=292 q=20.0 size=N/A time=00:03:58.67 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca779.mp4' for writing
frame= 6071 fps=290 q=19.0 size=N/A time=00:04:03.00 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca780.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca781.mp4' for writing
frame= 6207 fps=290 q=20.0 size=N/A time=00:04:08.46 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca782.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca783.mp4' for writing
frame= 6342 fps=289 q=20.0 size=N/A time=00:04:13.84 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca784.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca785.mp4' for writing
frame= 6488 fps=289 q=20.0 size=N/A time=00:04:19.79 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca786.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca787.mp4' for writing
frame= 6647 fps=290 q=19.0 size=N/A time=00:04:26.19 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca788.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca789.mp4' for writing
frame= 6783 fps=289 q=19.0 size=N/A time=00:04:31.68 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca790.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca791.mp4' for writing
frame= 6920 fps=289 q=19.0 size=N/A time=00:04:37.12 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca792.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca793.mp4' for writing
frame= 7112 fps=291 q=22.0 size=N/A time=00:04:44.73 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca794.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca795.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca796.mp4' for writing
frame= 7300 fps=293 q=22.0 size=N/A time=00:04:52.30 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca797.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca798.mp4' for writing
frame= 7501 fps=295 q=19.0 size=N/A time=00:05:00.24 bitrate=N/A speed=11.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca799.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7100.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7101.mp4' for writing
frame= 7679 fps=296 q=20.0 size=N/A time=00:05:07.34 bitrate=N/A speed=11.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7102.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7103.mp4' for writing
frame= 7868 fps=297 q=23.0 size=N/A time=00:05:14.83 bitrate=N/A speed=11.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7104.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7105.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7106.mp4' for writing
frame= 8055 fps=299 q=24.0 size=N/A time=00:05:22.62 bitrate=N/A speed=  12x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7107.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7108.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7109.mp4' for writing
frame= 8253 fps=292 q=22.0 size=N/A time=00:05:30.36 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7110.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7111.mp4' for writing
frame= 8413 fps=292 q=23.0 size=N/A time=00:05:36.57 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7112.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7113.mp4' for writing
frame= 8555 fps=292 q=21.0 size=N/A time=00:05:42.33 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7114.mp4' for writing
frame= 8692 fps=292 q=20.0 size=N/A time=00:05:48.11 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7115.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7116.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7117.mp4' for writing
frame= 8863 fps=293 q=20.0 size=N/A time=00:05:54.58 bitrate=N/A speed=11.7x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7118.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7119.mp4' for writing
frame= 9066 fps=294 q=20.0 size=N/A time=00:06:02.70 bitrate=N/A speed=11.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7120.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7121.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7122.mp4' for writing
frame= 9252 fps=296 q=19.0 size=N/A time=00:06:10.32 bitrate=N/A speed=11.8x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7123.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7124.mp4' for writing
frame= 9444 fps=297 q=20.0 size=N/A time=00:06:18.04 bitrate=N/A speed=11.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7125.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7126.mp4' for writing
frame= 9581 fps=297 q=18.0 size=N/A time=00:06:23.48 bitrate=N/A speed=11.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7127.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7128.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7129.mp4' for writing
frame= 9766 fps=298 q=19.0 size=N/A time=00:06:30.86 bitrate=N/A speed=11.9x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7130.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7131.mp4' for writing
frame= 9949 fps=299 q=19.0 size=N/A time=00:06:38.08 bitrate=N/A speed=  12x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7132.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7133.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7134.mp4' for writing
frame=10126 fps=300 q=19.0 size=N/A time=00:06:45.26 bitrate=N/A speed=  12x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7135.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7136.mp4' for writing
frame=10315 fps=301 q=19.0 size=N/A time=00:06:52.73 bitrate=N/A speed=  12x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7137.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7138.mp4' for writing
frame=10501 fps=302 q=19.0 size=N/A time=00:07:00.30 bitrate=N/A speed=12.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7139.mp4' for writing
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7140.mp4' for writing
frame=10651 fps=302 q=19.0 size=N/A time=00:07:06.36 bitrate=N/A speed=12.1x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7141.mp4' for writing

Transcoding is paused. Press [u] to resume.
frame=10656 fps=292 q=19.0 size=N/A time=00:07:06.43 bitrate=N/A speed=11.7x   
frame=10698 fps=289 q=20.0 size=N/A time=00:07:08.11 bitrate=N/A speed=11.6x   
[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7142.mp4' for writing


[q] command received. Exiting.

[hls @ 000001cf1b962ec0] Opening 'D:\Transcode\Jellyfin\71a71a5b5124017c2375650f45db5ca7143.mp4' for writing
frame=10756 fps=290 q=19.0 Lsize=N/A time=00:07:10.46 bitrate=N/A speed=11.6x   
video:781291kB audio:13460kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

Quote:Also, what are your full server specs?
Apologies, should have added that in the original post
CPU: Intel i5-7600K
RAM: 16GB
GPU: Nvidia Geforce 1070

Also worth mentioning this has been happening across multiplie clients (web and iPad app), remote and local connections


RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28

Can you share your full jellyfin log via pastebin? Your ffmpeg logs look fine.

When you share your log, provide a file name that you experienced this problem with so it is easier for me to find it in the log.


RE: FFMPEG crashing during playback - bernard_ - 2024-06-28

Sure, Pastebin is yelling at me because the paste is too big - let me cut it down to an hour or so either side and I'll send it over


RE: FFMPEG crashing during playback - bernard_ - 2024-06-28

Here you are: https://pastebin.com/aunVTZFc

Quote:provide a file name that you experienced this problem with
The episode names are "Grey's Anatomy - s01e01" and "Grey's Anatomy - s02e01". I've left in "Grey's Anatomy - s03e01" because that seems appear to have the same encoding but played fine with no issues


RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28

Some questions.

1) Are you using a VPN? I'm assuming something like Tailscale and that this 10. address is for your VPN.
2) Are you actually using DLNA? I'm seeing some weird bahavior from DLNA that leads up to a restart. Possibly related to having multiple interfaces from your VPN.
3) Is your C drive an SSD or HDD? I see a lot of database locked messages that I thought were resolved in an earlier 10.9 release, but could also be caused by running Jellyfin on a HDD.


RE: FFMPEG crashing during playback - bernard_ - 2024-06-28

Quote:1) Are you using a VPN? I'm assuming something like Tailscale and that this 10. address is for your VPN.
Yes I am, using AirVPN for privacy - and using Caddy on a separate device for reverse proxy

Quote:2) Are you actually using DLNA? I'm seeing some weird bahavior from DLNA that leads up to a restart. Possibly related to having multiple interfaces from your VPN.
Yeah, we have a TV in the house that connects via DLNA at times - it was mainly before the LG app was launched. For what it's worth, the restarts were all manually triggered by me because I couldn't play anything once the issue occurred until I had fully restarted the server

Quote:3) Is your C drive an SSD or HDD? I see a lot of database locked messages that I thought were resolved in an earlier 10.9 release, but could also be caused by running Jellyfin on a HDD.
C drive is an SSD, that's where most of the Jellyfin server is stored
D drive is a storage pool of HDDs - Transcode directory is also stored on here due to space issues on C drive


RE: FFMPEG crashing during playback - TheDreadPirate - 2024-06-28

Do you use AirVPN for remote access or anything Jellyfin related?  If not, I think it would be beneficial to configure Jellyfin to bind specifically to your 192 interface since it is sometimes attempting to broadcast DLNA messages on the AirVPN interface (and failing).

Dashboard > Networking > Bind to local network address

   

Can you enable debug logging and reproduce the problem?

https://jellyfin.org/docs/general/administration/troubleshooting/#debug-logging

Then share the debug log.


RE: FFMPEG crashing during playback - bernard_ - 2024-06-28

Will do! I've changed the Network bind, and (hopefully) enabled debug logging correctly

Is the debug log just at the bottom of the normal log file, or in a separate file?