Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MissingNoIOI/ebb632a213c8e43e844cc1724e4c6320 to your computer and use it in GitHub Desktop.
Save MissingNoIOI/ebb632a213c8e43e844cc1724e4c6320 to your computer and use it in GitHub Desktop.
Jellyfin log
jellyfin | [11:14:24] [INF] [1] Main: Jellyfin version: 10.8.10
jellyfin | [11:14:24] [INF] [1] Main: Environment Variables: ["[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_PublishedServerUrl, jelly.akuma.pictures]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"]
jellyfin | [11:14:24] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
jellyfin | [11:14:24] [INF] [1] Main: Operating system: Linux
jellyfin | [11:14:24] [INF] [1] Main: Architecture: X64
jellyfin | [11:14:24] [INF] [1] Main: 64-Bit Process: True
jellyfin | [11:14:24] [INF] [1] Main: User Interactive: True
jellyfin | [11:14:24] [INF] [1] Main: Processor count: 12
jellyfin | [11:14:24] [INF] [1] Main: Program data path: /config
jellyfin | [11:14:24] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
jellyfin | [11:14:24] [INF] [1] Main: Application directory: /jellyfin/
jellyfin | [11:14:24] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
jellyfin | [11:14:24] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
jellyfin | [11:14:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin | [11:14:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
jellyfin | [11:14:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin | [11:14:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
jellyfin | [11:14:24] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
jellyfin | [11:14:25] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.8.10.0
jellyfin | [11:14:25] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.8.10.0
jellyfin | [11:14:25] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.8.10.0
jellyfin | [11:14:25] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.8.10.0
jellyfin | [11:14:25] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.8.10.0
jellyfin | [11:14:25] [INF] [1] Main: Kestrel listening on Any IP4 Address
jellyfin | [11:14:25] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
jellyfin | [11:14:25] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
jellyfin | [11:14:26] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {1ebfe880-306e-43e5-beae-abb3e68020e7} may be persisted to storage in unencrypted form.
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2023-08-03 02:00:00.000 +00:00, which is 14:45:33.7508620 from now.
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 5.1.3
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
jellyfin | [11:14:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: 38620c7920bf439ba0a66a6058f7577b
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.0764702
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
jellyfin | [11:14:26] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.0734121
jellyfin | [11:14:26] [INF] [1] Main: Startup complete 0:00:02.5151325
jellyfin | [11:14:29] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins
jellyfin | [11:14:29] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask
jellyfin | [11:14:29] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'AccessSchedule' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ActivityLog' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'CustomItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'HomeSection' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ImageInfo' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Permission' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Preference' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'ApiKey' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'Device' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'DeviceOptions' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:14:54] [WRN] [8] Microsoft.EntityFrameworkCore.Model.Validation: The entity type 'User' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
jellyfin | [11:16:09] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Cancelled after 1 minute(s) and 40 seconds
jellyfin | [11:16:09] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [11:17:49] [INF] [13] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
jellyfin | [11:17:49] [INF] [13] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
jellyfin | [11:17:49] [INF] [10] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery
jellyfin | [11:17:49] [WRN] [21] Jellyfin.Server.Implementations.Users.UserManager: No users, creating one with username MyJellyfinUser
jellyfin | [11:19:03] [WRN] [19] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://jelly.akuma.pictures/Library/VirtualFolders?collectionType=movies&refreshLibrary=false&name=Filme to 2001:db8:2::1 in 0:00:01.0466676 with Status Code 204
jellyfin | [11:19:07] [INF] [34] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
jellyfin | [11:19:07] [INF] [34] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
jellyfin | [11:19:10] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin | [11:19:10] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []
jellyfin | [11:19:10] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]
jellyfin | [11:19:10] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []
jellyfin | [11:19:10] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []
jellyfin | [11:19:11] [INF] [34] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
jellyfin | [11:19:11] [INF] [34] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
jellyfin | [11:19:11] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshMediaLibraryTask
jellyfin | [11:19:11] [INF] [34] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Scan Media Library
jellyfin | [11:19:11] [INF] [34] Emby.Server.Implementations.Library.LibraryManager: Validating media library
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560cdf796b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5556c9c99b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5556c9c99b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | [11:19:13] [ERR] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:19:13] [ERR] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:19:18] [INF] [25] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for Gerrit has succeeded.
jellyfin | [11:19:18] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user Gerrit: 0/0
jellyfin | [11:19:18] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 0c7e090e-c46d-4f00-ab27-f8c4379605d3
jellyfin | [11:19:18] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 2001:db8:2::1 request
jellyfin | [matroska,webm @ 0x55c65ca94b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c65ca94b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 4
jellyfin | [matroska,webm @ 0x5585957c2b80] Stream #6: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5585957c2b80] Stream #7: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5585957c2b80] Stream #8: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5585957c2b80] Stream #9: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5585957c2b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5585957c2b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5585957c2b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55842f8eab80] stream 0, timescale not set
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56274b7a9b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5638a9a89b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c8faf9bb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5611fb058b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5611fb058b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5611fb058b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563131527b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563131527b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563131527b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563131527b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563131527b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556ebea82b80] stream 0, timescale not set
jellyfin | [srt @ 0x563b42362b80] Dropping 2 duplicated subtitle events
jellyfin | file:/media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt: Invalid data found when processing input
jellyfin | [11:25:54] [ERR] [23] MediaBrowser.Providers.MediaInfo.SubtitleResolver: Error getting external streams from /media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt
jellyfin | MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.MediaInfo.MediaInfoResolver.GetExternalStreamsAsync(Video video, Int32 startIndex, IDirectoryService directoryService, Boolean clearCache, CancellationToken cancellationToken)
jellyfin | [matroska,webm @ 0x555be40bcb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555be40bcb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555be40bcb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555be40bcb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5592b791ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5592b791ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5592b791ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 3
jellyfin | Unsupported codec with id 98304 for input stream 4
jellyfin | Unsupported codec with id 98304 for input stream 5
jellyfin | Unsupported codec with id 98304 for input stream 6
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | Unsupported codec with id 98304 for input stream 9
jellyfin | Unsupported codec with id 98304 for input stream 10
jellyfin | Unsupported codec with id 98304 for input stream 11
jellyfin | Unsupported codec with id 98304 for input stream 12
jellyfin | Unsupported codec with id 98304 for input stream 13
jellyfin | Unsupported codec with id 98304 for input stream 14
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 3) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 4) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 9) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 10) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 11) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 12) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 13) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:27:34] [ERR] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 14) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x55a79f7ccb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566e1f41b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566e1f41b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566e1f41b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561c154a5b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561c154a5b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f4052a5b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e97c98fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56387734fb80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55be7e9f3b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55be7e9f3b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5624ac1c0b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e0fbed2b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56524bbadb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x56191f264b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55fcbb145b80] Could not find codec parameters for stream 5 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcbb145b80] Could not find codec parameters for stream 6 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcbb145b80] Could not find codec parameters for stream 7 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 0 for input stream 5
jellyfin | Unsupported codec with id 0 for input stream 6
jellyfin | Unsupported codec with id 0 for input stream 7
jellyfin | [11:32:34] [ERR] [41] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:32:34] [ERR] [41] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [11:32:34] [ERR] [41] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x55e603906b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c324ba3b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c324ba3b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c324ba3b80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55c2e8167b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e10e461b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f88b7db80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [h264 @ 0x559d0a09db80] Increasing reorder buffer to 1
jellyfin | [matroska,webm @ 0x564e47d64b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564e47d64b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564e47d64b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5629fff31b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5629fff31b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x559bb0c08b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55f45b3a9b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d860624b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x561365006b80] Failed to open codec in avformat_find_stream_info
jellyfin | [mpegts @ 0x561365006b80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 24 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 25 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 26 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 27 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 28 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 29 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561365006b80] start time for stream 30 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 50201.m2ts: no timestamp for SPN 0 (got 0). clip 524280-236424945.
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561365006b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55edd5005b80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564eb3cd6b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55835eae5b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561275a65b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561275a65b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561275a65b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a576b00b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564470731b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55afed2e2b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55ec1ee50b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55923e967b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55923e967b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55923e967b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55923e967b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f0134c7b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f0134c7b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f0134c7b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f0134c7b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [aac @ 0x556b785ce100] This stream seems to incorrectly report its last channel as LFE[3], mapping to LFE[0]
jellyfin | [matroska,webm @ 0x55f8e1e88b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a98e861b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a11b4dcb80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a11b4dcb80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 42 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 43 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 44 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 45 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 46 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 47 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 48 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 49 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 50 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 51 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 52 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 53 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 54 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 55 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 56 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 57 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 58 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 59 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 60 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 61 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 62 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 63 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 64 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 65 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 66 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 67 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 68 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 69 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 70 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 71 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d94e58b80] Could not find codec parameters for stream 72 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a7564c4b80] Stream #6: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55a7564c4b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56406915ab80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561089fc7b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564811128b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5626668e6b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x5575af604b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563ac9799b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55acfae74b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55acfae74b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55acfae74b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557913516b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b64f630b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56434e517b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56434e517b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56434e517b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ff8f755b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ff8f755b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55f629272b80] stream 0, timescale not set
jellyfin | [h264 @ 0x55ff8f757280] missing picture in access unit with size 10
jellyfin | [h264 @ 0x55ff8f757280] no frame!
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e18ce92b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562061686b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562061686b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fcfead0b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55cf12297b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564b152e8b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Stream #46: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55abac725b80] Stream #47: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55abac725b80] Stream #48: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55abac725b80] Stream #49: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 42 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 43 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 44 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55abac725b80] Could not find codec parameters for stream 45 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565137553b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55925b7ebb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55925b7ebb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562738933b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561b8225eb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e0b94edb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e0b94edb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e0b94edb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e0b94edb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 24 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 25 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 26 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 27 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 28 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 29 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 30 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 31 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 32 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 33 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 34 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 35 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 36 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x558fd6291b80] start time for stream 37 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 00260.m2ts: no timestamp for SPN 0 (got 0). clip 524280-55081282.
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x558fd6291b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [11:57:28] [ERR] [54] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
jellyfin | System.OverflowException: Arithmetic operation resulted in an overflow.
jellyfin | at System.Linq.Enumerable.Sum(IEnumerable`1 source)
jellyfin | at MediaBrowser.MediaEncoding.Probing.ProbeResultNormalizer.GetMediaInfo(InternalMediaInfoResult data, Nullable`1 videoType, Boolean isAudio, String path, MediaProtocol protocol)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
jellyfin | [matroska,webm @ 0x55a4ea16db80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a4ea16db80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a4ea16db80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a4ea16db80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d991112b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bc31e67b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d7b5775b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56087b9a0b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564dd85e2b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564dd85e2b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564dd85e2b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560276d54b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560276d54b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560276d54b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649620e3b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649620e3b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649620e3b80] stream 0, timescale not set
jellyfin | [h264 @ 0x5649620e5300] missing picture in access unit with size 10
jellyfin | [h264 @ 0x5649620e5300] no frame!
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653ba1b1b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5653c83d8b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c01dce1b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e77da0ab80] The tags at index 1 refer to a non-existent track -8865218137508983797.
jellyfin | [matroska,webm @ 0x55e77da0ab80] The tags at index 2 refer to a non-existent track -4544898273478770941.
jellyfin | [matroska,webm @ 0x55e77da0ab80] The tags at index 3 refer to a non-existent track -2497472895689651530.
jellyfin | [matroska,webm @ 0x55e77da0ab80] The tags at index 6 refer to a non-existent track 7918211237414741417.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5555bb679b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55cc1795fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [matroska,webm @ 0x556116009b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556116009b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 6 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x556514d58b80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 00023.m2ts: no timestamp for SPN 0 (got 0). clip 524280-531405881.
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x556514d58b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c2f2cdab80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c2f2cdab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c2f2cdab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c2f2cdab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x562f3e7f3b80] stream 0, timescale not set
jellyfin | [mjpeg @ 0x562f3e806480] EOI missing, emulating
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [12:07:29] [INF] [68] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for Bāhubali The Beginning (2015) because a chapter was found with a position greater than the runtime.
jellyfin | [matroska,webm @ 0x560fac562b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Stream #29: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Stream #30: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Stream #31: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Stream #32: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5625fa0dbb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559bbed69b80] Stream #7: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x559bbed69b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559bbed69b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [json @ 0x561e2512c140] 1 invalid UTF-8 sequence(s) found in string 'AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50 ', replaced with ' '
jellyfin | [matroska,webm @ 0x5601f161fb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5601f161fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5607d4ea0b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5647cb865b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5617e2f35b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e9520fbb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562a9a344b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Download missing subtitles
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task SubtitleScheduledTask
jellyfin | [12:14:26] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Download missing subtitles
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Clean Log Directory
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Clean Cache Directory
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Clean Transcode Directory
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task DeleteLogFileTask
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task DeleteCacheFileTask
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task DeleteTranscodeFileTask
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Clean Log Directory
jellyfin | [12:14:26] [INF] [60] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Clean Cache Directory
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Clean Transcode Directory
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Log Directory Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Refresh People
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PeopleValidationTask
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Optimize database
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task OptimizeDatabaseTask
jellyfin | [12:14:26] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Refresh People
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Optimize database
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Scan Media Library
jellyfin | [12:14:26] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshMediaLibraryTask
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: Download missing subtitles Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: TasksRefreshChannels
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshChannelsScheduledTask
jellyfin | [12:14:26] [INF] [92] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Refresh Guide
jellyfin | [12:14:26] [INF] [92] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshGuideScheduledTask
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing TasksRefreshChannels
jellyfin | [12:14:26] [INF] [70] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Refresh Guide
jellyfin | [12:14:26] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [60] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Cache Directory Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [60] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: TasksRefreshChannels Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [87] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: Optimize database Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:26] [INF] [30] Emby.Server.Implementations.Library.LibraryManager: People validation complete
jellyfin | [12:14:26] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: Refresh People Completed after 0 minute(s) and 0 seconds
jellyfin | [12:14:26] [INF] [30] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:14:29] [INF] [84] Emby.Server.Implementations.LiveTv.LiveTvManager: Refreshing guide with 7 days of guide data
jellyfin | [12:14:29] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: Refresh Guide Completed after 0 minute(s) and 3 seconds
jellyfin | [12:14:29] [INF] [84] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [mpegts @ 0x55c2ed4a0b80] start time for stream 4 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c2ed4a0b80] start time for stream 5 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c2ed4a0b80] start time for stream 6 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c2ed4a0b80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c2ed4a0b80] stream 1 : no PTS found at end of file, duration not set
jellyfin | [mpegts @ 0x55c2ed4a0b80] stream 2 : no PTS found at end of file, duration not set
jellyfin | [mpegts @ 0x55c2ed4a0b80] stream 3 : no PTS found at end of file, duration not set
jellyfin | bluray.c:255: 00012.m2ts: no timestamp for SPN 0 (got 0). clip 27000000-263642030.
jellyfin | [mpegts @ 0x55c2ed4a0b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c2ed4a0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c2ed4a0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c2ed4a0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x556c18a42b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x560546833b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560546833b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fb71808b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fb71808b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55fb71808b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558cde98eb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e11e5d3b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [12:21:35] [ERR] [66] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
jellyfin | System.ArgumentException: Not enough valid pictures provided to create a splashscreen!
jellyfin | at Jellyfin.Drawing.Skia.SplashscreenBuilder.GenerateCollage(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops)
jellyfin | at Jellyfin.Drawing.Skia.SplashscreenBuilder.GenerateSplash(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops, String outputPath)
jellyfin | at Jellyfin.Drawing.Skia.SkiaEncoder.CreateSplashscreen(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops)
jellyfin | at Emby.Server.Implementations.Library.SplashscreenPostScanTask.Run(IProgress`1 progress, CancellationToken cancellationToken)
jellyfin | at Emby.Server.Implementations.Library.LibraryManager.RunPostScanTasks(IProgress`1 progress, CancellationToken cancellationToken)
jellyfin | [12:21:35] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: Scan Media Library Completed after 62 minute(s) and 23 seconds
jellyfin | [12:21:35] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [12:21:35] [INF] [31] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/Filme
jellyfin | [13:14:27] [INF] [170] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Scan Media Library
jellyfin | [13:14:27] [INF] [159] Emby.Server.Implementations.ScheduledTasks.TaskManager: IntervalTrigger fired for task: Refresh Guide
jellyfin | [13:14:27] [INF] [170] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshMediaLibraryTask
jellyfin | [13:14:27] [INF] [159] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task RefreshGuideScheduledTask
jellyfin | [13:14:27] [INF] [170] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Refresh Guide
jellyfin | [13:14:27] [INF] [167] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Scan Media Library
jellyfin | [13:14:27] [INF] [167] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /media/Filme
jellyfin | [13:14:27] [INF] [167] Emby.Server.Implementations.Library.LibraryManager: Validating media library
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5594398b5b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562878f63b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562878f63b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | [13:14:27] [ERR] [161] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:14:27] [ERR] [161] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:14:30] [INF] [170] Emby.Server.Implementations.LiveTv.LiveTvManager: Refreshing guide with 7 days of guide data
jellyfin | [13:14:30] [INF] [170] Emby.Server.Implementations.ScheduledTasks.TaskManager: Refresh Guide Completed after 0 minute(s) and 3 seconds
jellyfin | [13:14:30] [INF] [170] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [matroska,webm @ 0x55bfa96b5b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bfa96b5b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b155594b80] Stream #6: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55b155594b80] Stream #7: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55b155594b80] Stream #8: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55b155594b80] Stream #9: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55b155594b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b155594b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b155594b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 4
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55f8e69e7b80] stream 0, timescale not set
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55d182a30b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f530332b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f4c4a3b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cf75a3b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cf75a3b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cf75a3b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562f4679bb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562f4679bb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562f4679bb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562f4679bb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562f4679bb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x563cba423b80] stream 0, timescale not set
jellyfin | [srt @ 0x564749e79b80] Dropping 2 duplicated subtitle events
jellyfin | file:/media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt: Invalid data found when processing input
jellyfin | [13:21:08] [ERR] [26] MediaBrowser.Providers.MediaInfo.SubtitleResolver: Error getting external streams from /media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt
jellyfin | MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.MediaInfo.MediaInfoResolver.GetExternalStreamsAsync(Video video, Int32 startIndex, IDirectoryService directoryService, Boolean clearCache, CancellationToken cancellationToken)
jellyfin | [matroska,webm @ 0x55aced6c9b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55aced6c9b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55aced6c9b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55aced6c9b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d0421ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d0421ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556d0421ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 3
jellyfin | Unsupported codec with id 98304 for input stream 4
jellyfin | Unsupported codec with id 98304 for input stream 5
jellyfin | Unsupported codec with id 98304 for input stream 6
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | Unsupported codec with id 98304 for input stream 9
jellyfin | Unsupported codec with id 98304 for input stream 10
jellyfin | Unsupported codec with id 98304 for input stream 11
jellyfin | Unsupported codec with id 98304 for input stream 12
jellyfin | Unsupported codec with id 98304 for input stream 13
jellyfin | Unsupported codec with id 98304 for input stream 14
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 3) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 4) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 9) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 10) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 11) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 12) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 13) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:22:48] [ERR] [169] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 14) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x55c03e530b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56235da73b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56235da73b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d3dd2f4b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d3dd2f4b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d3dd2f4b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c09d679b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55ba6723ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x562714a80b80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x5597e8771b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5597e8771b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bbf1205b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562e82550b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5572cd7ffb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55bb357ebb80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x559a4721ab80] Could not find codec parameters for stream 5 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559a4721ab80] Could not find codec parameters for stream 6 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559a4721ab80] Could not find codec parameters for stream 7 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 0 for input stream 5
jellyfin | Unsupported codec with id 0 for input stream 6
jellyfin | Unsupported codec with id 0 for input stream 7
jellyfin | [13:27:48] [ERR] [120] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:27:48] [ERR] [120] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [13:27:48] [ERR] [120] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x56360ab8fb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a109687b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a109687b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a109687b80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55f6a42a2b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d8f4b6eb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bb4a8eeb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [h264 @ 0x56297e195b80] Increasing reorder buffer to 1
jellyfin | [matroska,webm @ 0x558bf88edb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558bf88edb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558bf88edb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56542ca4db80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56542ca4db80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563e3e394b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ff1a0f2b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559577363b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x55ddd948db80] Failed to open codec in avformat_find_stream_info
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 24 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 25 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 26 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 27 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 28 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 29 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55ddd948db80] start time for stream 30 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 50201.m2ts: no timestamp for SPN 0 (got 0). clip 524280-236424945.
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55ddd948db80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5578fad6fb80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563cc7438b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558f5498fb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560e9960cb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560e9960cb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560e9960cb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557cb47afb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556ec9f90b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e752e9fb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560858dbcb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5573dff0db80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5573dff0db80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5573dff0db80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5573dff0db80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bdcd603b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bdcd603b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bdcd603b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55bdcd603b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [aac @ 0x561254d30100] This stream seems to incorrectly report its last channel as LFE[3], mapping to LFE[0]
jellyfin | [matroska,webm @ 0x5641eb7dbb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561515254b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e3f7c5b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561e3f7c5b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 42 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 43 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 44 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 45 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 46 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 47 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 48 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 49 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 50 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 51 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 52 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 53 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 54 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 55 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 56 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 57 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 58 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 59 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 60 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 61 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 62 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 63 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 64 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 65 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 66 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 67 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 68 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 69 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 70 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 71 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5563fb1dbb80] Could not find codec parameters for stream 72 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55f70862fb80] Stream #6: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55f70862fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560f50fa0b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556971943b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563bfa524b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55f974625b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x564fcd03ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x561aabd3bb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564107e30b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b72a94ab80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e6781dfb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e6781dfb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e6781dfb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5600b8496b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5600b8496b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [h264 @ 0x5600b8498280] missing picture in access unit with size 10
jellyfin | [h264 @ 0x5600b8498280] no frame!
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561fedf7db80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d0abebdb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7b2458b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7b2458b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5639751eeb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560205e9ab80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5651b6c5fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Stream #46: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55567a173b80] Stream #47: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55567a173b80] Stream #48: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55567a173b80] Stream #49: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 42 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 43 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 44 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55567a173b80] Could not find codec parameters for stream 45 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eed1019b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55becf8bcb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55becf8bcb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562be30abb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5622bcb34b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56093817ab80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56093817ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56093817ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56093817ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55999940cb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55999940cb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55999940cb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55999940cb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f3252fb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 24 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 25 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 26 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 27 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 28 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 29 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 30 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 31 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 32 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 33 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 34 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 35 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 36 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55c50f229b80] start time for stream 37 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 00260.m2ts: no timestamp for SPN 0 (got 0). clip 524280-55081282.
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55c50f229b80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [13:52:41] [ERR] [77] MediaBrowser.Providers.Movies.MovieMetadataService: Error in ffprobe
jellyfin | System.OverflowException: Arithmetic operation resulted in an overflow.
jellyfin | at System.Linq.Enumerable.Sum(IEnumerable`1 source)
jellyfin | at MediaBrowser.MediaEncoding.Probing.ProbeResultNormalizer.GetMediaInfo(InternalMediaInfoResult data, Nullable`1 videoType, Boolean isAudio, String path, MediaProtocol protocol)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a11a0afb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558031d03b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5613548d4b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559986253b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559986253b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559986253b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566b95d2b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566b95d2b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5566b95d2b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af93c3cb80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af93c3cb80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af93c3cb80] stream 0, timescale not set
jellyfin | [h264 @ 0x55af93c3e300] missing picture in access unit with size 10
jellyfin | [h264 @ 0x55af93c3e300] no frame!
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555662b2cb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5649fd619b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a275411b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55795352eb80] The tags at index 1 refer to a non-existent track -8865218137508983797.
jellyfin | [matroska,webm @ 0x55795352eb80] The tags at index 2 refer to a non-existent track -4544898273478770941.
jellyfin | [matroska,webm @ 0x55795352eb80] The tags at index 3 refer to a non-existent track -2497472895689651530.
jellyfin | [matroska,webm @ 0x55795352eb80] The tags at index 6 refer to a non-existent track 7918211237414741417.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5561b8eafb80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55d821364b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [matroska,webm @ 0x55f817243b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f817243b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 6 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x55af9505bb80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 00023.m2ts: no timestamp for SPN 0 (got 0). clip 524280-531405881.
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x55af9505bb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556018dfab80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556018dfab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556018dfab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556018dfab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55621d9e3b80] stream 0, timescale not set
jellyfin | [mjpeg @ 0x55621d9f6480] EOI missing, emulating
jellyfin | Unsupported codec with id 98314 for input stream 2
jellyfin | [14:01:02] [INF] [66] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for Bāhubali The Beginning (2015) because a chapter was found with a position greater than the runtime.
jellyfin | [matroska,webm @ 0x559857429b80] Stream #29: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x559857429b80] Stream #30: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x559857429b80] Stream #31: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x559857429b80] Stream #32: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x559857429b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f2b7106b80] Stream #7: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x55f2b7106b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f2b7106b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [json @ 0x5651fb33f140] 1 invalid UTF-8 sequence(s) found in string 'AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50 ', replaced with ' '
jellyfin | [matroska,webm @ 0x560c99439b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560c99439b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5627f4d87b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d34d575b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b1bf92bb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c2e5864b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558afd8cbb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561fab5dcb80] start time for stream 4 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561fab5dcb80] start time for stream 5 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561fab5dcb80] start time for stream 6 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561fab5dcb80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561fab5dcb80] stream 1 : no PTS found at end of file, duration not set
jellyfin | [mpegts @ 0x561fab5dcb80] stream 2 : no PTS found at end of file, duration not set
jellyfin | [mpegts @ 0x561fab5dcb80] stream 3 : no PTS found at end of file, duration not set
jellyfin | bluray.c:255: 00012.m2ts: no timestamp for SPN 0 (got 0). clip 27000000-263642030.
jellyfin | [mpegts @ 0x561fab5dcb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561fab5dcb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561fab5dcb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561fab5dcb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x558ffbccdb80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x562b689a0b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x562b689a0b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555b2fe56b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555b2fe56b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555b2fe56b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55807bd08b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557f5c079b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560db732eb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560db732eb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x560db732eb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c26508ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [14:16:49] [ERR] [146] Emby.Server.Implementations.Library.LibraryManager: Error running post-scan task
jellyfin | System.ArgumentException: Not enough valid pictures provided to create a splashscreen!
jellyfin | at Jellyfin.Drawing.Skia.SplashscreenBuilder.GenerateCollage(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops)
jellyfin | at Jellyfin.Drawing.Skia.SplashscreenBuilder.GenerateSplash(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops, String outputPath)
jellyfin | at Jellyfin.Drawing.Skia.SkiaEncoder.CreateSplashscreen(IReadOnlyList`1 posters, IReadOnlyList`1 backdrops)
jellyfin | at Emby.Server.Implementations.Library.SplashscreenPostScanTask.Run(IProgress`1 progress, CancellationToken cancellationToken)
jellyfin | at Emby.Server.Implementations.Library.LibraryManager.RunPostScanTasks(IProgress`1 progress, CancellationToken cancellationToken)
jellyfin | [14:16:49] [INF] [146] Emby.Server.Implementations.ScheduledTasks.TaskManager: Scan Media Library Completed after 62 minute(s) and 22 seconds
jellyfin | [14:16:49] [INF] [146] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
jellyfin | [14:16:49] [INF] [66] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/Filme
jellyfin | [15:22:18] [INF] [341] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
jellyfin | [15:22:30] [INF] [334] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
jellyfin | [15:38:08] [WRN] [21] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS 2001:db8:2::1 error receiving data: The remote party closed the WebSocket connection without completing the close handshake.
jellyfin | [15:38:08] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 2001:db8:2::1 closed
jellyfin | [21:52:31] [INF] [295] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for Gerrit has succeeded.
jellyfin | [21:52:31] [INF] [295] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user Gerrit: 0/0
jellyfin | [21:52:31] [INF] [295] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 0c7e090e-c46d-4f00-ab27-f8c4379605d3
jellyfin | [21:52:31] [INF] [303] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 2001:db8:2::1 request
jellyfin | [21:57:15] [INF] [295] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Scan Media Library
jellyfin | [21:57:15] [INF] [295] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path /media/Filme
jellyfin | [21:57:15] [INF] [295] Emby.Server.Implementations.Library.LibraryManager: Validating media library
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56129924ab80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | [21:57:17] [ERR] [296] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [21:57:17] [ERR] [296] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x55deddfd7b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55deddfd7b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f314f03b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f314f03b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558df03ddb80] Stream #6: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x558df03ddb80] Stream #7: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x558df03ddb80] Stream #8: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x558df03ddb80] Stream #9: not enough frames to estimate rate; consider increasing probesize
jellyfin | [matroska,webm @ 0x558df03ddb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558df03ddb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x558df03ddb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98314 for input stream 4
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c3c84dfb80] stream 0, timescale not set
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5625d7fb5b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x557e9d603b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556de7018b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556de7018b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556de7018b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x556f002e0b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [22:03:42] [INF] [303] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 2001:db8:2::1 request
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x560eb2361b80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x555e67974b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555e67974b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555e67974b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555e67974b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x555e67974b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [srt @ 0x55629524bb80] Dropping 2 duplicated subtitle events
jellyfin | file:/media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt: Invalid data found when processing input
jellyfin | [22:03:59] [ERR] [324] MediaBrowser.Providers.MediaInfo.SubtitleResolver: Error getting external streams from /media/Filme/Deadpool 2 (2018)/Deadpool 2 (2018) - Bluray-1080p.fr.srt
jellyfin | MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, Boolean forceEnableLogging, CancellationToken cancellationToken)
jellyfin | at MediaBrowser.Providers.MediaInfo.MediaInfoResolver.GetExternalStreamsAsync(Video video, Int32 startIndex, IDirectoryService directoryService, Boolean clearCache, CancellationToken cancellationToken)
jellyfin | [matroska,webm @ 0x5600fa155b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5600fa155b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5600fa155b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5600fa155b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c811c8eb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c811c8eb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55c811c8eb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eb99f12b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eb99f12b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55eb99f12b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5558aa338b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d17ae44b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d17ae44b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 98304 for input stream 3
jellyfin | Unsupported codec with id 98304 for input stream 4
jellyfin | Unsupported codec with id 98304 for input stream 5
jellyfin | Unsupported codec with id 98304 for input stream 6
jellyfin | Unsupported codec with id 98304 for input stream 7
jellyfin | Unsupported codec with id 98304 for input stream 8
jellyfin | Unsupported codec with id 98304 for input stream 9
jellyfin | Unsupported codec with id 98304 for input stream 10
jellyfin | Unsupported codec with id 98304 for input stream 11
jellyfin | Unsupported codec with id 98304 for input stream 12
jellyfin | Unsupported codec with id 98304 for input stream 13
jellyfin | Unsupported codec with id 98304 for input stream 14
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 3) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 4) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 8) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 9) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 10) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 11) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 12) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 13) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:05:40] [ERR] [335] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 14) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55f7cb39fb80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55768ed52b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b5b3502b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55b5b3502b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561aa8e77b80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55e79fb28b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [22:09:01] [WRN] [280] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from https://jelly.akuma.pictures/Items/bc6f3bb350bde2a805f74474787c148c/Images/Backdrop/0?maxWidth=2560&tag=bc5d3e24c22dd37cd4a6fcd633e935d1&quality=80 to 2001:db8:2::1 in 0:00:00.7490161 with Status Code 200
jellyfin | [matroska,webm @ 0x55b1b050fb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x563e6f323b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55a9bd4bab80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x56022105db80] Could not find codec parameters for stream 5 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56022105db80] Could not find codec parameters for stream 6 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x56022105db80] Could not find codec parameters for stream 7 (Attachment: none): unknown codec
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | Unsupported codec with id 0 for input stream 5
jellyfin | Unsupported codec with id 0 for input stream 6
jellyfin | Unsupported codec with id 0 for input stream 7
jellyfin | [22:10:39] [ERR] [273] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 5) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:10:39] [ERR] [273] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [22:10:39] [ERR] [273] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Codec Type attachment unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier!
jellyfin | [matroska,webm @ 0x5627048b5b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561acd353b80] st: 0 edit list: 2 Missing key frame while searching for timestamp: 0
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561acd353b80] st: 0 edit list 2 Cannot find an index entry before timestamp: 0.
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x561acd353b80] stream 0, timescale not set
jellyfin | Unsupported codec with id 98314 for input stream 3
jellyfin | [matroska,webm @ 0x55a65e50ab80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5582fdde8b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x565146562b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [h264 @ 0x55f6a82bcb80] Increasing reorder buffer to 1
jellyfin | [matroska,webm @ 0x564427b04b80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564427b04b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564427b04b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55759ab68b80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55759ab68b80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5581f88c7b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55f9a23cfb80] stream 0, timescale not set
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55a5313cbb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 31 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 32 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 33 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 34 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 35 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 36 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 37 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 38 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 39 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 40 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55776b89cb80] Could not find codec parameters for stream 41 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | bdj.c:750: BD-J check: Failed to load JVM library
jellyfin | [mpegts @ 0x561d8d4b7b80] Failed to open codec in avformat_find_stream_info
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 7 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 8 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 9 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 10 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 11 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 12 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 13 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 14 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 15 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 16 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 17 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 18 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 19 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 20 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 21 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 22 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 23 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 24 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 25 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 26 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 27 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 28 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 29 is not set in estimate_timings_from_pts
jellyfin | [mpegts @ 0x561d8d4b7b80] start time for stream 30 is not set in estimate_timings_from_pts
jellyfin | bluray.c:255: 50201.m2ts: no timestamp for SPN 0 (got 0). clip 524280-236424945.
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 26 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 27 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 28 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 29 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [mpegts @ 0x561d8d4b7b80] Could not find codec parameters for stream 30 (Subtitle: hdmv_pgs_subtitle (pgssub) ([144][0][0][0] / 0x0090)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x564871501b80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 2 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 5 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 14 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 15 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 16 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 17 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 18 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 19 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 20 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 21 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 22 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 23 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 24 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x5569ec6acb80] Could not find codec parameters for stream 25 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d985b89b80] Could not find codec parameters for stream 6 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d985b89b80] Could not find codec parameters for stream 7 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
jellyfin | [matroska,webm @ 0x55d985b89b80] Could not find codec parameters for stream 8 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
jellyfin | Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment